[ Jun 30 14:45:43 Enabled. ] [ Jun 30 14:45:44 Rereading configuration. ] [ Jun 30 14:45:45 Rereading configuration. ] [ Jun 30 14:45:56 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 [ Jun 30 14:45:56 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.06.30 14:45:57.904488 [ 1 ] {} Application: Will watch for the process with pid 752 2025.06.30 14:45:57.904933 [ 1 ] {} Application: Forked a child process to watch 2025.06.30 14:45:58.402119 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 752 2025.06.30 14:45:58.402949 [ 1 ] {} Application: starting up 2025.06.30 14:45:58.403106 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.06.30 14:45:58.506361 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.06.30 14:45:58.535571 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.06.30 14:45:58.535685 [ 1 ] {} Application: Initializing DateLUT. 2025.06.30 14:45:58.535710 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.06.30 14:45:58.535806 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.06.30 14:45:58.536585 [ 1 ] {} Application: Initializing interserver credentials. 2025.06.30 14:45:58.539788 [ 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.06.30 14:45:58.540988 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.30 14:45:58.542090 [ 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.06.30 14:45:58.542148 [ 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.06.30 14:45:58.542188 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.06.30 14:45:58.542934 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.30 14:45:58.544246 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.06.30 14:45:58.550823 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.30 14:45:58.551730 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.30 14:45:58.553466 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.30 14:45:58.553598 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.30 14:45:58.554938 [ 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.06.30 14:45:58.555469 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.30 14:45:58.559580 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.30 14:45:58.560390 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.06.30 14:45:58.564170 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.06.30 14:45:58.564640 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.06.30 14:45:58.565191 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.06.30 14:45:58.565609 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.06.30 14:45:58.567304 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.06.30 14:45:58.567337 [ 1 ] {} Application: Loading metadata from /data/ 2025.06.30 14:45:58.567427 [ 154 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:45:58.567528 [ 154 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:45:58.577780 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.06.30 14:45:58.577817 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000250855 sec 2025.06.30 14:45:58.577888 [ 1 ] {} ReferentialDeps: No tables 2025.06.30 14:45:58.577945 [ 1 ] {} LoadingDeps: No tables 2025.06.30 14:45:58.578836 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.06.30 14:45:58.579623 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.06.30 14:45:58.591531 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.06.30 14:45:58.591594 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.06.30 14:45:58.591710 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.06.30 14:45:58.591724 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.06.30 14:45:58.591761 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.06.30 14:45:58.591831 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.06.30 14:45:58.596592 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.06.30 14:45:58.596643 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.06.30 14:45:58.596703 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.06.30 14:45:58.596904 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.06.30 14:45:58.596951 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.06.30 14:45:58.596966 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.06.30 14:45:58.597041 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.06.30 14:45:58.597055 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.06.30 14:45:58.597088 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.06.30 14:45:58.597156 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.06.30 14:45:58.622197 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.06.30 14:45:58.623892 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.06.30 14:45:58.623987 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000118052 sec 2025.06.30 14:45:58.624002 [ 1 ] {} ReferentialDeps: No tables 2025.06.30 14:45:58.624013 [ 1 ] {} LoadingDeps: No tables 2025.06.30 14:45:58.624041 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.06.30 14:45:58.624279 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.06.30 14:45:58.624393 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.06.30 14:45:58.624408 [ 1 ] {} Application: Loaded metadata. 2025.06.30 14:45:58.624418 [ 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.06.30 14:45:58.624428 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.06.30 14:45:58.627950 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.30 14:45:58.628149 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.99 MiB 2025.06.30 14:45:58.629551 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3181e-05 sec. 2025.06.30 14:45:58.629990 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.06.30 14:45:58.631303 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.06.30 14:45:58.631324 [ 1 ] {} Application: Ready for connections. 2025.06.30 14:45:59.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.78 MiB, peak 116.78 MiB, free memory in arenas 0.00 B, will set to 118.30 MiB (RSS), difference: 1.52 MiB 2025.06.30 14:45:59.111498 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34960 2025.06.30 14:45:59.112362 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.112453 [ 3 ] {} TCP-Session: ff24092d-e71d-4ee3-9f0b-a6c145c28481 Authenticating user 'default' from [fd00:1122:3344:101::a]:34960 2025.06.30 14:45:59.112584 [ 3 ] {} TCP-Session: ff24092d-e71d-4ee3-9f0b-a6c145c28481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.112603 [ 3 ] {} TCP-Session: ff24092d-e71d-4ee3-9f0b-a6c145c28481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.112732 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.30 14:45:59.112833 [ 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.06.30 14:45:59.112850 [ 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.06.30 14:45:59.114597 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63859 2025.06.30 14:45:59.114697 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61970 2025.06.30 14:45:59.114707 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43398 2025.06.30 14:45:59.114838 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.114893 [ 4 ] {} TCP-Session: 29e6947b-4dcb-43ae-a301-ca6db979cc5d Authenticating user 'default' from [fd00:1122:3344:101::a]:63859 2025.06.30 14:45:59.114914 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35674 2025.06.30 14:45:59.114919 [ 4 ] {} TCP-Session: 29e6947b-4dcb-43ae-a301-ca6db979cc5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.114922 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.115034 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.115063 [ 4 ] {} TCP-Session: 29e6947b-4dcb-43ae-a301-ca6db979cc5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115126 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.115086 [ 5 ] {} TCP-Session: 6146a7d6-8ffc-42b5-ac3d-c3e37c02660b Authenticating user 'default' from [fd00:1122:3344:101::a]:43398 2025.06.30 14:45:59.115095 [ 254 ] {} TCP-Session: 1c002f10-d253-4486-975b-ce0cc2285bc5 Authenticating user 'default' from [fd00:1122:3344:101::a]:61970 2025.06.30 14:45:59.115216 [ 5 ] {} TCP-Session: 6146a7d6-8ffc-42b5-ac3d-c3e37c02660b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115226 [ 255 ] {} TCP-Session: 6b7a8601-1195-4522-af20-15ecb43feff9 Authenticating user 'default' from [fd00:1122:3344:101::a]:35674 2025.06.30 14:45:59.115213 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53787 2025.06.30 14:45:59.115303 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36346 2025.06.30 14:45:59.115294 [ 5 ] {} TCP-Session: 6146a7d6-8ffc-42b5-ac3d-c3e37c02660b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115308 [ 255 ] {} TCP-Session: 6b7a8601-1195-4522-af20-15ecb43feff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115285 [ 254 ] {} TCP-Session: 1c002f10-d253-4486-975b-ce0cc2285bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115413 [ 255 ] {} TCP-Session: 6b7a8601-1195-4522-af20-15ecb43feff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115194 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39950 2025.06.30 14:45:59.115523 [ 254 ] {} TCP-Session: 1c002f10-d253-4486-975b-ce0cc2285bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115594 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.115611 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.115676 [ 258 ] {} TCP-Session: 2818f793-51f2-4e4a-bdef-e61d80eb1d08 Authenticating user 'default' from [fd00:1122:3344:101::a]:36346 2025.06.30 14:45:59.115717 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.115697 [ 256 ] {} TCP-Session: 680abec9-80bc-486b-936d-349e86a2dcc2 Authenticating user 'default' from [fd00:1122:3344:101::a]:53787 2025.06.30 14:45:59.115789 [ 258 ] {} TCP-Session: 2818f793-51f2-4e4a-bdef-e61d80eb1d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115809 [ 257 ] {} TCP-Session: dd51ecf0-88f9-427e-a67e-f83755a415d4 Authenticating user 'default' from [fd00:1122:3344:101::a]:39950 2025.06.30 14:45:59.115850 [ 258 ] {} TCP-Session: 2818f793-51f2-4e4a-bdef-e61d80eb1d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115797 [ 256 ] {} TCP-Session: 680abec9-80bc-486b-936d-349e86a2dcc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115970 [ 257 ] {} TCP-Session: dd51ecf0-88f9-427e-a67e-f83755a415d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.115976 [ 256 ] {} TCP-Session: 680abec9-80bc-486b-936d-349e86a2dcc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.116029 [ 257 ] {} TCP-Session: dd51ecf0-88f9-427e-a67e-f83755a415d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.511989 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57112 2025.06.30 14:45:59.512176 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.512222 [ 259 ] {} TCP-Session: 0b423863-9015-4220-a616-2bb7f2bdde4a Authenticating user 'default' from [fd00:1122:3344:101::b]:57112 2025.06.30 14:45:59.512243 [ 259 ] {} TCP-Session: 0b423863-9015-4220-a616-2bb7f2bdde4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.512384 [ 259 ] {} TCP-Session: 0b423863-9015-4220-a616-2bb7f2bdde4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.512471 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.30 14:45:59.512536 [ 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.06.30 14:45:59.512632 [ 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.06.30 14:45:59.513723 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52105 2025.06.30 14:45:59.513917 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.513954 [ 260 ] {} TCP-Session: 8a0be329-972a-4cac-b7e3-f34594b677d0 Authenticating user 'default' from [fd00:1122:3344:101::b]:52105 2025.06.30 14:45:59.513968 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47379 2025.06.30 14:45:59.513958 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34184 2025.06.30 14:45:59.514053 [ 260 ] {} TCP-Session: 8a0be329-972a-4cac-b7e3-f34594b677d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514101 [ 260 ] {} TCP-Session: 8a0be329-972a-4cac-b7e3-f34594b677d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514121 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43541 2025.06.30 14:45:59.514156 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45225 2025.06.30 14:45:59.514442 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47384 2025.06.30 14:45:59.514466 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51699 2025.06.30 14:45:59.514495 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.514493 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.514599 [ 261 ] {} TCP-Session: 1dab8fad-fd23-46ad-addb-be68ebe5278b Authenticating user 'default' from [fd00:1122:3344:101::b]:47379 2025.06.30 14:45:59.514610 [ 262 ] {} TCP-Session: 9e4ed0c9-f2f6-41e6-b9c9-536064da36da Authenticating user 'default' from [fd00:1122:3344:101::b]:34184 2025.06.30 14:45:59.514678 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.514691 [ 261 ] {} TCP-Session: 1dab8fad-fd23-46ad-addb-be68ebe5278b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514706 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.514725 [ 261 ] {} TCP-Session: 1dab8fad-fd23-46ad-addb-be68ebe5278b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514769 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.514774 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:45:59.514830 [ 265 ] {} TCP-Session: 4d171125-c081-47c9-bac2-b8c73ecbd42b Authenticating user 'default' from [fd00:1122:3344:101::b]:47384 2025.06.30 14:45:59.514823 [ 266 ] {} TCP-Session: 5dab44f3-f3d1-44c8-bf28-1a88ca940647 Authenticating user 'default' from [fd00:1122:3344:101::b]:51699 2025.06.30 14:45:59.514724 [ 264 ] {} TCP-Session: 789fdda4-69e3-448b-8135-f9f852e89440 Authenticating user 'default' from [fd00:1122:3344:101::b]:43541 2025.06.30 14:45:59.514903 [ 265 ] {} TCP-Session: 4d171125-c081-47c9-bac2-b8c73ecbd42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514889 [ 266 ] {} TCP-Session: 5dab44f3-f3d1-44c8-bf28-1a88ca940647 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514712 [ 262 ] {} TCP-Session: 9e4ed0c9-f2f6-41e6-b9c9-536064da36da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514993 [ 265 ] {} TCP-Session: 4d171125-c081-47c9-bac2-b8c73ecbd42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514982 [ 264 ] {} TCP-Session: 789fdda4-69e3-448b-8135-f9f852e89440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.515056 [ 262 ] {} TCP-Session: 9e4ed0c9-f2f6-41e6-b9c9-536064da36da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.515068 [ 264 ] {} TCP-Session: 789fdda4-69e3-448b-8135-f9f852e89440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514980 [ 266 ] {} TCP-Session: 5dab44f3-f3d1-44c8-bf28-1a88ca940647 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.514890 [ 263 ] {} TCP-Session: 90425257-8186-4b34-b313-c1d17a3793fd Authenticating user 'default' from [fd00:1122:3344:101::b]:45225 2025.06.30 14:45:59.515209 [ 263 ] {} TCP-Session: 90425257-8186-4b34-b313-c1d17a3793fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:45:59.515271 [ 263 ] {} TCP-Session: 90425257-8186-4b34-b313-c1d17a3793fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.39 MiB, peak 118.39 MiB, free memory in arenas 0.00 B, will set to 119.50 MiB (RSS), difference: 1.10 MiB 2025.06.30 14:46:00.281570 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58472 2025.06.30 14:46:00.281732 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.281763 [ 267 ] {} TCP-Session: 56ff4c53-94e0-4700-8780-7a4b06d0104d Authenticating user 'default' from [fd00:1122:3344:101::c]:58472 2025.06.30 14:46:00.281828 [ 267 ] {} TCP-Session: 56ff4c53-94e0-4700-8780-7a4b06d0104d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.281875 [ 267 ] {} TCP-Session: 56ff4c53-94e0-4700-8780-7a4b06d0104d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.281936 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.30 14:46:00.281961 [ 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.06.30 14:46:00.282038 [ 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.06.30 14:46:00.283709 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36201 2025.06.30 14:46:00.283802 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38880 2025.06.30 14:46:00.283933 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284044 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53178 2025.06.30 14:46:00.284053 [ 268 ] {} TCP-Session: 6ff37851-d640-472a-a86e-a8f988855929 Authenticating user 'default' from [fd00:1122:3344:101::c]:36201 2025.06.30 14:46:00.284060 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284108 [ 268 ] {} TCP-Session: 6ff37851-d640-472a-a86e-a8f988855929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284059 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37328 2025.06.30 14:46:00.284218 [ 269 ] {} TCP-Session: dc396fc9-c152-4199-8fda-b5f8ac516c68 Authenticating user 'default' from [fd00:1122:3344:101::c]:38880 2025.06.30 14:46:00.284221 [ 268 ] {} TCP-Session: 6ff37851-d640-472a-a86e-a8f988855929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284305 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38423 2025.06.30 14:46:00.284277 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284271 [ 269 ] {} TCP-Session: dc396fc9-c152-4199-8fda-b5f8ac516c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284407 [ 271 ] {} TCP-Session: add5c146-180b-4477-91a9-cf1bad90eaf1 Authenticating user 'default' from [fd00:1122:3344:101::c]:53178 2025.06.30 14:46:00.284385 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62095 2025.06.30 14:46:00.284475 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284207 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37116 2025.06.30 14:46:00.284552 [ 271 ] {} TCP-Session: add5c146-180b-4477-91a9-cf1bad90eaf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284532 [ 270 ] {} TCP-Session: 1ba58045-1139-4f3e-a148-d9c0707ae057 Authenticating user 'default' from [fd00:1122:3344:101::c]:37328 2025.06.30 14:46:00.284599 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284661 [ 270 ] {} TCP-Session: 1ba58045-1139-4f3e-a148-d9c0707ae057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284665 [ 271 ] {} TCP-Session: add5c146-180b-4477-91a9-cf1bad90eaf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284511 [ 269 ] {} TCP-Session: dc396fc9-c152-4199-8fda-b5f8ac516c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284753 [ 273 ] {} TCP-Session: 348bd3d3-0ef8-4f18-9b0a-fd85b496b03c Authenticating user 'default' from [fd00:1122:3344:101::c]:38423 2025.06.30 14:46:00.284778 [ 270 ] {} TCP-Session: 1ba58045-1139-4f3e-a148-d9c0707ae057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284725 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284842 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:00.284876 [ 273 ] {} TCP-Session: 348bd3d3-0ef8-4f18-9b0a-fd85b496b03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284898 [ 274 ] {} TCP-Session: 7277ee0e-3489-46f9-befb-b100d0315a6b Authenticating user 'default' from [fd00:1122:3344:101::c]:62095 2025.06.30 14:46:00.284949 [ 272 ] {} TCP-Session: 76cc6ca5-5948-4a66-a04e-332e13a3b049 Authenticating user 'default' from [fd00:1122:3344:101::c]:37116 2025.06.30 14:46:00.284959 [ 273 ] {} TCP-Session: 348bd3d3-0ef8-4f18-9b0a-fd85b496b03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.284950 [ 274 ] {} TCP-Session: 7277ee0e-3489-46f9-befb-b100d0315a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.285039 [ 272 ] {} TCP-Session: 76cc6ca5-5948-4a66-a04e-332e13a3b049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.285045 [ 274 ] {} TCP-Session: 7277ee0e-3489-46f9-befb-b100d0315a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:00.285117 [ 272 ] {} TCP-Session: 76cc6ca5-5948-4a66-a04e-332e13a3b049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.762801 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63989 2025.06.30 14:46:01.768556 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.768596 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Authenticating user 'default' from [fd00:1122:3344:101::d]:63989 2025.06.30 14:46:01.768618 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.768735 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.768818 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.30 14:46:01.768856 [ 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.06.30 14:46:01.768955 [ 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.06.30 14:46:01.769851 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48618 2025.06.30 14:46:01.769960 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60128 2025.06.30 14:46:01.770019 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.770055 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Authenticating user 'default' from [fd00:1122:3344:101::d]:48618 2025.06.30 14:46:01.770071 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48414 2025.06.30 14:46:01.770194 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.770214 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.770227 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57420 2025.06.30 14:46:01.770212 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.770332 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41946 2025.06.30 14:46:01.770343 [ 277 ] {} TCP-Session: ddc10b87-fb80-488f-99de-285191989179 Authenticating user 'default' from [fd00:1122:3344:101::d]:60128 2025.06.30 14:46:01.770479 [ 277 ] {} TCP-Session: ddc10b87-fb80-488f-99de-285191989179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.770493 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56878 2025.06.30 14:46:01.770497 [ 277 ] {} TCP-Session: ddc10b87-fb80-488f-99de-285191989179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.770516 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.770678 [ 279 ] {} TCP-Session: 2e6c591c-4586-46ed-af58-4067d0a23995 Authenticating user 'default' from [fd00:1122:3344:101::d]:57420 2025.06.30 14:46:01.770697 [ 279 ] {} TCP-Session: 2e6c591c-4586-46ed-af58-4067d0a23995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.770716 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43487 2025.06.30 14:46:01.770944 [ 279 ] {} TCP-Session: 2e6c591c-4586-46ed-af58-4067d0a23995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.772523 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.772576 [ 281 ] {} TCP-Session: 613f8df1-e52f-4f58-87f3-cbcd4ec0dee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56878 2025.06.30 14:46:01.772609 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.772594 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.772604 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.772786 [ 281 ] {} TCP-Session: 613f8df1-e52f-4f58-87f3-cbcd4ec0dee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.772813 [ 280 ] {} TCP-Session: 391b2653-7d9c-407d-87c5-ab798b2049f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41946 2025.06.30 14:46:01.772838 [ 282 ] {} TCP-Session: b2d1c8ce-9816-4c05-a07e-0b8e25208e03 Authenticating user 'default' from [fd00:1122:3344:101::d]:43487 2025.06.30 14:46:01.772756 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44035 2025.06.30 14:46:01.772890 [ 278 ] {} TCP-Session: d33b5ea1-05e2-47a9-b042-47b6cf15220e Authenticating user 'default' from [fd00:1122:3344:101::d]:48414 2025.06.30 14:46:01.772928 [ 282 ] {} TCP-Session: b2d1c8ce-9816-4c05-a07e-0b8e25208e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.772901 [ 280 ] {} TCP-Session: 391b2653-7d9c-407d-87c5-ab798b2049f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.773010 [ 278 ] {} TCP-Session: d33b5ea1-05e2-47a9-b042-47b6cf15220e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.772984 [ 282 ] {} TCP-Session: b2d1c8ce-9816-4c05-a07e-0b8e25208e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.772970 [ 281 ] {} TCP-Session: 613f8df1-e52f-4f58-87f3-cbcd4ec0dee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.773108 [ 278 ] {} TCP-Session: d33b5ea1-05e2-47a9-b042-47b6cf15220e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.773161 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.30 14:46:01.773089 [ 280 ] {} TCP-Session: 391b2653-7d9c-407d-87c5-ab798b2049f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.773230 [ 283 ] {} TCP-Session: fd61cdc8-65c7-4e8e-9a13-1b4dbce42e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:44035 2025.06.30 14:46:01.773343 [ 283 ] {} TCP-Session: fd61cdc8-65c7-4e8e-9a13-1b4dbce42e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.773357 [ 283 ] {} TCP-Session: fd61cdc8-65c7-4e8e-9a13-1b4dbce42e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:46:01.784270 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.787571 [ 275 ] {ee0b9731-6167-4497-bc33-6134b068b825} executeQuery: (from [fd00:1122:3344:101::d]:63989) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.30 14:46:01.861525 [ 275 ] {ee0b9731-6167-4497-bc33-6134b068b825} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63989) (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.06.30 14:46:01.862742 [ 275 ] {ee0b9731-6167-4497-bc33-6134b068b825} 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.06.30 14:46:01.863365 [ 275 ] {ee0b9731-6167-4497-bc33-6134b068b825} TCPHandler: Processed in 0.085821491 sec. 2025.06.30 14:46:01.868987 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.869374 [ 276 ] {98af3d9b-3bae-4867-865f-39fbedb4544e} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.30 14:46:01.869841 [ 276 ] {98af3d9b-3bae-4867-865f-39fbedb4544e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48618) (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.06.30 14:46:01.870162 [ 276 ] {98af3d9b-3bae-4867-865f-39fbedb4544e} 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.06.30 14:46:01.870446 [ 276 ] {98af3d9b-3bae-4867-865f-39fbedb4544e} TCPHandler: Processed in 0.001651822 sec. 2025.06.30 14:46:01.872922 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.874010 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} executeQuery: (from [fd00:1122:3344:101::d]:63989) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.06.30 14:46:01.874833 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.06.30 14:46:01.876494 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.06.30 14:46:01.876517 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0072e-05 sec 2025.06.30 14:46:01.876537 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} ReferentialDeps: No tables 2025.06.30 14:46:01.876680 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} LoadingDeps: No tables 2025.06.30 14:46:01.876707 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} DatabaseAtomic (oximeter): Starting up tables. 2025.06.30 14:46:01.877440 [ 275 ] {e759f20c-2206-4053-8f92-20bf5a55f3fa} TCPHandler: Processed in 0.004642822 sec. 2025.06.30 14:46:01.877629 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.878160 [ 275 ] {02aee473-6c6b-4edb-9107-a19915ad1207} executeQuery: (from [fd00:1122:3344:101::d]:63989) /* 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.06.30 14:46:01.879081 [ 275 ] {02aee473-6c6b-4edb-9107-a19915ad1207} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.06.30 14:46:01.885336 [ 275 ] {02aee473-6c6b-4edb-9107-a19915ad1207} StoragePolicy (default): Storage policy default created, total volumes 1 2025.06.30 14:46:01.887714 [ 275 ] {02aee473-6c6b-4edb-9107-a19915ad1207} oximeter.version (327e2919-41be-48b2-a39f-d3e993190644): Loading data parts 2025.06.30 14:46:01.888994 [ 275 ] {02aee473-6c6b-4edb-9107-a19915ad1207} oximeter.version (327e2919-41be-48b2-a39f-d3e993190644): There are no data parts 2025.06.30 14:46:01.892955 [ 275 ] {02aee473-6c6b-4edb-9107-a19915ad1207} TCPHandler: Processed in 0.015377906 sec. 2025.06.30 14:46:01.893191 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.893438 [ 275 ] {6e964987-d356-4e2a-beea-e245ff84efb6} executeQuery: (from [fd00:1122:3344:101::d]:63989) /* 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.06.30 14:46:01.893633 [ 275 ] {6e964987-d356-4e2a-beea-e245ff84efb6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.06.30 14:46:01.903486 [ 275 ] {6e964987-d356-4e2a-beea-e245ff84efb6} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Loading data parts 2025.06.30 14:46:01.903733 [ 275 ] {6e964987-d356-4e2a-beea-e245ff84efb6} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): There are no data parts 2025.06.30 14:46:01.905342 [ 275 ] {6e964987-d356-4e2a-beea-e245ff84efb6} TCPHandler: Processed in 0.012241634 sec. 2025.06.30 14:46:01.905566 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.905783 [ 275 ] {9f3ee334-b604-4c4c-9190-96254086213c} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.905918 [ 275 ] {9f3ee334-b604-4c4c-9190-96254086213c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.06.30 14:46:01.907884 [ 275 ] {9f3ee334-b604-4c4c-9190-96254086213c} oximeter.measurements_i8 (38499bc0-aa85-4c85-b534-eb37ba7e96f4): Loading data parts 2025.06.30 14:46:01.908129 [ 275 ] {9f3ee334-b604-4c4c-9190-96254086213c} oximeter.measurements_i8 (38499bc0-aa85-4c85-b534-eb37ba7e96f4): There are no data parts 2025.06.30 14:46:01.909378 [ 275 ] {9f3ee334-b604-4c4c-9190-96254086213c} TCPHandler: Processed in 0.003870557 sec. 2025.06.30 14:46:01.909540 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.909700 [ 275 ] {1f70622e-0288-4f87-be11-943bd29643a4} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.909825 [ 275 ] {1f70622e-0288-4f87-be11-943bd29643a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.06.30 14:46:01.911580 [ 275 ] {1f70622e-0288-4f87-be11-943bd29643a4} oximeter.measurements_u8 (0fd7f50c-908b-4f83-a4ae-29e620ff06d1): Loading data parts 2025.06.30 14:46:01.911749 [ 275 ] {1f70622e-0288-4f87-be11-943bd29643a4} oximeter.measurements_u8 (0fd7f50c-908b-4f83-a4ae-29e620ff06d1): There are no data parts 2025.06.30 14:46:01.913144 [ 275 ] {1f70622e-0288-4f87-be11-943bd29643a4} TCPHandler: Processed in 0.003658123 sec. 2025.06.30 14:46:01.913366 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.913637 [ 275 ] {c9714e5e-feda-496c-836b-03d3cb3a42f6} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.913792 [ 275 ] {c9714e5e-feda-496c-836b-03d3cb3a42f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.06.30 14:46:01.915677 [ 275 ] {c9714e5e-feda-496c-836b-03d3cb3a42f6} oximeter.measurements_i16 (fefbce17-9ae9-4a4c-bc4c-25266c4e61f7): Loading data parts 2025.06.30 14:46:01.915864 [ 275 ] {c9714e5e-feda-496c-836b-03d3cb3a42f6} oximeter.measurements_i16 (fefbce17-9ae9-4a4c-bc4c-25266c4e61f7): There are no data parts 2025.06.30 14:46:01.917477 [ 275 ] {c9714e5e-feda-496c-836b-03d3cb3a42f6} TCPHandler: Processed in 0.004173103 sec. 2025.06.30 14:46:01.917625 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.917783 [ 275 ] {33da55cf-0c8f-48bc-a262-67608c86aa0e} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.917920 [ 275 ] {33da55cf-0c8f-48bc-a262-67608c86aa0e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.06.30 14:46:01.920291 [ 275 ] {33da55cf-0c8f-48bc-a262-67608c86aa0e} oximeter.measurements_u16 (2fc1eeee-d379-4815-bb8e-8294cd7311a2): Loading data parts 2025.06.30 14:46:01.920500 [ 275 ] {33da55cf-0c8f-48bc-a262-67608c86aa0e} oximeter.measurements_u16 (2fc1eeee-d379-4815-bb8e-8294cd7311a2): There are no data parts 2025.06.30 14:46:01.922374 [ 275 ] {33da55cf-0c8f-48bc-a262-67608c86aa0e} TCPHandler: Processed in 0.004802556 sec. 2025.06.30 14:46:01.922543 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.922779 [ 275 ] {d658e214-bde3-45cf-9c8f-ea6041ec23d6} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.922923 [ 275 ] {d658e214-bde3-45cf-9c8f-ea6041ec23d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.06.30 14:46:01.924910 [ 275 ] {d658e214-bde3-45cf-9c8f-ea6041ec23d6} oximeter.measurements_i32 (c7c8db07-8339-4d27-9d31-f42868e44054): Loading data parts 2025.06.30 14:46:01.925108 [ 275 ] {d658e214-bde3-45cf-9c8f-ea6041ec23d6} oximeter.measurements_i32 (c7c8db07-8339-4d27-9d31-f42868e44054): There are no data parts 2025.06.30 14:46:01.928341 [ 275 ] {d658e214-bde3-45cf-9c8f-ea6041ec23d6} TCPHandler: Processed in 0.005848997 sec. 2025.06.30 14:46:01.928500 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.928664 [ 275 ] {13196d91-e0e2-4515-af9b-3d90b923c0c6} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.928794 [ 275 ] {13196d91-e0e2-4515-af9b-3d90b923c0c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.06.30 14:46:01.930636 [ 275 ] {13196d91-e0e2-4515-af9b-3d90b923c0c6} oximeter.measurements_u32 (20c31d0e-11ce-4dcb-ba33-2b49bfe6c02d): Loading data parts 2025.06.30 14:46:01.930794 [ 275 ] {13196d91-e0e2-4515-af9b-3d90b923c0c6} oximeter.measurements_u32 (20c31d0e-11ce-4dcb-ba33-2b49bfe6c02d): There are no data parts 2025.06.30 14:46:01.932181 [ 275 ] {13196d91-e0e2-4515-af9b-3d90b923c0c6} TCPHandler: Processed in 0.003736024 sec. 2025.06.30 14:46:01.932336 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.932595 [ 275 ] {3aadffdf-a8dd-477e-987c-e6dfdde65913} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.932722 [ 275 ] {3aadffdf-a8dd-477e-987c-e6dfdde65913} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.06.30 14:46:01.934500 [ 275 ] {3aadffdf-a8dd-477e-987c-e6dfdde65913} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Loading data parts 2025.06.30 14:46:01.934727 [ 275 ] {3aadffdf-a8dd-477e-987c-e6dfdde65913} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): There are no data parts 2025.06.30 14:46:01.936556 [ 275 ] {3aadffdf-a8dd-477e-987c-e6dfdde65913} TCPHandler: Processed in 0.004279986 sec. 2025.06.30 14:46:01.936702 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.936863 [ 275 ] {c3be4e5a-f325-4008-98d8-6bc3f6ccaab0} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.936994 [ 275 ] {c3be4e5a-f325-4008-98d8-6bc3f6ccaab0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.06.30 14:46:01.939636 [ 275 ] {c3be4e5a-f325-4008-98d8-6bc3f6ccaab0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Loading data parts 2025.06.30 14:46:01.939871 [ 275 ] {c3be4e5a-f325-4008-98d8-6bc3f6ccaab0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): There are no data parts 2025.06.30 14:46:01.941090 [ 275 ] {c3be4e5a-f325-4008-98d8-6bc3f6ccaab0} TCPHandler: Processed in 0.004438339 sec. 2025.06.30 14:46:01.941241 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.941540 [ 275 ] {74d04b20-c888-4fa8-88ac-29b88bb77c1b} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.941651 [ 275 ] {74d04b20-c888-4fa8-88ac-29b88bb77c1b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.06.30 14:46:01.945050 [ 275 ] {74d04b20-c888-4fa8-88ac-29b88bb77c1b} oximeter.measurements_f32 (bd6ef2b8-610c-4752-bd18-e065009e5879): Loading data parts 2025.06.30 14:46:01.945232 [ 275 ] {74d04b20-c888-4fa8-88ac-29b88bb77c1b} oximeter.measurements_f32 (bd6ef2b8-610c-4752-bd18-e065009e5879): There are no data parts 2025.06.30 14:46:01.946893 [ 275 ] {74d04b20-c888-4fa8-88ac-29b88bb77c1b} TCPHandler: Processed in 0.005701634 sec. 2025.06.30 14:46:01.947053 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.947214 [ 275 ] {de752718-474a-409e-95bc-dc1afcca5d63} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.947321 [ 275 ] {de752718-474a-409e-95bc-dc1afcca5d63} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.06.30 14:46:01.950566 [ 275 ] {de752718-474a-409e-95bc-dc1afcca5d63} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Loading data parts 2025.06.30 14:46:01.950770 [ 275 ] {de752718-474a-409e-95bc-dc1afcca5d63} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): There are no data parts 2025.06.30 14:46:01.953062 [ 275 ] {de752718-474a-409e-95bc-dc1afcca5d63} TCPHandler: Processed in 0.006068751 sec. 2025.06.30 14:46:01.953223 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.953492 [ 275 ] {4b181786-a88f-4942-a705-a2c3a811e84a} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.953619 [ 275 ] {4b181786-a88f-4942-a705-a2c3a811e84a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.06.30 14:46:01.957059 [ 275 ] {4b181786-a88f-4942-a705-a2c3a811e84a} oximeter.measurements_string (0b6c5cb2-c7a9-4a85-80f4-f219b7507e8b): Loading data parts 2025.06.30 14:46:01.957245 [ 275 ] {4b181786-a88f-4942-a705-a2c3a811e84a} oximeter.measurements_string (0b6c5cb2-c7a9-4a85-80f4-f219b7507e8b): There are no data parts 2025.06.30 14:46:01.959309 [ 275 ] {4b181786-a88f-4942-a705-a2c3a811e84a} TCPHandler: Processed in 0.006139782 sec. 2025.06.30 14:46:01.959487 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.959654 [ 275 ] {3e65fc66-93c3-41c9-9c25-27c35d7bff26} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.959800 [ 275 ] {3e65fc66-93c3-41c9-9c25-27c35d7bff26} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.06.30 14:46:01.962518 [ 275 ] {3e65fc66-93c3-41c9-9c25-27c35d7bff26} oximeter.measurements_bytes (25bc24f0-1ab9-4f2a-8b11-0078c15dd4d0): Loading data parts 2025.06.30 14:46:01.962688 [ 275 ] {3e65fc66-93c3-41c9-9c25-27c35d7bff26} oximeter.measurements_bytes (25bc24f0-1ab9-4f2a-8b11-0078c15dd4d0): There are no data parts 2025.06.30 14:46:01.964486 [ 275 ] {3e65fc66-93c3-41c9-9c25-27c35d7bff26} TCPHandler: Processed in 0.00505053 sec. 2025.06.30 14:46:01.964709 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.964911 [ 275 ] {fc7ac882-8131-4c73-bc56-7654fdbbc08d} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.965082 [ 275 ] {fc7ac882-8131-4c73-bc56-7654fdbbc08d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.06.30 14:46:01.968028 [ 275 ] {fc7ac882-8131-4c73-bc56-7654fdbbc08d} oximeter.measurements_cumulativei64 (286d0148-bbd8-4540-9081-5e94f498f9b7): Loading data parts 2025.06.30 14:46:01.968203 [ 275 ] {fc7ac882-8131-4c73-bc56-7654fdbbc08d} oximeter.measurements_cumulativei64 (286d0148-bbd8-4540-9081-5e94f498f9b7): There are no data parts 2025.06.30 14:46:01.971161 [ 275 ] {fc7ac882-8131-4c73-bc56-7654fdbbc08d} TCPHandler: Processed in 0.006525401 sec. 2025.06.30 14:46:01.971406 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.971574 [ 275 ] {dd650bf6-99c0-4bf9-9b7b-bbc1d6d59e61} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.971727 [ 275 ] {dd650bf6-99c0-4bf9-9b7b-bbc1d6d59e61} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:01.975420 [ 275 ] {dd650bf6-99c0-4bf9-9b7b-bbc1d6d59e61} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Loading data parts 2025.06.30 14:46:01.975680 [ 275 ] {dd650bf6-99c0-4bf9-9b7b-bbc1d6d59e61} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): There are no data parts 2025.06.30 14:46:01.977305 [ 275 ] {dd650bf6-99c0-4bf9-9b7b-bbc1d6d59e61} TCPHandler: Processed in 0.005949079 sec. 2025.06.30 14:46:01.977480 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.977739 [ 275 ] {9a2b3cd4-1e50-4a30-a91b-9f3a2bcf6dfe} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.977873 [ 275 ] {9a2b3cd4-1e50-4a30-a91b-9f3a2bcf6dfe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.06.30 14:46:01.980815 [ 275 ] {9a2b3cd4-1e50-4a30-a91b-9f3a2bcf6dfe} oximeter.measurements_cumulativef32 (090246a6-6e13-42ae-8a52-66b60e901039): Loading data parts 2025.06.30 14:46:01.980967 [ 275 ] {9a2b3cd4-1e50-4a30-a91b-9f3a2bcf6dfe} oximeter.measurements_cumulativef32 (090246a6-6e13-42ae-8a52-66b60e901039): There are no data parts 2025.06.30 14:46:01.983535 [ 275 ] {9a2b3cd4-1e50-4a30-a91b-9f3a2bcf6dfe} TCPHandler: Processed in 0.006110992 sec. 2025.06.30 14:46:01.983684 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.983847 [ 275 ] {bc9d1973-7c75-45bd-b802-ee2f7a16e697} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.983984 [ 275 ] {bc9d1973-7c75-45bd-b802-ee2f7a16e697} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.06.30 14:46:01.987846 [ 275 ] {bc9d1973-7c75-45bd-b802-ee2f7a16e697} oximeter.measurements_cumulativef64 (b5a28573-600e-4746-9f0b-abab055efe05): Loading data parts 2025.06.30 14:46:01.988083 [ 275 ] {bc9d1973-7c75-45bd-b802-ee2f7a16e697} oximeter.measurements_cumulativef64 (b5a28573-600e-4746-9f0b-abab055efe05): There are no data parts 2025.06.30 14:46:01.990568 [ 275 ] {bc9d1973-7c75-45bd-b802-ee2f7a16e697} TCPHandler: Processed in 0.006934348 sec. 2025.06.30 14:46:01.990827 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.991074 [ 275 ] {db5d2935-45c4-4d6d-8f8a-8cb2fcd118d7} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.991227 [ 275 ] {db5d2935-45c4-4d6d-8f8a-8cb2fcd118d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.06.30 14:46:01.994287 [ 275 ] {db5d2935-45c4-4d6d-8f8a-8cb2fcd118d7} oximeter.measurements_histogrami8 (d0d633f6-e851-411a-8ba9-08227f8edd93): Loading data parts 2025.06.30 14:46:01.994469 [ 275 ] {db5d2935-45c4-4d6d-8f8a-8cb2fcd118d7} oximeter.measurements_histogrami8 (d0d633f6-e851-411a-8ba9-08227f8edd93): There are no data parts 2025.06.30 14:46:01.996005 [ 275 ] {db5d2935-45c4-4d6d-8f8a-8cb2fcd118d7} TCPHandler: Processed in 0.005229825 sec. 2025.06.30 14:46:01.996154 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:01.996369 [ 275 ] {9004cadc-2a2b-433d-bd83-574f0c3b4f1f} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:01.996532 [ 275 ] {9004cadc-2a2b-433d-bd83-574f0c3b4f1f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.06.30 14:46:01.998912 [ 275 ] {9004cadc-2a2b-433d-bd83-574f0c3b4f1f} oximeter.measurements_histogramu8 (d6f31489-20c6-4767-8a9e-86885cf35f21): Loading data parts 2025.06.30 14:46:01.999086 [ 275 ] {9004cadc-2a2b-433d-bd83-574f0c3b4f1f} oximeter.measurements_histogramu8 (d6f31489-20c6-4767-8a9e-86885cf35f21): There are no data parts 2025.06.30 14:46:02.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 125.59 MiB, peak 125.59 MiB, free memory in arenas 0.00 B, will set to 133.94 MiB (RSS), difference: 8.36 MiB 2025.06.30 14:46:02.000557 [ 275 ] {9004cadc-2a2b-433d-bd83-574f0c3b4f1f} TCPHandler: Processed in 0.004453858 sec. 2025.06.30 14:46:02.000723 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.000941 [ 275 ] {cc34bec2-64d2-4f8b-b740-30590659e00e} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.001098 [ 275 ] {cc34bec2-64d2-4f8b-b740-30590659e00e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.06.30 14:46:02.003365 [ 275 ] {cc34bec2-64d2-4f8b-b740-30590659e00e} oximeter.measurements_histogrami16 (1ad61e0e-cf31-485b-b66b-6eb957cdcd13): Loading data parts 2025.06.30 14:46:02.003621 [ 275 ] {cc34bec2-64d2-4f8b-b740-30590659e00e} oximeter.measurements_histogrami16 (1ad61e0e-cf31-485b-b66b-6eb957cdcd13): There are no data parts 2025.06.30 14:46:02.005266 [ 275 ] {cc34bec2-64d2-4f8b-b740-30590659e00e} TCPHandler: Processed in 0.004602791 sec. 2025.06.30 14:46:02.005418 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.005735 [ 275 ] {44eebb6d-60dc-40a5-be45-3862081e7ee9} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.005873 [ 275 ] {44eebb6d-60dc-40a5-be45-3862081e7ee9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.06.30 14:46:02.007842 [ 275 ] {44eebb6d-60dc-40a5-be45-3862081e7ee9} oximeter.measurements_histogramu16 (694d52a3-4411-42e5-9064-18c127ba43f0): Loading data parts 2025.06.30 14:46:02.007995 [ 275 ] {44eebb6d-60dc-40a5-be45-3862081e7ee9} oximeter.measurements_histogramu16 (694d52a3-4411-42e5-9064-18c127ba43f0): There are no data parts 2025.06.30 14:46:02.011408 [ 275 ] {44eebb6d-60dc-40a5-be45-3862081e7ee9} TCPHandler: Processed in 0.006044931 sec. 2025.06.30 14:46:02.011556 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.011779 [ 275 ] {0fc6b716-66c4-43ed-ad1f-995c39905b93} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.011932 [ 275 ] {0fc6b716-66c4-43ed-ad1f-995c39905b93} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.06.30 14:46:02.014068 [ 275 ] {0fc6b716-66c4-43ed-ad1f-995c39905b93} oximeter.measurements_histogrami32 (fcd055da-d1af-4fff-a381-4cb1e78d0303): Loading data parts 2025.06.30 14:46:02.014391 [ 275 ] {0fc6b716-66c4-43ed-ad1f-995c39905b93} oximeter.measurements_histogrami32 (fcd055da-d1af-4fff-a381-4cb1e78d0303): There are no data parts 2025.06.30 14:46:02.015767 [ 275 ] {0fc6b716-66c4-43ed-ad1f-995c39905b93} TCPHandler: Processed in 0.004263035 sec. 2025.06.30 14:46:02.015914 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.016254 [ 275 ] {166a606b-1f3f-4a05-937f-8329d266df97} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.016417 [ 275 ] {166a606b-1f3f-4a05-937f-8329d266df97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.06.30 14:46:02.018471 [ 275 ] {166a606b-1f3f-4a05-937f-8329d266df97} oximeter.measurements_histogramu32 (da8459ff-c3c1-4200-89e7-2075509e1a89): Loading data parts 2025.06.30 14:46:02.018637 [ 275 ] {166a606b-1f3f-4a05-937f-8329d266df97} oximeter.measurements_histogramu32 (da8459ff-c3c1-4200-89e7-2075509e1a89): There are no data parts 2025.06.30 14:46:02.020078 [ 275 ] {166a606b-1f3f-4a05-937f-8329d266df97} TCPHandler: Processed in 0.004213404 sec. 2025.06.30 14:46:02.020225 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.020460 [ 275 ] {6cba9d3a-045e-48c7-b8b2-fdd64c4b76df} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.020690 [ 275 ] {6cba9d3a-045e-48c7-b8b2-fdd64c4b76df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.06.30 14:46:02.022594 [ 275 ] {6cba9d3a-045e-48c7-b8b2-fdd64c4b76df} oximeter.measurements_histogrami64 (f10d00c0-2558-4248-bc3f-6464b3ed8de6): Loading data parts 2025.06.30 14:46:02.022884 [ 275 ] {6cba9d3a-045e-48c7-b8b2-fdd64c4b76df} oximeter.measurements_histogrami64 (f10d00c0-2558-4248-bc3f-6464b3ed8de6): There are no data parts 2025.06.30 14:46:02.024377 [ 275 ] {6cba9d3a-045e-48c7-b8b2-fdd64c4b76df} TCPHandler: Processed in 0.004201763 sec. 2025.06.30 14:46:02.024524 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.024847 [ 275 ] {48109173-029a-45a4-802e-3fabd11a3474} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.025001 [ 275 ] {48109173-029a-45a4-802e-3fabd11a3474} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.06.30 14:46:02.027164 [ 275 ] {48109173-029a-45a4-802e-3fabd11a3474} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Loading data parts 2025.06.30 14:46:02.027297 [ 275 ] {48109173-029a-45a4-802e-3fabd11a3474} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): There are no data parts 2025.06.30 14:46:02.028982 [ 275 ] {48109173-029a-45a4-802e-3fabd11a3474} TCPHandler: Processed in 0.00450752 sec. 2025.06.30 14:46:02.029121 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.029344 [ 275 ] {0831102b-c257-468b-ab52-1958721db345} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.029499 [ 275 ] {0831102b-c257-468b-ab52-1958721db345} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.06.30 14:46:02.031401 [ 275 ] {0831102b-c257-468b-ab52-1958721db345} oximeter.measurements_histogramf32 (3394084b-e130-4745-b94c-a725bb881f0c): Loading data parts 2025.06.30 14:46:02.031633 [ 275 ] {0831102b-c257-468b-ab52-1958721db345} oximeter.measurements_histogramf32 (3394084b-e130-4745-b94c-a725bb881f0c): There are no data parts 2025.06.30 14:46:02.032928 [ 275 ] {0831102b-c257-468b-ab52-1958721db345} TCPHandler: Processed in 0.003857617 sec. 2025.06.30 14:46:02.033166 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.033640 [ 275 ] {60743a38-b938-4473-aaa8-9d274a326170} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.033812 [ 275 ] {60743a38-b938-4473-aaa8-9d274a326170} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.06.30 14:46:02.036884 [ 275 ] {60743a38-b938-4473-aaa8-9d274a326170} oximeter.measurements_histogramf64 (006d381c-f982-4beb-955d-143209cbe2c3): Loading data parts 2025.06.30 14:46:02.037035 [ 275 ] {60743a38-b938-4473-aaa8-9d274a326170} oximeter.measurements_histogramf64 (006d381c-f982-4beb-955d-143209cbe2c3): There are no data parts 2025.06.30 14:46:02.039073 [ 275 ] {60743a38-b938-4473-aaa8-9d274a326170} TCPHandler: Processed in 0.00604446 sec. 2025.06.30 14:46:02.039224 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.039410 [ 275 ] {975afaf5-e383-4d60-99da-f64348cd4c06} executeQuery: (from [fd00:1122:3344:101::d]:63989) /* 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.06.30 14:46:02.039567 [ 275 ] {975afaf5-e383-4d60-99da-f64348cd4c06} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.06.30 14:46:02.041899 [ 275 ] {975afaf5-e383-4d60-99da-f64348cd4c06} oximeter.fields_bool (889a1852-3ec1-45ab-ab44-dcd3c867922b): Loading data parts 2025.06.30 14:46:02.042157 [ 275 ] {975afaf5-e383-4d60-99da-f64348cd4c06} oximeter.fields_bool (889a1852-3ec1-45ab-ab44-dcd3c867922b): There are no data parts 2025.06.30 14:46:02.043698 [ 275 ] {975afaf5-e383-4d60-99da-f64348cd4c06} TCPHandler: Processed in 0.004524821 sec. 2025.06.30 14:46:02.043842 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.044093 [ 275 ] {48527c7f-f25e-4741-99e0-65bc3b2692cc} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.044195 [ 275 ] {48527c7f-f25e-4741-99e0-65bc3b2692cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.06.30 14:46:02.046505 [ 275 ] {48527c7f-f25e-4741-99e0-65bc3b2692cc} oximeter.fields_i8 (d9fa5be1-a261-42e5-8862-1bf0a217e611): Loading data parts 2025.06.30 14:46:02.046641 [ 275 ] {48527c7f-f25e-4741-99e0-65bc3b2692cc} oximeter.fields_i8 (d9fa5be1-a261-42e5-8862-1bf0a217e611): There are no data parts 2025.06.30 14:46:02.048260 [ 275 ] {48527c7f-f25e-4741-99e0-65bc3b2692cc} TCPHandler: Processed in 0.004468229 sec. 2025.06.30 14:46:02.048481 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.048639 [ 275 ] {b5f8d3e4-93bb-47ca-b9a9-9aa9051f4494} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.048791 [ 275 ] {b5f8d3e4-93bb-47ca-b9a9-9aa9051f4494} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.06.30 14:46:02.051810 [ 275 ] {b5f8d3e4-93bb-47ca-b9a9-9aa9051f4494} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Loading data parts 2025.06.30 14:46:02.052081 [ 275 ] {b5f8d3e4-93bb-47ca-b9a9-9aa9051f4494} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): There are no data parts 2025.06.30 14:46:02.053642 [ 275 ] {b5f8d3e4-93bb-47ca-b9a9-9aa9051f4494} TCPHandler: Processed in 0.005209174 sec. 2025.06.30 14:46:02.053787 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.054039 [ 275 ] {90461d0f-532e-4eb5-9a85-6c6e54d7a955} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.054178 [ 275 ] {90461d0f-532e-4eb5-9a85-6c6e54d7a955} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.06.30 14:46:02.058701 [ 275 ] {90461d0f-532e-4eb5-9a85-6c6e54d7a955} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Loading data parts 2025.06.30 14:46:02.058880 [ 275 ] {90461d0f-532e-4eb5-9a85-6c6e54d7a955} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): There are no data parts 2025.06.30 14:46:02.060842 [ 275 ] {90461d0f-532e-4eb5-9a85-6c6e54d7a955} TCPHandler: Processed in 0.007104931 sec. 2025.06.30 14:46:02.061042 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.061199 [ 275 ] {5d092a0c-c2a2-45be-b261-010e600bfa2a} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.061339 [ 275 ] {5d092a0c-c2a2-45be-b261-010e600bfa2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.06.30 14:46:02.065150 [ 275 ] {5d092a0c-c2a2-45be-b261-010e600bfa2a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Loading data parts 2025.06.30 14:46:02.065425 [ 275 ] {5d092a0c-c2a2-45be-b261-010e600bfa2a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): There are no data parts 2025.06.30 14:46:02.068545 [ 275 ] {5d092a0c-c2a2-45be-b261-010e600bfa2a} TCPHandler: Processed in 0.007551951 sec. 2025.06.30 14:46:02.068705 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.068983 [ 275 ] {d34b9fb0-7920-4e5b-9299-efccebce475c} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.069177 [ 275 ] {d34b9fb0-7920-4e5b-9299-efccebce475c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.06.30 14:46:02.072898 [ 275 ] {d34b9fb0-7920-4e5b-9299-efccebce475c} oximeter.fields_i32 (32b25d56-17f9-40b3-a27e-dd75f80877f9): Loading data parts 2025.06.30 14:46:02.073095 [ 275 ] {d34b9fb0-7920-4e5b-9299-efccebce475c} oximeter.fields_i32 (32b25d56-17f9-40b3-a27e-dd75f80877f9): There are no data parts 2025.06.30 14:46:02.075095 [ 275 ] {d34b9fb0-7920-4e5b-9299-efccebce475c} TCPHandler: Processed in 0.006440299 sec. 2025.06.30 14:46:02.075285 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.075486 [ 275 ] {a2f64edb-0387-4a40-a364-10af36b89e97} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.075712 [ 275 ] {a2f64edb-0387-4a40-a364-10af36b89e97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.06.30 14:46:02.078628 [ 275 ] {a2f64edb-0387-4a40-a364-10af36b89e97} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Loading data parts 2025.06.30 14:46:02.078909 [ 275 ] {a2f64edb-0387-4a40-a364-10af36b89e97} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): There are no data parts 2025.06.30 14:46:02.082612 [ 275 ] {a2f64edb-0387-4a40-a364-10af36b89e97} TCPHandler: Processed in 0.007393447 sec. 2025.06.30 14:46:02.082772 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.083074 [ 275 ] {11e28a50-9a1c-438d-9cc8-1fc776f1e24f} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.083221 [ 275 ] {11e28a50-9a1c-438d-9cc8-1fc776f1e24f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.06.30 14:46:02.086419 [ 275 ] {11e28a50-9a1c-438d-9cc8-1fc776f1e24f} oximeter.fields_i64 (0b3cf7b5-7c5c-43a4-a2f6-e2f85c83d495): Loading data parts 2025.06.30 14:46:02.086606 [ 275 ] {11e28a50-9a1c-438d-9cc8-1fc776f1e24f} oximeter.fields_i64 (0b3cf7b5-7c5c-43a4-a2f6-e2f85c83d495): There are no data parts 2025.06.30 14:46:02.089100 [ 275 ] {11e28a50-9a1c-438d-9cc8-1fc776f1e24f} TCPHandler: Processed in 0.006385798 sec. 2025.06.30 14:46:02.089251 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.089408 [ 275 ] {1111fd55-91f2-4e80-ada2-5723a1486d2d} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.089545 [ 275 ] {1111fd55-91f2-4e80-ada2-5723a1486d2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.06.30 14:46:02.092127 [ 275 ] {1111fd55-91f2-4e80-ada2-5723a1486d2d} oximeter.fields_u64 (360c3241-18d4-4b00-a27b-d5b8c67508cf): Loading data parts 2025.06.30 14:46:02.092324 [ 275 ] {1111fd55-91f2-4e80-ada2-5723a1486d2d} oximeter.fields_u64 (360c3241-18d4-4b00-a27b-d5b8c67508cf): There are no data parts 2025.06.30 14:46:02.094741 [ 275 ] {1111fd55-91f2-4e80-ada2-5723a1486d2d} TCPHandler: Processed in 0.00553976 sec. 2025.06.30 14:46:02.094883 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.095153 [ 275 ] {13e7b83f-1340-48cb-be79-8f5d34f3ed75} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.095293 [ 275 ] {13e7b83f-1340-48cb-be79-8f5d34f3ed75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.06.30 14:46:02.097955 [ 275 ] {13e7b83f-1340-48cb-be79-8f5d34f3ed75} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Loading data parts 2025.06.30 14:46:02.098138 [ 275 ] {13e7b83f-1340-48cb-be79-8f5d34f3ed75} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): There are no data parts 2025.06.30 14:46:02.101808 [ 275 ] {13e7b83f-1340-48cb-be79-8f5d34f3ed75} TCPHandler: Processed in 0.006973839 sec. 2025.06.30 14:46:02.101971 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.102131 [ 275 ] {63079823-caa9-4a89-b5c8-92d2f32ce6e3} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.102277 [ 275 ] {63079823-caa9-4a89-b5c8-92d2f32ce6e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.06.30 14:46:02.106419 [ 275 ] {63079823-caa9-4a89-b5c8-92d2f32ce6e3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Loading data parts 2025.06.30 14:46:02.106639 [ 275 ] {63079823-caa9-4a89-b5c8-92d2f32ce6e3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): There are no data parts 2025.06.30 14:46:02.109717 [ 275 ] {63079823-caa9-4a89-b5c8-92d2f32ce6e3} TCPHandler: Processed in 0.007800096 sec. 2025.06.30 14:46:02.109924 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.110145 [ 275 ] {7bf19aed-58bd-45ed-a05a-1ee4b4c56b12} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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.06.30 14:46:02.110287 [ 275 ] {7bf19aed-58bd-45ed-a05a-1ee4b4c56b12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.06.30 14:46:02.113049 [ 275 ] {7bf19aed-58bd-45ed-a05a-1ee4b4c56b12} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Loading data parts 2025.06.30 14:46:02.113214 [ 275 ] {7bf19aed-58bd-45ed-a05a-1ee4b4c56b12} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): There are no data parts 2025.06.30 14:46:02.114743 [ 275 ] {7bf19aed-58bd-45ed-a05a-1ee4b4c56b12} TCPHandler: Processed in 0.004872447 sec. 2025.06.30 14:46:02.114912 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.115175 [ 275 ] {01610893-0531-4984-9f59-112a96573153} executeQuery: (from [fd00:1122:3344:101::d]:63989) /* 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.06.30 14:46:02.115357 [ 275 ] {01610893-0531-4984-9f59-112a96573153} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.06.30 14:46:02.117378 [ 275 ] {01610893-0531-4984-9f59-112a96573153} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Loading data parts 2025.06.30 14:46:02.117632 [ 275 ] {01610893-0531-4984-9f59-112a96573153} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): There are no data parts 2025.06.30 14:46:02.119167 [ 275 ] {01610893-0531-4984-9f59-112a96573153} TCPHandler: Processed in 0.004306676 sec. 2025.06.30 14:46:02.119537 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:02.119850 [ 276 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.06.30 14:46:02.121371 [ 276 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.06.30 14:46:02.131017 [ 285 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} oximeter.version (327e2919-41be-48b2-a39f-d3e993190644): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:02.131056 [ 285 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.82 GiB. 2025.06.30 14:46:02.135989 [ 285 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:02.136573 [ 285 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} oximeter.version (327e2919-41be-48b2-a39f-d3e993190644): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:02.136927 [ 276 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} executeQuery: Read 1 rows, 16.00 B in 0.017235 sec., 58.02146794313896 rows/sec., 928.34 B/sec. 2025.06.30 14:46:02.137180 [ 276 ] {54b6a537-d36f-40c5-9b4c-4c718f49890f} TCPHandler: Processed in 0.017779194 sec. 2025.06.30 14:46:03.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.73 MiB, peak 135.73 MiB, free memory in arenas 0.00 B, will set to 139.76 MiB (RSS), difference: 4.03 MiB 2025.06.30 14:46:06.097550 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.06.30 14:46:06.097555 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.06.30 14:46:06.097735 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.06.30 14:46:06.097753 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.06.30 14:46:06.100919 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Loading data parts 2025.06.30 14:46:06.101121 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): There are no data parts 2025.06.30 14:46:06.105666 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:06.105795 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:06.111666 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:06.112299 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:06.112450 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.06.30 14:46:06.113434 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Loading data parts 2025.06.30 14:46:06.113570 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): There are no data parts 2025.06.30 14:46:06.137062 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:06.137204 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:06.143288 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:06.144401 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:06.147551 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.06.30 14:46:07.000159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.79 MiB, peak 148.79 MiB, free memory in arenas 0.00 B, will set to 153.83 MiB (RSS), difference: 9.05 MiB 2025.06.30 14:46:08.597406 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.06.30 14:46:08.597496 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.06.30 14:46:08.601596 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Loading data parts 2025.06.30 14:46:08.601765 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): There are no data parts 2025.06.30 14:46:08.607430 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:08.607469 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:08.609214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:08.609736 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:08.609960 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.06.30 14:46:09.000148 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.03 MiB, peak 158.03 MiB, free memory in arenas 0.00 B, will set to 154.83 MiB (RSS), difference: -3.20 MiB 2025.06.30 14:46:13.567770 [ 111 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:46:13.567837 [ 111 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:46:13.612735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.06.30 14:46:13.613440 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:13.613591 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:13.614336 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:13.614799 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:13.615046 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.06.30 14:46:13.647811 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.06.30 14:46:13.666270 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:13.666471 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:13.673057 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:13.674399 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:13.677818 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.06.30 14:46:14.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.58 MiB, peak 159.58 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.19 MiB 2025.06.30 14:46:19.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.80 MiB, peak 159.58 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 4.02 MiB 2025.06.30 14:46:21.115119 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.06.30 14:46:21.115752 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:21.115806 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:21.116565 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:21.117075 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:21.117221 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.06.30 14:46:21.177986 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.06.30 14:46:21.194985 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:21.195053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:21.201342 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:21.202454 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:21.205849 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.06.30 14:46:22.158556 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.158744 [ 275 ] {6d8af443-2adb-4dd2-9ebd-b9431000a1df} executeQuery: (from [fd00:1122:3344:101::d]:63989) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.159098 [ 275 ] {6d8af443-2adb-4dd2-9ebd-b9431000a1df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.163587 [ 275 ] {6d8af443-2adb-4dd2-9ebd-b9431000a1df} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.164348 [ 275 ] {6d8af443-2adb-4dd2-9ebd-b9431000a1df} TCPHandler: Processed in 0.005921468 sec. 2025.06.30 14:46:22.169975 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.170153 [ 275 ] {74041650-11f9-40ef-abbe-4d463bb9a321} executeQuery: (from [fd00:1122:3344:101::d]:63989) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.172805 [ 275 ] {74041650-11f9-40ef-abbe-4d463bb9a321} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.172860 [ 275 ] {74041650-11f9-40ef-abbe-4d463bb9a321} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.175578 [ 275 ] {74041650-11f9-40ef-abbe-4d463bb9a321} TCPHandler: Processed in 0.005631193 sec. 2025.06.30 14:46:22.175905 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.176047 [ 275 ] {9e0bcca6-fd5e-4994-aec0-834fb7e2224a} executeQuery: (from [fd00:1122:3344:101::d]:63989) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.180569 [ 275 ] {9e0bcca6-fd5e-4994-aec0-834fb7e2224a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.180649 [ 275 ] {9e0bcca6-fd5e-4994-aec0-834fb7e2224a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.181094 [ 275 ] {9e0bcca6-fd5e-4994-aec0-834fb7e2224a} TCPHandler: Processed in 0.005252045 sec. 2025.06.30 14:46:22.181337 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.181458 [ 275 ] {7e49248b-c8bd-4861-962e-386b6ebc521d} executeQuery: (from [fd00:1122:3344:101::d]:63989) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.181714 [ 275 ] {7e49248b-c8bd-4861-962e-386b6ebc521d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.181776 [ 275 ] {7e49248b-c8bd-4861-962e-386b6ebc521d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.182118 [ 275 ] {7e49248b-c8bd-4861-962e-386b6ebc521d} TCPHandler: Processed in 0.000831727 sec. 2025.06.30 14:46:22.182329 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.182460 [ 275 ] {49753542-bfb7-4b06-83d3-6f8e737d5905} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.182751 [ 275 ] {49753542-bfb7-4b06-83d3-6f8e737d5905} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.182796 [ 275 ] {49753542-bfb7-4b06-83d3-6f8e737d5905} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.183174 [ 275 ] {49753542-bfb7-4b06-83d3-6f8e737d5905} TCPHandler: Processed in 0.000894728 sec. 2025.06.30 14:46:22.183372 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.183519 [ 275 ] {d77900c9-b219-4b05-a999-68d664bfd42e} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.183808 [ 275 ] {d77900c9-b219-4b05-a999-68d664bfd42e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.183875 [ 275 ] {d77900c9-b219-4b05-a999-68d664bfd42e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.184220 [ 275 ] {d77900c9-b219-4b05-a999-68d664bfd42e} TCPHandler: Processed in 0.000897618 sec. 2025.06.30 14:46:22.184473 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.184619 [ 275 ] {da92dfca-4155-43ee-9994-184af637bc3c} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.184865 [ 275 ] {da92dfca-4155-43ee-9994-184af637bc3c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.184911 [ 275 ] {da92dfca-4155-43ee-9994-184af637bc3c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.185270 [ 275 ] {da92dfca-4155-43ee-9994-184af637bc3c} TCPHandler: Processed in 0.000853767 sec. 2025.06.30 14:46:22.185506 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.185621 [ 275 ] {f76c53fd-7c9f-4274-9144-ef519ce3a9bd} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.185863 [ 275 ] {f76c53fd-7c9f-4274-9144-ef519ce3a9bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.185906 [ 275 ] {f76c53fd-7c9f-4274-9144-ef519ce3a9bd} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.186217 [ 275 ] {f76c53fd-7c9f-4274-9144-ef519ce3a9bd} TCPHandler: Processed in 0.000759545 sec. 2025.06.30 14:46:22.186426 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.186540 [ 275 ] {1f1f0b65-60be-45cd-aa37-ea918673abde} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.186784 [ 275 ] {1f1f0b65-60be-45cd-aa37-ea918673abde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.186826 [ 275 ] {1f1f0b65-60be-45cd-aa37-ea918673abde} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.187135 [ 275 ] {1f1f0b65-60be-45cd-aa37-ea918673abde} TCPHandler: Processed in 0.000758735 sec. 2025.06.30 14:46:22.187325 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.187441 [ 275 ] {c8405067-3924-4e56-ad2f-95b9069f30b6} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.187693 [ 275 ] {c8405067-3924-4e56-ad2f-95b9069f30b6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.187736 [ 275 ] {c8405067-3924-4e56-ad2f-95b9069f30b6} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.188045 [ 275 ] {c8405067-3924-4e56-ad2f-95b9069f30b6} TCPHandler: Processed in 0.000768885 sec. 2025.06.30 14:46:22.188246 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.188364 [ 275 ] {b0726dbc-9409-41e2-a4e5-f155febbbb7c} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.188616 [ 275 ] {b0726dbc-9409-41e2-a4e5-f155febbbb7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.188660 [ 275 ] {b0726dbc-9409-41e2-a4e5-f155febbbb7c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.188974 [ 275 ] {b0726dbc-9409-41e2-a4e5-f155febbbb7c} TCPHandler: Processed in 0.000776176 sec. 2025.06.30 14:46:22.189173 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.189290 [ 275 ] {b091bebb-347b-4c7b-bfd7-3f68d61e0837} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.189540 [ 275 ] {b091bebb-347b-4c7b-bfd7-3f68d61e0837} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.189582 [ 275 ] {b091bebb-347b-4c7b-bfd7-3f68d61e0837} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.189892 [ 275 ] {b091bebb-347b-4c7b-bfd7-3f68d61e0837} TCPHandler: Processed in 0.000768295 sec. 2025.06.30 14:46:22.190091 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.190207 [ 275 ] {ee8acecc-456a-4daf-9931-d26a2e1334cf} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.190469 [ 275 ] {ee8acecc-456a-4daf-9931-d26a2e1334cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.190513 [ 275 ] {ee8acecc-456a-4daf-9931-d26a2e1334cf} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.190842 [ 275 ] {ee8acecc-456a-4daf-9931-d26a2e1334cf} TCPHandler: Processed in 0.000800406 sec. 2025.06.30 14:46:22.191041 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.191159 [ 275 ] {ec09f368-10df-4154-8e91-b5effb9ed624} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:22.191410 [ 275 ] {ec09f368-10df-4154-8e91-b5effb9ed624} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.191453 [ 275 ] {ec09f368-10df-4154-8e91-b5effb9ed624} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:22.191782 [ 275 ] {ec09f368-10df-4154-8e91-b5effb9ed624} TCPHandler: Processed in 0.000789016 sec. 2025.06.30 14:46:22.193523 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.193630 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:46:22.193671 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:22.194212 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:22.194252 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:22.194818 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:22.195188 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:22.195336 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} executeQuery: Read 14 rows, 2.01 KiB in 0.001736 sec., 8064.5161290322585 rows/sec., 1.13 MiB/sec. 2025.06.30 14:46:22.195374 [ 275 ] {368299f1-b872-4e3f-83ca-83a9ecbfe981} TCPHandler: Processed in 0.001900758 sec. 2025.06.30 14:46:22.195480 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.195576 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:22.195614 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:22.198259 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:22.198294 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:22.200812 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:22.201392 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:22.201531 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} executeQuery: Read 26 rows, 2.06 KiB in 0.005975 sec., 4351.464435146443 rows/sec., 345.02 KiB/sec. 2025.06.30 14:46:22.201567 [ 275 ] {6881cec6-dd1d-41c8-b7b6-76a20746e60c} TCPHandler: Processed in 0.006135942 sec. 2025.06.30 14:46:22.201683 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.201777 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:22.201816 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:22.202213 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:22.202250 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:22.202682 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:22.203118 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:22.203249 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} executeQuery: Read 28 rows, 2.24 KiB in 0.00149 sec., 18791.946308724833 rows/sec., 1.47 MiB/sec. 2025.06.30 14:46:22.203287 [ 275 ] {bd65c57c-f24c-483c-9d08-cc6aeca32c0d} TCPHandler: Processed in 0.001654183 sec. 2025.06.30 14:46:22.203394 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.203488 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:22.203531 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:22.203972 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:22.204007 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:22.204470 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:22.204955 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:22.205087 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} executeQuery: Read 40 rows, 2.84 KiB in 0.001617 sec., 24737.167594310453 rows/sec., 1.72 MiB/sec. 2025.06.30 14:46:22.205122 [ 275 ] {995ac250-ec63-42c8-886a-b0153c641874} TCPHandler: Processed in 0.001779066 sec. 2025.06.30 14:46:22.205238 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:22.205332 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:22.205374 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:22.205700 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:22.205738 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:22.206165 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:22.206602 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:22.206730 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} executeQuery: Read 16 rows, 1.13 KiB in 0.001416 sec., 11299.435028248588 rows/sec., 794.49 KiB/sec. 2025.06.30 14:46:22.206768 [ 275 ] {13527f43-9372-4882-8b6b-8a4ab36d84cc} TCPHandler: Processed in 0.001580441 sec. 2025.06.30 14:46:27.155898 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:27.156200 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:27.156302 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:27.157071 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:27.157114 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:27.157507 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:27.157736 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:27.157890 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} executeQuery: Read 26 rows, 2.06 KiB in 0.001766 sec., 14722.536806342016 rows/sec., 1.14 MiB/sec. 2025.06.30 14:46:27.157935 [ 275 ] {f873b796-a6a2-4059-ae97-51b8b16c1b01} TCPHandler: Processed in 0.002213304 sec. 2025.06.30 14:46:27.158063 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:27.158165 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:27.158207 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:27.158630 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:27.158665 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:27.158967 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:27.159186 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:27.159313 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} executeQuery: Read 28 rows, 2.24 KiB in 0.001169 sec., 23952.095808383234 rows/sec., 1.87 MiB/sec. 2025.06.30 14:46:27.159349 [ 275 ] {734f962d-042d-496b-ae60-aef78f03bdd7} TCPHandler: Processed in 0.001339757 sec. 2025.06.30 14:46:27.159455 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:27.159551 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:27.159593 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:27.159969 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:27.160004 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:27.160327 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:27.160540 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:27.160662 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} executeQuery: Read 50 rows, 3.55 KiB in 0.00113 sec., 44247.787610619474 rows/sec., 3.07 MiB/sec. 2025.06.30 14:46:27.160696 [ 275 ] {c77242e7-1d02-463f-9c47-94ea8ae54c5d} TCPHandler: Processed in 0.001291276 sec. 2025.06.30 14:46:27.160798 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:27.160892 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:27.160934 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:27.161251 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:27.161285 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:27.161583 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:27.161799 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:27.161924 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} executeQuery: Read 20 rows, 1.41 KiB in 0.001051 sec., 19029.49571836346 rows/sec., 1.31 MiB/sec. 2025.06.30 14:46:27.161958 [ 275 ] {b370a47f-5959-43e8-92d5-d5b89be7f22d} TCPHandler: Processed in 0.001210254 sec. 2025.06.30 14:46:28.568089 [ 86 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:46:28.568161 [ 86 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:46:28.610434 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 2025.06.30 14:46:28.613530 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:28.613581 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:28.614716 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:28.614980 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:28.615251 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2025.06.30 14:46:28.617317 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.06.30 14:46:28.617818 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:28.617862 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:28.618343 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:28.618588 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:28.618720 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.06.30 14:46:28.705950 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.06.30 14:46:28.722254 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:28.722306 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:28.728115 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:28.728838 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:28.731832 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.06.30 14:46:32.154201 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.154463 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:32.158626 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:46:32.160554 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} 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')" moved to PREWHERE 2025.06.30 14:46:32.160792 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:32.162846 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:32.163202 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.06.30 14:46:32.167082 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:46:32.169002 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:46:32.169029 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:46:32.171128 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} 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'))" 2025.06.30 14:46:32.171159 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.30 14:46:32.185133 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} executeQuery: Read 14 rows, 585.00 B in 0.030762 sec., 455.1069501332813 rows/sec., 18.57 KiB/sec. 2025.06.30 14:46:32.185242 [ 275 ] {86eff7e6-5174-4f4d-8f3b-269c34f3c3a7} TCPHandler: Processed in 0.031174452 sec. 2025.06.30 14:46:32.186894 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.187026 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:32.187231 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:46:32.187263 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} 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')" moved to PREWHERE 2025.06.30 14:46:32.187428 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:32.187482 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:32.187594 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.06.30 14:46:32.187624 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:46:32.187642 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:46:32.187657 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:46:32.187690 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} 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'))" 2025.06.30 14:46:32.187709 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.30 14:46:32.188174 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} executeQuery: Read 14 rows, 585.00 B in 0.001196 sec., 11705.685618729096 rows/sec., 477.67 KiB/sec. 2025.06.30 14:46:32.188256 [ 275 ] {d0f6e7fa-15cf-42fa-83f1-bf15d526200b} TCPHandler: Processed in 0.001414778 sec. 2025.06.30 14:46:32.188457 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.188581 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:32.188772 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:46:32.188803 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} 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')" moved to PREWHERE 2025.06.30 14:46:32.188961 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:32.189013 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:32.189111 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.06.30 14:46:32.189138 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:46:32.189156 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:46:32.189170 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:46:32.189202 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} 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'))" 2025.06.30 14:46:32.189220 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.30 14:46:32.189626 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} executeQuery: Read 14 rows, 585.00 B in 0.00109 sec., 12844.036697247706 rows/sec., 524.12 KiB/sec. 2025.06.30 14:46:32.189706 [ 275 ] {f917d5b7-aaf9-48db-8723-a91861ebbe9f} TCPHandler: Processed in 0.001299766 sec. 2025.06.30 14:46:32.189899 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.190023 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} executeQuery: (from [fd00:1122:3344:101::d]:63989) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:46:32.190223 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:46:32.190254 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} 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')" moved to PREWHERE 2025.06.30 14:46:32.190427 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:32.190479 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:46:32.190577 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.06.30 14:46:32.190604 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:46:32.190622 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:46:32.190635 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:46:32.190677 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} 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'))" 2025.06.30 14:46:32.190695 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.30 14:46:32.191090 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} executeQuery: Read 14 rows, 585.00 B in 0.001111 sec., 12601.260126012601 rows/sec., 514.21 KiB/sec. 2025.06.30 14:46:32.191172 [ 275 ] {774a66fe-e895-4675-97b0-d1de108acd3e} TCPHandler: Processed in 0.001322506 sec. 2025.06.30 14:46:32.193886 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.194022 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:46:32.194071 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:46:32.194671 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.194713 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.195147 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:32.195341 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.195479 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} executeQuery: Read 4 rows, 433.00 B in 0.001493 sec., 2679.169457468185 rows/sec., 283.22 KiB/sec. 2025.06.30 14:46:32.195517 [ 275 ] {9c2f714f-0ea6-4156-9e90-84c1011660e2} TCPHandler: Processed in 0.001692094 sec. 2025.06.30 14:46:32.195631 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.195726 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:32.195766 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:32.196210 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.196247 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.196543 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:32.196774 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.196896 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} executeQuery: Read 72 rows, 6.38 KiB in 0.001187 sec., 60657.11878685763 rows/sec., 5.25 MiB/sec. 2025.06.30 14:46:32.196934 [ 275 ] {ca577fa4-60a7-47be-aa14-b9789b6fb305} TCPHandler: Processed in 0.001352237 sec. 2025.06.30 14:46:32.197047 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.197141 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:46:32.197180 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:46:32.197573 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.197610 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.197895 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:32.198111 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.198232 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} executeQuery: Read 23 rows, 1.73 KiB in 0.001108 sec., 20758.12274368231 rows/sec., 1.52 MiB/sec. 2025.06.30 14:46:32.198276 [ 275 ] {62833f81-cc7f-4640-af1e-ef996be1c712} TCPHandler: Processed in 0.001279016 sec. 2025.06.30 14:46:32.198385 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.198479 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:32.198518 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:32.198913 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.198950 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.199247 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:32.199459 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.199581 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} executeQuery: Read 64 rows, 5.13 KiB in 0.001119 sec., 57193.92314566577 rows/sec., 4.48 MiB/sec. 2025.06.30 14:46:32.199626 [ 275 ] {744f77b7-c58d-4f6e-b6b7-e9df0af6aac8} TCPHandler: Processed in 0.001289986 sec. 2025.06.30 14:46:32.199774 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.199868 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:32.199910 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:32.200299 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.200335 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.200640 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:32.200901 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.201027 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} executeQuery: Read 50 rows, 3.55 KiB in 0.001176 sec., 42517.00680272109 rows/sec., 2.95 MiB/sec. 2025.06.30 14:46:32.201064 [ 275 ] {5fe1ca97-fd79-4a25-b4c2-3d8ba2db9a49} TCPHandler: Processed in 0.001339666 sec. 2025.06.30 14:46:32.201169 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.201269 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:32.201323 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:46:32.202177 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.202214 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.205192 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:32.205423 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.205550 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} executeQuery: Read 23 rows, 42.20 KiB in 0.0043 sec., 5348.837209302325 rows/sec., 9.58 MiB/sec. 2025.06.30 14:46:32.205604 [ 275 ] {f8da7ef1-a41f-4439-afa5-36f8e3623a23} TCPHandler: Processed in 0.004483489 sec. 2025.06.30 14:46:32.205720 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.205812 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.30 14:46:32.205852 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.30 14:46:32.206170 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.206206 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.206505 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:46:32.206725 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.206845 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} executeQuery: Read 21 rows, 1.57 KiB in 0.001051 sec., 19980.970504281635 rows/sec., 1.46 MiB/sec. 2025.06.30 14:46:32.206878 [ 275 ] {bcb17b6e-7474-4042-b6e4-30e9a2c4169c} TCPHandler: Processed in 0.001205784 sec. 2025.06.30 14:46:32.206982 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:32.207073 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:32.207111 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:32.207416 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:32.207451 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:32.207751 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:32.207978 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:32.208099 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} executeQuery: Read 20 rows, 1.41 KiB in 0.001044 sec., 19157.088122605364 rows/sec., 1.32 MiB/sec. 2025.06.30 14:46:32.208132 [ 275 ] {22979de0-37f0-4cb4-9352-cb693a61d5b6} TCPHandler: Processed in 0.001196493 sec. 2025.06.30 14:46:36.119689 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.06.30 14:46:36.120202 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:36.120246 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:36.120791 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:36.121028 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:36.121174 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.06.30 14:46:36.232793 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.06.30 14:46:36.250073 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:36.250138 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:36.256143 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:36.256916 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:36.260278 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.06.30 14:46:37.155976 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:37.156168 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:37.156238 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:37.156888 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:37.156934 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:37.157308 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:37.157532 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:37.157680 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} executeQuery: Read 26 rows, 2.06 KiB in 0.001562 sec., 16645.326504481432 rows/sec., 1.29 MiB/sec. 2025.06.30 14:46:37.157726 [ 275 ] {db7af2ce-0093-4563-999e-92d9ba2bdc4a} TCPHandler: Processed in 0.001876817 sec. 2025.06.30 14:46:37.157834 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:37.157934 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:37.157974 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:37.158386 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:37.158420 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:37.158702 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:37.158907 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:37.159035 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} executeQuery: Read 28 rows, 2.24 KiB in 0.001126 sec., 24866.78507992895 rows/sec., 1.94 MiB/sec. 2025.06.30 14:46:37.159071 [ 275 ] {22ab9a00-8288-4d40-b673-15c84d629e6b} TCPHandler: Processed in 0.001287316 sec. 2025.06.30 14:46:37.159190 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:37.159284 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:37.159325 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:37.159688 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:37.159722 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:37.160020 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:37.160228 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:37.160347 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} executeQuery: Read 50 rows, 3.55 KiB in 0.001083 sec., 46168.051708217914 rows/sec., 3.20 MiB/sec. 2025.06.30 14:46:37.160380 [ 275 ] {ef85bec2-36c7-4d9e-b225-78550c1ea0fa} TCPHandler: Processed in 0.001237715 sec. 2025.06.30 14:46:37.160487 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:37.160580 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:37.160619 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:37.160932 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:37.160965 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:37.161242 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:37.161440 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:37.161600 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} executeQuery: Read 20 rows, 1.41 KiB in 0.001037 sec., 19286.403085824495 rows/sec., 1.32 MiB/sec. 2025.06.30 14:46:37.161641 [ 275 ] {cf2c3d21-61b7-4375-90ca-b40d5b251732} TCPHandler: Processed in 0.001201464 sec. 2025.06.30 14:46:38.616320 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 166 2025.06.30 14:46:38.618518 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:38.618575 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:38.619757 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:38.620043 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:38.620343 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 166 2025.06.30 14:46:42.156995 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:42.157198 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:42.157265 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:42.158037 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:42.158074 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:42.158437 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:42.158654 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:42.158797 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} executeQuery: Read 72 rows, 6.38 KiB in 0.001649 sec., 43662.82595512432 rows/sec., 3.78 MiB/sec. 2025.06.30 14:46:42.158836 [ 275 ] {4c4a1b4c-637d-421d-8e81-b00ed47469a5} TCPHandler: Processed in 0.002004069 sec. 2025.06.30 14:46:42.158983 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:42.159076 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:46:42.159114 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:46:42.159558 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:42.159591 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:42.159898 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:42.160108 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:42.160224 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} executeQuery: Read 23 rows, 1.73 KiB in 0.001168 sec., 19691.780821917808 rows/sec., 1.45 MiB/sec. 2025.06.30 14:46:42.160259 [ 275 ] {2627d7c4-4b32-4704-9207-7509e448d365} TCPHandler: Processed in 0.001334417 sec. 2025.06.30 14:46:42.160384 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:42.160493 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:42.160539 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:42.160977 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:42.161011 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:42.161323 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:42.161536 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:42.161664 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} executeQuery: Read 51 rows, 4.08 KiB in 0.00119 sec., 42857.142857142855 rows/sec., 3.35 MiB/sec. 2025.06.30 14:46:42.161709 [ 275 ] {78f6d1bc-4076-4fc4-8a79-9b888a7cf68c} TCPHandler: Processed in 0.001384728 sec. 2025.06.30 14:46:42.161817 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:42.161920 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:42.161963 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:42.162330 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:42.162365 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:42.162677 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:42.162879 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:42.163004 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} executeQuery: Read 50 rows, 3.55 KiB in 0.001103 sec., 45330.915684496824 rows/sec., 3.14 MiB/sec. 2025.06.30 14:46:42.163040 [ 275 ] {3f597106-cca7-4be6-973b-0073deacb667} TCPHandler: Processed in 0.001271735 sec. 2025.06.30 14:46:42.163151 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:42.163261 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:42.163316 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:46:42.164068 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:42.164104 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:42.164618 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:46:42.164844 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:42.164974 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} executeQuery: Read 23 rows, 42.20 KiB in 0.001732 sec., 13279.445727482678 rows/sec., 23.80 MiB/sec. 2025.06.30 14:46:42.165028 [ 275 ] {8ce1186a-77d8-4d41-9296-5943eb083abd} TCPHandler: Processed in 0.001926079 sec. 2025.06.30 14:46:42.165140 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:42.165245 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:42.165286 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:42.165600 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:42.165633 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:42.165924 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:42.166124 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:42.166251 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} executeQuery: Read 20 rows, 1.41 KiB in 0.001025 sec., 19512.19512195122 rows/sec., 1.34 MiB/sec. 2025.06.30 14:46:42.166285 [ 275 ] {204be844-7f0a-4cf9-af35-5b12f8ad6d20} TCPHandler: Processed in 0.001194954 sec. 2025.06.30 14:46:43.568204 [ 67 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:46:43.568255 [ 67 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:46:43.621265 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.06.30 14:46:43.621797 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:43.621841 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:43.622322 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:46:43.622543 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:43.622661 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.06.30 14:46:43.622673 [ 67 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:46:43.622747 [ 67 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:43.622769 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:43.622987 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:46:43.623181 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:46:43.623315 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.06.30 14:46:43.623437 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.06.30 14:46:43.623595 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.06.30 14:46:43.623660 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.06.30 14:46:43.623726 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.06.30 14:46:43.623777 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2025.06.30 14:46:43.651663 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.028794954 sec., 97447.62919225362 rows/sec., 1.39 MiB/sec. 2025.06.30 14:46:43.652613 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:46:43.652944 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:43.653023 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_6_1} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:46:43.653138 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.06.30 14:46:43.760357 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.06.30 14:46:43.776976 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:43.777028 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:43.783413 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:46:43.784154 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:43.784433 [ 24 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:46:43.784483 [ 24 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:43.784503 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:43.784600 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.787858 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.06.30 14:46:43.789090 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:46:43.790635 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.796066 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.800412 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.804886 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.811925 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.816295 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:46:43.883749 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.099186167 sec., 463.7743486952167 rows/sec., 2.40 MiB/sec. 2025.06.30 14:46:43.885768 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:46:43.887661 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_6_1} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:43.887763 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_6_1} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:46:43.889185 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.06.30 14:46:44.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.44 MiB, peak 174.98 MiB, free memory in arenas 0.00 B, will set to 176.10 MiB (RSS), difference: 10.65 MiB 2025.06.30 14:46:47.156376 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:47.156567 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:47.156626 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:47.157252 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.157298 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.157725 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:46:47.157942 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.158083 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} executeQuery: Read 26 rows, 2.06 KiB in 0.001564 sec., 16624.04092071611 rows/sec., 1.29 MiB/sec. 2025.06.30 14:46:47.158081 [ 61 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:46:47.158124 [ 275 ] {6302c8e7-9e41-43fa-b7a6-fd8f5e972a41} TCPHandler: Processed in 0.001868827 sec. 2025.06.30 14:46:47.158160 [ 61 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.158185 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.158264 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:47.158298 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:46:47.158366 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:47.158410 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:47.158438 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:46:47.158478 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2025.06.30 14:46:47.158549 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2025.06.30 14:46:47.158626 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:46:47.158675 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2025.06.30 14:46:47.158721 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part 2025.06.30 14:46:47.158770 [ 201 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:46:47.158854 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.158895 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.159295 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:46:47.159567 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.159679 [ 61 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:46:47.159730 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} executeQuery: Read 28 rows, 2.24 KiB in 0.001383 sec., 20245.84237165582 rows/sec., 1.58 MiB/sec. 2025.06.30 14:46:47.159737 [ 61 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.159743 [ 189 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 5 columns (5 merged, 0 gathered) in 0.001499139 sec., 165428.28917131768 rows/sec., 14.31 MiB/sec. 2025.06.30 14:46:47.159773 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.159777 [ 275 ] {c5137729-ae66-4c60-9dfb-8f1a4f79d932} TCPHandler: Processed in 0.001563031 sec. 2025.06.30 14:46:47.159923 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:47.159921 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:46:47.160004 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:46:47.160018 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:47.160081 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:47.160085 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:46:47.160136 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part 2025.06.30 14:46:47.160232 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2025.06.30 14:46:47.160284 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2025.06.30 14:46:47.160333 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part 2025.06.30 14:46:47.160375 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.160376 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 51 rows starting from the beginning of the part 2025.06.30 14:46:47.160444 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part 2025.06.30 14:46:47.160461 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.160466 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_6_1} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:46:47.160505 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.160584 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.30 14:46:47.160882 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:46:47.161130 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.161230 [ 61 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:46:47.161259 [ 61 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.161269 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} executeQuery: Read 50 rows, 3.55 KiB in 0.001269 sec., 39401.10323089047 rows/sec., 2.73 MiB/sec. 2025.06.30 14:46:47.161275 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.161313 [ 275 ] {f4a1cb8d-d9d7-4310-9e27-0c3d95aab5d9} TCPHandler: Processed in 0.001437889 sec. 2025.06.30 14:46:47.161388 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 227 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015302 sec., 148346.6213566854 rows/sec., 12.15 MiB/sec. 2025.06.30 14:46:47.161391 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:46:47.161430 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:47.161528 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:47.161543 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:46:47.161561 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:46:47.161569 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:47.161583 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2025.06.30 14:46:47.161680 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:46:47.161732 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:46:47.161784 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2025.06.30 14:46:47.161829 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2025.06.30 14:46:47.161872 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.161875 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2025.06.30 14:46:47.161917 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.161953 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_6_1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:46:47.161958 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.162026 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.30 14:46:47.162303 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:46:47.162557 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.162670 [ 61 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:46:47.162692 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} executeQuery: Read 20 rows, 1.41 KiB in 0.001182 sec., 16920.47377326565 rows/sec., 1.16 MiB/sec. 2025.06.30 14:46:47.162699 [ 61 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:47.162733 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:47.162735 [ 275 ] {297d06b4-7483-4d54-9491-f55bcbfb7159} TCPHandler: Processed in 0.001353007 sec. 2025.06.30 14:46:47.162798 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:46:47.162893 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:46:47.162916 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2025.06.30 14:46:47.162922 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583072 sec., 183188.1304198419 rows/sec., 12.70 MiB/sec. 2025.06.30 14:46:47.162958 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2025.06.30 14:46:47.162998 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2025.06.30 14:46:47.163032 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:46:47.163059 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:46:47.163070 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2025.06.30 14:46:47.163120 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part 2025.06.30 14:46:47.163326 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.163400 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_6_1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:46:47.163462 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.30 14:46:47.163947 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 116 rows, containing 4 columns (4 merged, 0 gathered) in 0.001174453 sec., 98769.38455604439 rows/sec., 6.78 MiB/sec. 2025.06.30 14:46:47.164070 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:46:47.164320 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:47.164383 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_6_1} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:46:47.164449 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.30 14:46:48.620517 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 2025.06.30 14:46:48.622496 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:48.622543 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:48.623655 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:46:48.623915 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:48.624141 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2025.06.30 14:46:51.122760 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.06.30 14:46:51.123616 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:51.123659 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:51.124206 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:46:51.124440 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:51.124568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.06.30 14:46:51.287939 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.06.30 14:46:51.305359 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:51.305423 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:51.310736 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:46:51.311434 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:51.314540 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.06.30 14:46:52.157940 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:52.158136 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:52.158208 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:52.158877 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:52.158922 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:52.159315 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:46:52.159542 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:52.159697 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} executeQuery: Read 72 rows, 6.38 KiB in 0.001614 sec., 44609.665427509295 rows/sec., 3.86 MiB/sec. 2025.06.30 14:46:52.159746 [ 275 ] {c7a624a5-6b98-4375-81f4-8c12906c3215} TCPHandler: Processed in 0.001938658 sec. 2025.06.30 14:46:52.159880 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:52.159984 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:46:52.160028 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:46:52.160450 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:52.160485 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:52.160789 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:52.160992 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:52.161119 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} executeQuery: Read 23 rows, 1.73 KiB in 0.00116 sec., 19827.58620689655 rows/sec., 1.46 MiB/sec. 2025.06.30 14:46:52.161156 [ 275 ] {478e5618-56e3-4423-a25b-4049c2d718ee} TCPHandler: Processed in 0.001329687 sec. 2025.06.30 14:46:52.161267 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:52.161372 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:52.161414 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:52.161844 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:52.161882 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:52.162216 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:46:52.162431 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:52.162578 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} executeQuery: Read 51 rows, 4.08 KiB in 0.001225 sec., 41632.65306122449 rows/sec., 3.25 MiB/sec. 2025.06.30 14:46:52.162617 [ 275 ] {392779a9-d001-4001-a764-91e1daa4ed8a} TCPHandler: Processed in 0.001401578 sec. 2025.06.30 14:46:52.162729 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:52.162824 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:52.162869 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:52.163239 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:52.163277 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:52.163599 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:46:52.163817 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:52.163944 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} executeQuery: Read 50 rows, 3.55 KiB in 0.001138 sec., 43936.731107205625 rows/sec., 3.05 MiB/sec. 2025.06.30 14:46:52.163981 [ 275 ] {82f28829-277f-4314-b192-afa36356d91f} TCPHandler: Processed in 0.001303346 sec. 2025.06.30 14:46:52.164091 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:52.164184 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:52.164239 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:46:52.165054 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:52.165091 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:52.165640 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:46:52.165880 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:52.166022 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} executeQuery: Read 23 rows, 42.20 KiB in 0.001855 sec., 12398.921832884096 rows/sec., 22.22 MiB/sec. 2025.06.30 14:46:52.166080 [ 275 ] {0adfa9ad-e21d-475d-8e57-930b0f78ab66} TCPHandler: Processed in 0.002039031 sec. 2025.06.30 14:46:52.166196 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:52.166291 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:52.166357 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:52.166688 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:52.166725 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:52.167030 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:46:52.167244 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:52.167372 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} executeQuery: Read 20 rows, 1.41 KiB in 0.0011 sec., 18181.81818181818 rows/sec., 1.25 MiB/sec. 2025.06.30 14:46:52.167406 [ 275 ] {4f25d7a8-bc94-4658-8622-e41bf1b8a709} TCPHandler: Processed in 0.001260415 sec. 2025.06.30 14:46:57.156787 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:57.157023 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:46:57.157096 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:46:57.157787 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:57.157836 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:57.158213 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:46:57.158448 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:57.158604 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} executeQuery: Read 26 rows, 2.06 KiB in 0.001633 sec., 15921.616656460503 rows/sec., 1.23 MiB/sec. 2025.06.30 14:46:57.158645 [ 275 ] {04e7dff7-fe32-4e79-b908-0ab356918ecd} TCPHandler: Processed in 0.00198962 sec. 2025.06.30 14:46:57.158789 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:57.158886 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:46:57.158927 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:46:57.159364 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:57.159403 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:57.159702 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:46:57.159912 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:57.160041 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} executeQuery: Read 28 rows, 2.24 KiB in 0.001174 sec., 23850.08517887564 rows/sec., 1.86 MiB/sec. 2025.06.30 14:46:57.160078 [ 275 ] {da823daa-9384-480f-88ce-e800558b3113} TCPHandler: Processed in 0.001338447 sec. 2025.06.30 14:46:57.160194 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:57.160288 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:46:57.160332 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:46:57.160729 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:57.160766 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:57.161089 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:46:57.161299 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:57.161424 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} executeQuery: Read 50 rows, 3.55 KiB in 0.001154 sec., 43327.55632582322 rows/sec., 3.00 MiB/sec. 2025.06.30 14:46:57.161461 [ 275 ] {b51619d8-c0d7-44f6-b949-6b2a0b353eb4} TCPHandler: Processed in 0.001316816 sec. 2025.06.30 14:46:57.161578 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:46:57.161671 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} executeQuery: (from [fd00:1122:3344:101::d]:63989) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:46:57.161712 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:46:57.162025 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:57.162062 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:57.162362 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:46:57.162599 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:57.162726 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} executeQuery: Read 20 rows, 1.41 KiB in 0.001073 sec., 18639.32898415657 rows/sec., 1.28 MiB/sec. 2025.06.30 14:46:57.162766 [ 275 ] {c889d87e-7f47-40d8-a1fd-151f170c1846} TCPHandler: Processed in 0.001238515 sec. 2025.06.30 14:46:58.568304 [ 53 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:46:58.568381 [ 53 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:46:58.625237 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 206 2025.06.30 14:46:58.625606 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.06.30 14:46:58.626093 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:58.626136 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:58.626629 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:46:58.626869 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:58.627016 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.06.30 14:46:58.627294 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:58.627345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:58.628514 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:46:58.628780 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:58.629084 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 206 2025.06.30 14:46:58.815570 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.06.30 14:46:58.833462 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:46:58.833528 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:46:58.839566 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:46:58.840276 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:46:58.843522 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.06.30 14:47:01.771078 [ 275 ] {} TCPHandler: Done processing connection. 2025.06.30 14:47:01.771179 [ 275 ] {} TCP-Session: 9786ae10-7567-41f7-bac4-b44b422ce538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.30 14:47:02.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 175.63 MiB, peak 181.00 MiB, free memory in arenas 0.00 B, will set to 177.69 MiB (RSS), difference: 2.06 MiB 2025.06.30 14:47:02.156885 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:02.157089 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:02.157163 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:02.157905 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:02.157958 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:02.158371 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:02.158604 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:02.158760 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} executeQuery: Read 72 rows, 6.38 KiB in 0.001723 sec., 41787.57980266977 rows/sec., 3.62 MiB/sec. 2025.06.30 14:47:02.158809 [ 276 ] {e1e4c497-2807-4c7e-8d5c-f5c5c5611f1c} TCPHandler: Processed in 0.002064631 sec. 2025.06.30 14:47:02.158939 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:02.159041 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:02.159085 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:02.159505 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:02.159543 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:02.159840 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:47:02.160054 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:02.160185 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} executeQuery: Read 23 rows, 1.73 KiB in 0.001165 sec., 19742.489270386264 rows/sec., 1.45 MiB/sec. 2025.06.30 14:47:02.160225 [ 276 ] {cb27d61e-742d-4f3c-9589-ddee5d140633} TCPHandler: Processed in 0.001339707 sec. 2025.06.30 14:47:02.160336 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:02.160432 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:02.160472 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:02.160886 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:02.160922 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:02.161218 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:02.161437 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:02.161568 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} executeQuery: Read 51 rows, 4.08 KiB in 0.001154 sec., 44194.10745233968 rows/sec., 3.45 MiB/sec. 2025.06.30 14:47:02.161606 [ 276 ] {8d46db1f-979b-4cd3-93c7-6b596ae9913a} TCPHandler: Processed in 0.001320156 sec. 2025.06.30 14:47:02.161710 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:02.161805 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:02.161849 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:02.162217 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:02.162253 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:02.162575 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:02.162781 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:02.162908 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} executeQuery: Read 50 rows, 3.55 KiB in 0.00112 sec., 44642.857142857145 rows/sec., 3.10 MiB/sec. 2025.06.30 14:47:02.162946 [ 276 ] {a6169e05-844b-4ae1-8458-b7bac822cf41} TCPHandler: Processed in 0.001285876 sec. 2025.06.30 14:47:02.163051 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:02.163146 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:02.163201 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:02.164044 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:02.164080 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:02.164649 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:47:02.164873 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:02.165006 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} executeQuery: Read 23 rows, 42.20 KiB in 0.001877 sec., 12253.596164091636 rows/sec., 21.96 MiB/sec. 2025.06.30 14:47:02.165066 [ 276 ] {c1f8c206-43ec-410a-961f-123d45b7ec78} TCPHandler: Processed in 0.002063511 sec. 2025.06.30 14:47:02.165182 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:02.165276 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:02.165319 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:02.165652 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:02.165686 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:02.165986 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:02.166196 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:02.166321 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} executeQuery: Read 20 rows, 1.41 KiB in 0.001062 sec., 18832.391713747646 rows/sec., 1.29 MiB/sec. 2025.06.30 14:47:02.166357 [ 276 ] {f2ce5ce6-b9f8-45fc-8b85-1ed44d1e677a} TCPHandler: Processed in 0.001226404 sec. 2025.06.30 14:47:06.127105 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.06.30 14:47:06.127910 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:06.127987 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:06.128483 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:06.128710 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:06.128837 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.06.30 14:47:06.343628 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.06.30 14:47:06.359817 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:06.359869 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:06.365927 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:06.366620 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:06.369400 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.06.30 14:47:07.154887 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.155137 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} executeQuery: (from [fd00:1122:3344:101::d]:48618) 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') FORMAT Native; (stage: Complete) 2025.06.30 14:47:07.155521 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:07.155564 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} 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')" moved to PREWHERE 2025.06.30 14:47:07.155802 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:07.155872 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:07.156010 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.06.30 14:47:07.156205 [ 288 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:07.156219 [ 289 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:07.156346 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:47:07.156371 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:07.156565 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:07.156588 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.30 14:47:07.156637 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} 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'))" 2025.06.30 14:47:07.156681 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} 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'))" 2025.06.30 14:47:07.157592 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} executeQuery: Read 18 rows, 774.00 B in 0.002553 sec., 7050.5287896592245 rows/sec., 296.07 KiB/sec. 2025.06.30 14:47:07.157692 [ 276 ] {fab31f42-1aac-4924-874a-3c33ee707cf7} TCPHandler: Processed in 0.002940659 sec. 2025.06.30 14:47:07.157992 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.158128 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} executeQuery: (from [fd00:1122:3344:101::d]:48618) 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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:47:07.158349 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:07.158381 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} 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', 'static_routing_config:static_routes')" moved to PREWHERE 2025.06.30 14:47:07.158550 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:07.158601 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:07.158700 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.06.30 14:47:07.158752 [ 289 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:07.158766 [ 288 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:07.158840 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:47:07.158865 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:07.158919 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:07.158937 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.30 14:47:07.158965 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} 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', 'static_routing_config:static_routes'))" 2025.06.30 14:47:07.158995 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} 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', 'static_routing_config:static_routes'))" 2025.06.30 14:47:07.159565 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} executeQuery: Read 18 rows, 774.00 B in 0.001492 sec., 12064.343163538873 rows/sec., 506.61 KiB/sec. 2025.06.30 14:47:07.159651 [ 276 ] {565d4dfe-10f7-409a-94a9-4d85b071ce1d} TCPHandler: Processed in 0.001711664 sec. 2025.06.30 14:47:07.159860 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.159987 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} executeQuery: (from [fd00:1122:3344:101::d]:48618) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:47:07.160183 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:07.160214 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2025.06.30 14:47:07.160378 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:07.160428 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:07.160524 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.06.30 14:47:07.160583 [ 289 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:07.160594 [ 290 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:07.160686 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:47:07.160710 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:07.160763 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:07.160779 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.30 14:47:07.160808 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.06.30 14:47:07.160838 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.06.30 14:47:07.161456 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} executeQuery: Read 18 rows, 774.00 B in 0.001516 sec., 11873.350923482849 rows/sec., 498.59 KiB/sec. 2025.06.30 14:47:07.161556 [ 276 ] {e41dcfb0-7475-41e7-b72e-f728821c0f85} TCPHandler: Processed in 0.001743715 sec. 2025.06.30 14:47:07.161757 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.161882 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} executeQuery: (from [fd00:1122:3344:101::d]:48618) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:47:07.162079 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:07.162110 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:47:07.162279 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:07.162330 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:07.162425 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.06.30 14:47:07.162481 [ 288 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:07.162488 [ 290 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:07.162584 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:47:07.162609 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:07.162661 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:07.162678 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.30 14:47:07.162707 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:07.162736 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:07.163270 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} executeQuery: Read 18 rows, 774.00 B in 0.001434 sec., 12552.301255230126 rows/sec., 527.10 KiB/sec. 2025.06.30 14:47:07.163356 [ 276 ] {6e5bd40e-21cd-4b3b-a9fd-7136fac90fcf} TCPHandler: Processed in 0.001646023 sec. 2025.06.30 14:47:07.165306 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.165412 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:47:07.165452 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:07.165959 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:07.165998 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:07.166399 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:47:07.166589 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:07.166729 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} executeQuery: Read 4 rows, 521.00 B in 0.001346 sec., 2971.7682020802376 rows/sec., 378.00 KiB/sec. 2025.06.30 14:47:07.166767 [ 276 ] {e585d952-544f-460f-8b3c-8596d352bf92} TCPHandler: Processed in 0.001509459 sec. 2025.06.30 14:47:07.166875 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.166969 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:07.167008 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:07.167431 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:07.167467 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:07.167757 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:07.167965 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:07.168093 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} executeQuery: Read 30 rows, 2.40 KiB in 0.001143 sec., 26246.71916010499 rows/sec., 2.05 MiB/sec. 2025.06.30 14:47:07.168131 [ 276 ] {9f58ba42-eca2-4322-bc1a-bb5ee4f5106b} TCPHandler: Processed in 0.001303776 sec. 2025.06.30 14:47:07.168243 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.168336 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:07.168373 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:07.168777 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:07.168811 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:07.169091 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:07.169290 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:07.169413 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} executeQuery: Read 36 rows, 2.88 KiB in 0.001094 sec., 32906.76416819013 rows/sec., 2.57 MiB/sec. 2025.06.30 14:47:07.169451 [ 276 ] {086b8865-5f09-458f-a414-2c433a2013b1} TCPHandler: Processed in 0.001256085 sec. 2025.06.30 14:47:07.169559 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.169652 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:07.169693 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:07.170058 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:07.170094 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:07.170402 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:07.170609 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:07.170733 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} executeQuery: Read 58 rows, 4.16 KiB in 0.001098 sec., 52823.315118397084 rows/sec., 3.70 MiB/sec. 2025.06.30 14:47:07.170770 [ 276 ] {c0fe89eb-c4da-4f96-a304-29193fa749f3} TCPHandler: Processed in 0.001258705 sec. 2025.06.30 14:47:07.170879 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:07.170971 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:07.171011 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:07.171328 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:07.171362 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:07.171648 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:07.171847 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:07.171970 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} executeQuery: Read 28 rows, 1.91 KiB in 0.001015 sec., 27586.20689655172 rows/sec., 1.84 MiB/sec. 2025.06.30 14:47:07.172006 [ 276 ] {f2df33ae-3676-42de-9f39-79418e522eb5} TCPHandler: Processed in 0.001173664 sec. 2025.06.30 14:47:08.629212 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 236 2025.06.30 14:47:08.631847 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:08.631898 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:08.633242 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:47:08.633503 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:08.633648 [ 45 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:47:08.633714 [ 45 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:08.633734 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:08.633752 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 236 2025.06.30 14:47:08.633837 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:47:08.634451 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:08.634631 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:47:08.635059 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part 2025.06.30 14:47:08.635451 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2025.06.30 14:47:08.635813 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:47:08.636171 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2025.06.30 14:47:08.636535 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:08.641995 [ 188 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 72 columns (72 merged, 0 gathered) in 0.008196303 sec., 28793.4694459197 rows/sec., 27.70 MiB/sec. 2025.06.30 14:47:08.642773 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:47:08.643412 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:08.643491 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_6_1} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:47:08.643712 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.06.30 14:47:12.157701 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:12.157902 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:12.157977 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:12.158753 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.158807 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:12.159205 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:12.159436 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.159560 [ 39 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:12.159599 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} executeQuery: Read 76 rows, 6.72 KiB in 0.001749 sec., 43453.40194396798 rows/sec., 3.75 MiB/sec. 2025.06.30 14:47:12.159624 [ 39 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.159649 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:12.159655 [ 276 ] {5cd5786b-0206-4b0a-92fe-e7c58881da1d} TCPHandler: Processed in 0.002084331 sec. 2025.06.30 14:47:12.159761 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:47:12.159789 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:12.159904 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:12.159909 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:12.159954 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:12.159957 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part 2025.06.30 14:47:12.160038 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part 2025.06.30 14:47:12.160082 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part 2025.06.30 14:47:12.160124 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part 2025.06.30 14:47:12.160168 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:12.160208 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:47:12.160394 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.160438 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:12.160775 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:47:12.161018 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.161119 [ 39 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.30 14:47:12.161138 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425129 sec., 244188.4208376926 rows/sec., 21.71 MiB/sec. 2025.06.30 14:47:12.161155 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} executeQuery: Read 23 rows, 1.73 KiB in 0.001274 sec., 18053.37519623234 rows/sec., 1.33 MiB/sec. 2025.06.30 14:47:12.161150 [ 39 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.161220 [ 276 ] {c69cb4b5-b8b1-4109-820a-b963db40875c} TCPHandler: Processed in 0.00148369 sec. 2025.06.30 14:47:12.161220 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:12.161306 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::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.06.30 14:47:12.161337 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:12.161354 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:12.161399 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:12.161422 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:12.161444 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:12.161466 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:12.161493 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:12.161507 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:12.161548 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:12.161583 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:12.161660 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.161735 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_11_2} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:12.161804 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:47:12.161929 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.161971 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:12.162290 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:12.162344 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 115 rows, containing 5 columns (5 merged, 0 gathered) in 0.001063001 sec., 108184.28204677135 rows/sec., 8.36 MiB/sec. 2025.06.30 14:47:12.162486 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.30 14:47:12.162529 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.162643 [ 39 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:12.162678 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} executeQuery: Read 59 rows, 4.72 KiB in 0.001253 sec., 47086.99122106943 rows/sec., 3.68 MiB/sec. 2025.06.30 14:47:12.162679 [ 39 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.162722 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:12.162724 [ 276 ] {55d961b4-355c-4511-88c5-d38844bf6551} TCPHandler: Processed in 0.001438288 sec. 2025.06.30 14:47:12.162758 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.162826 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_5_1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.30 14:47:12.162832 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:47:12.162848 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:12.162885 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.30 14:47:12.162954 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:12.162958 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:12.163006 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:12.163014 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 64 rows starting from the beginning of the part 2025.06.30 14:47:12.163115 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 51 rows starting from the beginning of the part 2025.06.30 14:47:12.163165 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part 2025.06.30 14:47:12.163210 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 51 rows starting from the beginning of the part 2025.06.30 14:47:12.163261 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 36 rows starting from the beginning of the part 2025.06.30 14:47:12.163307 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 59 rows starting from the beginning of the part 2025.06.30 14:47:12.163402 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.163444 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:12.163798 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:12.164031 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.164129 [ 39 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:12.164156 [ 39 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.164164 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} executeQuery: Read 60 rows, 4.31 KiB in 0.001228 sec., 48859.9348534202 rows/sec., 3.43 MiB/sec. 2025.06.30 14:47:12.164172 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389767 sec., 207948.52662352752 rows/sec., 17.04 MiB/sec. 2025.06.30 14:47:12.164172 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:12.164209 [ 276 ] {8eb47f8a-a986-4c39-9d83-a03960864466} TCPHandler: Processed in 0.001411388 sec. 2025.06.30 14:47:12.164323 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:12.164338 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:12.164349 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:12.164466 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:12.164491 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:12.164516 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part 2025.06.30 14:47:12.164567 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:12.164626 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part 2025.06.30 14:47:12.164655 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.164691 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part 2025.06.30 14:47:12.164747 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_11_2} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:12.164749 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:12.164816 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part 2025.06.30 14:47:12.164846 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:47:12.164878 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:12.165445 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.165488 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:12.165739 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146824 sec., 380046.8588241704 rows/sec., 26.41 MiB/sec. 2025.06.30 14:47:12.165934 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:12.166069 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:47:12.166308 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.166362 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.166405 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_11_2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:12.166502 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.06.30 14:47:12.166515 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} executeQuery: Read 23 rows, 42.20 KiB in 0.002048 sec., 11230.46875 rows/sec., 20.12 MiB/sec. 2025.06.30 14:47:12.166584 [ 276 ] {9dc24604-5d15-48a4-b87b-0e73db7c47fa} TCPHandler: Processed in 0.002295625 sec. 2025.06.30 14:47:12.166698 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:12.166794 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:12.166836 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:12.167161 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.167198 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:12.167496 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:12.167707 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.167803 [ 39 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:12.167830 [ 39 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:12.167832 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} executeQuery: Read 30 rows, 2.04 KiB in 0.001057 sec., 28382.21381267739 rows/sec., 1.88 MiB/sec. 2025.06.30 14:47:12.167857 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:12.167886 [ 276 ] {eca6a073-8ebf-4445-8c54-05a465b53663} TCPHandler: Processed in 0.001238714 sec. 2025.06.30 14:47:12.167937 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:47:12.168024 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:12.168048 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part 2025.06.30 14:47:12.168091 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2025.06.30 14:47:12.168127 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part 2025.06.30 14:47:12.168162 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part 2025.06.30 14:47:12.168196 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part 2025.06.30 14:47:12.168229 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:47:12.168929 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.00102111 sec., 229162.38211358228 rows/sec., 15.61 MiB/sec. 2025.06.30 14:47:12.169053 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:12.169290 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:12.169355 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_11_2} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:12.169409 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.30 14:47:13.568646 [ 37 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:47:13.568727 [ 37 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:47:13.628973 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.06.30 14:47:13.629825 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:13.629902 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:13.630427 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:13.630651 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:13.630774 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.06.30 14:47:13.869488 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.06.30 14:47:13.888905 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:13.888960 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:13.895150 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:13.895875 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:13.899120 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.06.30 14:47:14.000238 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.20 MiB, peak 184.20 MiB, free memory in arenas 0.00 B, will set to 183.85 MiB (RSS), difference: 3.65 MiB 2025.06.30 14:47:17.155434 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.155688 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} executeQuery: (from [fd00:1122:3344:101::d]:48618) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:47:17.156033 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:17.156070 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:47:17.156301 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:17.156373 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:17.156521 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.06.30 14:47:17.156713 [ 290 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:17.156727 [ 288 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:17.156752 [ 292 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.30 14:47:17.156886 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:47:17.156920 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:17.157024 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:17.157047 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.30 14:47:17.157082 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:17.157123 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:17.157157 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:17.158129 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} executeQuery: Read 22 rows, 943.00 B in 0.002534 sec., 8681.925808997634 rows/sec., 363.42 KiB/sec. 2025.06.30 14:47:17.158280 [ 276 ] {e5da93da-ac74-48ea-9c22-24f1498475dc} TCPHandler: Processed in 0.00298626 sec. 2025.06.30 14:47:17.161249 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.161386 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:47:17.161443 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:17.162058 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.162105 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.162535 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:47:17.162737 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.162891 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} executeQuery: Read 1 rows, 106.00 B in 0.001547 sec., 646.4124111182934 rows/sec., 66.91 KiB/sec. 2025.06.30 14:47:17.162931 [ 276 ] {3e9d4130-e3e0-4514-b392-e74c067e0917} TCPHandler: Processed in 0.001749375 sec. 2025.06.30 14:47:17.163046 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.163148 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:17.163191 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:17.163632 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.163670 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.163977 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:17.164190 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.164323 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} executeQuery: Read 49 rows, 4.21 KiB in 0.001197 sec., 40935.67251461989 rows/sec., 3.43 MiB/sec. 2025.06.30 14:47:17.164361 [ 276 ] {921ad557-0cf4-49e9-9cef-f52db6d66820} TCPHandler: Processed in 0.001364687 sec. 2025.06.30 14:47:17.164473 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.164571 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.164613 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:17.165011 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.165048 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.165350 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:47:17.165569 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.165697 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} executeQuery: Read 9 rows, 693.00 B in 0.001145 sec., 7860.2620087336245 rows/sec., 591.05 KiB/sec. 2025.06.30 14:47:17.165733 [ 276 ] {d4433e1c-2067-47cd-adce-fd8f9fb2eea4} TCPHandler: Processed in 0.001309856 sec. 2025.06.30 14:47:17.165849 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.165945 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.165985 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:47:17.166353 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.166391 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.166670 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:47:17.166871 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.166995 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} executeQuery: Read 1 rows, 68.00 B in 0.001067 sec., 937.207122774133 rows/sec., 62.24 KiB/sec. 2025.06.30 14:47:17.167044 [ 276 ] {1448f1e7-dd96-4905-87ca-1b3b183678a4} TCPHandler: Processed in 0.001244414 sec. 2025.06.30 14:47:17.167168 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.167263 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:17.167303 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:17.167752 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.167788 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.168089 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:17.168294 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.168421 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} executeQuery: Read 51 rows, 4.08 KiB in 0.001175 sec., 43404.255319148935 rows/sec., 3.39 MiB/sec. 2025.06.30 14:47:17.168457 [ 276 ] {c7dfec23-7dd6-4281-9932-a055fca7c4c7} TCPHandler: Processed in 0.001338756 sec. 2025.06.30 14:47:17.168578 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.168673 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.168717 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:17.169091 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.169127 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.169435 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:17.169648 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.169775 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} executeQuery: Read 60 rows, 4.31 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.76 MiB/sec. 2025.06.30 14:47:17.169812 [ 276 ] {3d5232a9-9b3a-48d0-be3b-6fae69c2ccac} TCPHandler: Processed in 0.001289276 sec. 2025.06.30 14:47:17.169924 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.170017 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.170060 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:47:17.170373 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.170409 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.170692 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:47:17.170903 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.171027 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} executeQuery: Read 1 rows, 65.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 61.81 KiB/sec. 2025.06.30 14:47:17.171062 [ 276 ] {45b59e7a-389b-4b87-9c67-18540ecd61db} TCPHandler: Processed in 0.001187164 sec. 2025.06.30 14:47:17.171172 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.171265 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.171319 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:17.172034 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.172070 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.172580 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:47:17.172815 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.172928 [ 34 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:47:17.172948 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} executeQuery: Read 9 rows, 16.51 KiB in 0.0017 sec., 5294.117647058823 rows/sec., 9.49 MiB/sec. 2025.06.30 14:47:17.172980 [ 34 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.173018 [ 276 ] {ec39f3b1-2b2b-4bb9-91c5-7a4b7e50da66} TCPHandler: Processed in 0.001895188 sec. 2025.06.30 14:47:17.173024 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:17.173134 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:47:17.173143 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.173253 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.173296 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.30 14:47:17.173358 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:17.173420 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:17.173557 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:17.173638 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.173662 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:17.173680 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:17.173762 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:17.173855 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:17.173963 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part 2025.06.30 14:47:17.174005 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:47:17.174217 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.174348 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} executeQuery: Read 6 rows, 434.00 B in 0.001112 sec., 5395.6834532374105 rows/sec., 381.14 KiB/sec. 2025.06.30 14:47:17.174385 [ 276 ] {d13c1b88-ca30-461d-aae9-2f69e643a697} TCPHandler: Processed in 0.001291396 sec. 2025.06.30 14:47:17.174495 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:17.174594 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:17.174636 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:17.175108 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:17.175146 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:17.175519 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:17.175767 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.175900 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} executeQuery: Read 30 rows, 2.04 KiB in 0.001324 sec., 22658.610271903322 rows/sec., 1.50 MiB/sec. 2025.06.30 14:47:17.175936 [ 276 ] {8dff0754-68b4-496b-bd8f-d6d056365ac3} TCPHandler: Processed in 0.00148939 sec. 2025.06.30 14:47:17.176106 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 19 columns (19 merged, 0 gathered) in 0.00301092 sec., 41183.42566391668 rows/sec., 73.80 MiB/sec. 2025.06.30 14:47:17.176454 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:47:17.176843 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:17.176937 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_6_1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:47:17.177055 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2025.06.30 14:47:18.633893 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 270 2025.06.30 14:47:18.636552 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:18.636593 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. 2025.06.30 14:47:18.637753 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:47:18.638006 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:18.638242 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 270 2025.06.30 14:47:21.131812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.06.30 14:47:21.132329 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:21.132375 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:21.132935 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:21.133173 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:21.133316 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.06.30 14:47:21.133311 [ 31 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:21.133392 [ 31 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:21.133413 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:21.133543 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:47:21.133704 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:21.133758 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:47:21.133857 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2025.06.30 14:47:21.133910 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part 2025.06.30 14:47:21.133958 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part 2025.06.30 14:47:21.134006 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part 2025.06.30 14:47:21.134047 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part 2025.06.30 14:47:21.135491 [ 193 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002007891 sec., 2551931.354839481 rows/sec., 36.51 MiB/sec. 2025.06.30 14:47:21.135920 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:21.136231 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:21.136311 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_11_2} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:21.136395 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.06.30 14:47:21.400157 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.06.30 14:47:21.422124 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:21.422214 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:21.428184 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:21.428952 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:21.429257 [ 31 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:21.429331 [ 31 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:21.429352 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:21.429482 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.433676 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:21.433703 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.06.30 14:47:21.435115 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.439889 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.445365 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.449643 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.454469 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.459013 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:21.516384 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.086960403 sec., 954.4573982712568 rows/sec., 4.94 MiB/sec. 2025.06.30 14:47:21.518962 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:21.521059 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_11_2} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:21.521176 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_11_2} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:21.522971 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.06.30 14:47:22.001145 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.54 MiB, peak 195.42 MiB, free memory in arenas 0.00 B, will set to 194.53 MiB (RSS), difference: 8.99 MiB 2025.06.30 14:47:22.153446 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.153680 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:47:22.154020 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:22.154058 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:47:22.154326 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:22.154398 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:22.154546 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.06.30 14:47:22.154662 [ 293 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:22.154684 [ 288 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.30 14:47:22.154675 [ 292 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:22.154675 [ 290 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.30 14:47:22.154865 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.30 14:47:22.154898 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:22.154984 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:22.155005 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.30 14:47:22.155039 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:22.155075 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:22.155111 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:22.155905 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} executeQuery: Read 22 rows, 943.00 B in 0.002317 sec., 9495.036685369012 rows/sec., 397.45 KiB/sec. 2025.06.30 14:47:22.156059 [ 276 ] {2cfda011-fa27-4e3a-a4c0-729f33f12b4b} TCPHandler: Processed in 0.002751244 sec. 2025.06.30 14:47:22.157493 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.157639 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:47:22.157864 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:47:22.157897 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:47:22.158082 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:22.158135 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:47:22.158240 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.06.30 14:47:22.158309 [ 288 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.30 14:47:22.158317 [ 293 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.30 14:47:22.158321 [ 290 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.30 14:47:22.158321 [ 292 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.30 14:47:22.158475 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.30 14:47:22.158504 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:47:22.158574 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:47:22.158593 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.30 14:47:22.158623 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:22.158655 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:22.158685 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:47:22.159295 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} executeQuery: Read 22 rows, 943.00 B in 0.001717 sec., 12813.046010483402 rows/sec., 536.34 KiB/sec. 2025.06.30 14:47:22.159427 [ 276 ] {e8f5deae-bdd3-4db0-b3ad-26893b8e57cd} TCPHandler: Processed in 0.001987489 sec. 2025.06.30 14:47:22.164220 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.164350 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:47:22.164402 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:47:22.165013 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.165065 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.165488 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:47:22.165693 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.165842 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} executeQuery: Read 2 rows, 322.00 B in 0.00153 sec., 1307.1895424836603 rows/sec., 205.52 KiB/sec. 2025.06.30 14:47:22.165880 [ 276 ] {b321bfcd-dbf5-45ec-9315-5b2f0d956fa5} TCPHandler: Processed in 0.001720914 sec. 2025.06.30 14:47:22.165984 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.166082 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:47:22.166123 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:47:22.166525 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.166563 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.166850 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:47:22.167076 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.167198 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} executeQuery: Read 4 rows, 334.00 B in 0.001137 sec., 3518.0299032541775 rows/sec., 286.87 KiB/sec. 2025.06.30 14:47:22.167235 [ 276 ] {2b024a79-e012-491a-89a3-e4f5e0a31e09} TCPHandler: Processed in 0.001300896 sec. 2025.06.30 14:47:22.167353 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.167449 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:22.167488 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:22.167899 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.167934 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.168231 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:22.168441 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.168567 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} executeQuery: Read 79 rows, 6.94 KiB in 0.001138 sec., 69420.03514938489 rows/sec., 5.95 MiB/sec. 2025.06.30 14:47:22.168605 [ 276 ] {197b6554-d5b7-4cb2-82a5-09a0f28cdf73} TCPHandler: Processed in 0.001302386 sec. 2025.06.30 14:47:22.168724 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.168819 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:22.168858 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:22.169239 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.169274 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.169576 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:47:22.169782 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.169905 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} executeQuery: Read 27 rows, 2.01 KiB in 0.001104 sec., 24456.521739130436 rows/sec., 1.78 MiB/sec. 2025.06.30 14:47:22.169941 [ 276 ] {08fdf180-e9ae-4cb8-b9c8-198e48da9c67} TCPHandler: Processed in 0.001266045 sec. 2025.06.30 14:47:22.170050 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.170143 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:22.170181 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:22.170571 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.170608 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.170919 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:22.171132 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.171256 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} executeQuery: Read 63 rows, 5.05 KiB in 0.00113 sec., 55752.21238938053 rows/sec., 4.36 MiB/sec. 2025.06.30 14:47:22.171292 [ 276 ] {d95998e3-d3ac-4e2b-b846-e41530267fa6} TCPHandler: Processed in 0.001291916 sec. 2025.06.30 14:47:22.171401 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.171495 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:22.171539 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:22.171889 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.171924 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.172241 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:22.172445 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.172568 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} executeQuery: Read 98 rows, 6.95 KiB in 0.001091 sec., 89825.84784601284 rows/sec., 6.22 MiB/sec. 2025.06.30 14:47:22.172604 [ 276 ] {70cc18dc-83d0-4bd5-8725-067e6f6a11a2} TCPHandler: Processed in 0.001251935 sec. 2025.06.30 14:47:22.172717 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.172811 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:22.172866 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:22.173612 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.173647 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.174180 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:47:22.174411 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.174543 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} executeQuery: Read 23 rows, 42.20 KiB in 0.00175 sec., 13142.857142857143 rows/sec., 23.55 MiB/sec. 2025.06.30 14:47:22.174593 [ 276 ] {4c7ec140-7e94-439e-9f3a-58d9f37737ab} TCPHandler: Processed in 0.001926489 sec. 2025.06.30 14:47:22.174704 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:22.174799 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:22.174840 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:22.175154 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:22.175189 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:22.175485 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:22.175697 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:22.175823 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} executeQuery: Read 30 rows, 2.04 KiB in 0.001042 sec., 28790.786948176585 rows/sec., 1.91 MiB/sec. 2025.06.30 14:47:22.175859 [ 276 ] {76f5eb59-e2e0-4edb-8f33-02631c4bbee0} TCPHandler: Processed in 0.001204474 sec. 2025.06.30 14:47:27.157272 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:27.157495 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:27.157574 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:27.158309 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:27.158360 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:27.158855 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:27.159082 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:27.159235 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} executeQuery: Read 48 rows, 4.12 KiB in 0.001796 sec., 26726.057906458795 rows/sec., 2.24 MiB/sec. 2025.06.30 14:47:27.159283 [ 276 ] {2e63ce68-e4f8-435f-bb48-6cdea55b35fd} TCPHandler: Processed in 0.002151613 sec. 2025.06.30 14:47:27.159412 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:27.159525 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:27.159567 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:27.159981 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:27.160017 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:27.160316 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:47:27.160526 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:27.160654 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} executeQuery: Read 9 rows, 693.00 B in 0.001153 sec., 7805.724197745013 rows/sec., 586.95 KiB/sec. 2025.06.30 14:47:27.160690 [ 276 ] {9280636c-ab9e-4919-ae34-59c1f9d4c6d1} TCPHandler: Processed in 0.001328366 sec. 2025.06.30 14:47:27.160793 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:27.160885 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:27.160925 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:27.161327 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:27.161363 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:27.161658 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:27.161860 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:27.161984 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} executeQuery: Read 45 rows, 3.60 KiB in 0.001117 sec., 40286.48164726947 rows/sec., 3.15 MiB/sec. 2025.06.30 14:47:27.162020 [ 276 ] {8a98a1b9-353a-44da-8574-308296061476} TCPHandler: Processed in 0.001274456 sec. 2025.06.30 14:47:27.162136 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:27.162233 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:27.162275 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:27.162707 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:27.162755 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:27.163154 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:27.163382 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:27.163506 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} executeQuery: Read 60 rows, 4.31 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.26 MiB/sec. 2025.06.30 14:47:27.163543 [ 276 ] {866734a8-8dda-4e23-a7b9-020b13917771} TCPHandler: Processed in 0.001454859 sec. 2025.06.30 14:47:27.163646 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:27.163740 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:27.163793 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:27.164537 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:27.164573 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:27.165111 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:47:27.165324 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:27.165457 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} executeQuery: Read 9 rows, 16.51 KiB in 0.001736 sec., 5184.331797235023 rows/sec., 9.29 MiB/sec. 2025.06.30 14:47:27.165506 [ 276 ] {0fd2b733-a4a7-4b88-8224-999253c50461} TCPHandler: Processed in 0.001908388 sec. 2025.06.30 14:47:27.165633 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:27.165728 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:27.165768 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:27.166097 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:27.166132 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:27.166444 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:27.166647 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:27.166770 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} executeQuery: Read 30 rows, 2.04 KiB in 0.001061 sec., 28275.21206409048 rows/sec., 1.87 MiB/sec. 2025.06.30 14:47:27.166805 [ 276 ] {e09d9de8-d4c7-4a33-b813-12eab29afc9f} TCPHandler: Processed in 0.001231714 sec. 2025.06.30 14:47:28.568774 [ 60 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:47:28.568823 [ 60 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:47:28.633457 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.06.30 14:47:28.633946 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:28.633983 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:28.634573 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:28.634803 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:28.634933 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.06.30 14:47:28.639356 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 302 2025.06.30 14:47:28.641664 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:28.641723 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:28.642987 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:47:28.643268 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:28.643595 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 302 2025.06.30 14:47:28.933769 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.06.30 14:47:28.951578 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:28.951637 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:28.957646 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:28.958367 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:28.961545 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.06.30 14:47:32.158569 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:32.158770 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:32.158840 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:32.159522 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:32.159564 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:32.159991 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:47:32.160219 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:32.160380 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} executeQuery: Read 96 rows, 8.69 KiB in 0.00166 sec., 57831.325301204815 rows/sec., 5.11 MiB/sec. 2025.06.30 14:47:32.160432 [ 276 ] {0e4c354e-e3fd-4a2e-9d97-1d176815fc1f} TCPHandler: Processed in 0.0019979 sec. 2025.06.30 14:47:32.160567 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:32.160677 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:32.160723 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:32.161151 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:32.161187 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:32.161520 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:32.161729 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:32.161864 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} executeQuery: Read 33 rows, 2.48 KiB in 0.001213 sec., 27205.276174773287 rows/sec., 2.00 MiB/sec. 2025.06.30 14:47:32.161905 [ 276 ] {b4508cd0-3eca-4319-8a66-2aa59752ba2d} TCPHandler: Processed in 0.001392548 sec. 2025.06.30 14:47:32.162023 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:32.162127 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:32.162169 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:32.162600 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:32.162635 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:32.162940 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:47:32.163148 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:32.163275 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} executeQuery: Read 69 rows, 5.52 KiB in 0.001171 sec., 58923.99658411614 rows/sec., 4.60 MiB/sec. 2025.06.30 14:47:32.163312 [ 276 ] {2840d75c-59cd-4d74-ab98-2fc6fbfc8867} TCPHandler: Processed in 0.001340457 sec. 2025.06.30 14:47:32.163429 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:32.163528 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:32.163573 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:32.163943 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:32.163977 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:32.164293 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:47:32.164510 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:32.164644 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} executeQuery: Read 60 rows, 4.31 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.71 MiB/sec. 2025.06.30 14:47:32.164681 [ 276 ] {e1b2237d-6bef-47f7-8ad5-76a83d3b2aba} TCPHandler: Processed in 0.001305446 sec. 2025.06.30 14:47:32.164785 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:32.164882 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:32.164937 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:32.165774 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:32.165809 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:32.166416 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:32.166648 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:32.166784 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} executeQuery: Read 33 rows, 60.55 KiB in 0.001921 sec., 17178.552837064028 rows/sec., 30.78 MiB/sec. 2025.06.30 14:47:32.166846 [ 276 ] {fa50441c-2c1a-4c14-90d9-9bf0157172eb} TCPHandler: Processed in 0.002110852 sec. 2025.06.30 14:47:32.166960 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:32.167058 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:32.167101 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:32.167437 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:32.167471 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:32.167775 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:47:32.167978 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:32.168103 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} executeQuery: Read 30 rows, 2.04 KiB in 0.001065 sec., 28169.014084507042 rows/sec., 1.87 MiB/sec. 2025.06.30 14:47:32.168138 [ 276 ] {9971eba2-fda3-4e37-abb7-f618d848f603} TCPHandler: Processed in 0.001228945 sec. 2025.06.30 14:47:34.522194 [ 154 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.30 14:47:34.522263 [ 154 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:34.522288 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:34.522464 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::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.06.30 14:47:34.522915 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:34.522977 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2025.06.30 14:47:34.523138 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::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.06.30 14:47:34.523248 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2025.06.30 14:47:34.523341 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.06.30 14:47:34.523435 [ 197 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2025.06.30 14:47:34.524939 [ 199 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 6 columns (6 merged, 0 gathered) in 0.002550721 sec., 9801.150341413271 rows/sec., 1.29 MiB/sec. 2025.06.30 14:47:34.525176 [ 199 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.30 14:47:34.525651 [ 199 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:34.525729 [ 199 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_5_1} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.30 14:47:34.525818 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.30 14:47:36.135981 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.06.30 14:47:36.136486 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:36.136526 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:36.137013 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:36.137253 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:36.137397 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.06.30 14:47:36.462585 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.06.30 14:47:36.478509 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:36.478570 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:36.484667 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:36.485386 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:36.488126 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.06.30 14:47:37.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 196.53 MiB, peak 200.53 MiB, free memory in arenas 0.00 B, will set to 197.54 MiB (RSS), difference: 1.02 MiB 2025.06.30 14:47:37.156647 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:37.156847 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:37.156919 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:37.157703 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.157749 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.158132 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:47:37.158369 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.158515 [ 142 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:47:37.158521 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} executeQuery: Read 48 rows, 4.12 KiB in 0.001729 sec., 27761.71197223829 rows/sec., 2.32 MiB/sec. 2025.06.30 14:47:37.158596 [ 142 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.158613 [ 276 ] {1f12857a-0843-4775-b76b-b41256c95afc} TCPHandler: Processed in 0.002108362 sec. 2025.06.30 14:47:37.158627 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.158754 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:37.158791 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:47:37.158853 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:37.158908 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:37.159020 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:37.159078 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 76 rows starting from the beginning of the part 2025.06.30 14:47:37.159219 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 49 rows starting from the beginning of the part 2025.06.30 14:47:37.159300 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 79 rows starting from the beginning of the part 2025.06.30 14:47:37.159321 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.159363 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.159396 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part 2025.06.30 14:47:37.159476 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part 2025.06.30 14:47:37.159559 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part 2025.06.30 14:47:37.159688 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:37.159925 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.160037 [ 142 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.06.30 14:47:37.160061 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} executeQuery: Read 9 rows, 693.00 B in 0.001226 sec., 7340.9461663947795 rows/sec., 552.00 KiB/sec. 2025.06.30 14:47:37.160072 [ 142 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.160103 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.160104 [ 276 ] {aa5e5426-6e01-4e51-ac20-98c34d00e411} TCPHandler: Processed in 0.001399188 sec. 2025.06.30 14:47:37.160199 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.06.30 14:47:37.160235 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:37.160301 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:37.160330 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 23 rows starting from the beginning of the part 2025.06.30 14:47:37.160346 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:37.160394 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:37.160400 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part 2025.06.30 14:47:37.160459 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part 2025.06.30 14:47:37.160500 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part 2025.06.30 14:47:37.160540 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2025.06.30 14:47:37.160580 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part 2025.06.30 14:47:37.160614 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 396 rows, containing 5 columns (5 merged, 0 gathered) in 0.001907318 sec., 207621.3824857732 rows/sec., 18.60 MiB/sec. 2025.06.30 14:47:37.160756 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:47:37.160869 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.160918 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.161024 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.161098 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_16_3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:47:37.161171 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:47:37.161343 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:47:37.161364 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001202654 sec., 91464.37795076556 rows/sec., 7.05 MiB/sec. 2025.06.30 14:47:37.161495 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.06.30 14:47:37.161628 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.161754 [ 142 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:47:37.161767 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.161782 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} executeQuery: Read 45 rows, 3.60 KiB in 0.001454 sec., 30949.10591471802 rows/sec., 2.42 MiB/sec. 2025.06.30 14:47:37.161791 [ 142 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.161832 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.161834 [ 276 ] {09a82da6-4b3c-44b2-8d3a-51bcb0ce43dd} TCPHandler: Processed in 0.001649712 sec. 2025.06.30 14:47:37.161845 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_10_2} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.06.30 14:47:37.161926 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:47:37.161968 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:47:37.161970 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:37.162051 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:37.162075 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:37.162078 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 72 rows starting from the beginning of the part 2025.06.30 14:47:37.162126 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:37.162148 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 51 rows starting from the beginning of the part 2025.06.30 14:47:37.162188 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 63 rows starting from the beginning of the part 2025.06.30 14:47:37.162227 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 45 rows starting from the beginning of the part 2025.06.30 14:47:37.162267 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 69 rows starting from the beginning of the part 2025.06.30 14:47:37.162303 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 45 rows starting from the beginning of the part 2025.06.30 14:47:37.162533 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.162568 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.162889 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:47:37.163043 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 345 rows, containing 5 columns (5 merged, 0 gathered) in 0.001143332 sec., 301749.62303163036 rows/sec., 24.75 MiB/sec. 2025.06.30 14:47:37.163104 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.163156 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:47:37.163210 [ 142 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:47:37.163240 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} executeQuery: Read 60 rows, 4.31 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.56 MiB/sec. 2025.06.30 14:47:37.163243 [ 142 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.163283 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.163285 [ 276 ] {a2e6d43a-8375-460a-a29c-d468812864fb} TCPHandler: Processed in 0.001365717 sec. 2025.06.30 14:47:37.163349 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:37.163397 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.163419 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:37.163444 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:37.163467 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_16_3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:47:37.163476 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 558 rows starting from the beginning of the part 2025.06.30 14:47:37.163522 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:37.163532 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.30 14:47:37.163530 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:37.163585 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:37.163590 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 98 rows starting from the beginning of the part 2025.06.30 14:47:37.163640 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:37.163674 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:47:37.163710 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.06.30 14:47:37.164340 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.164380 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.164488 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.001165903 sec., 768503.0401328412 rows/sec., 53.53 MiB/sec. 2025.06.30 14:47:37.164713 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:47:37.165013 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.165036 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:37.165092 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_16_3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:47:37.165184 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.06.30 14:47:37.165327 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.165491 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} executeQuery: Read 9 rows, 16.51 KiB in 0.001987 sec., 4529.441368897836 rows/sec., 8.12 MiB/sec. 2025.06.30 14:47:37.165553 [ 276 ] {a8f6e098-4539-43bf-8c50-0a4686b274ca} TCPHandler: Processed in 0.002183593 sec. 2025.06.30 14:47:37.165679 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:37.165774 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:37.165814 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:37.166143 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.166179 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.166476 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:47:37.166679 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.166771 [ 142 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:47:37.166800 [ 142 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:37.166800 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} executeQuery: Read 30 rows, 2.04 KiB in 0.001046 sec., 28680.688336520074 rows/sec., 1.90 MiB/sec. 2025.06.30 14:47:37.166817 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:37.166849 [ 276 ] {64b0be7f-b00e-471b-b177-b8f3b03b4d38} TCPHandler: Processed in 0.001217904 sec. 2025.06.30 14:47:37.166899 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:47:37.166987 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:37.167014 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 234 rows starting from the beginning of the part 2025.06.30 14:47:37.167069 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:37.167109 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:37.167146 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:37.167182 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:37.167218 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2025.06.30 14:47:37.167915 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 4 columns (4 merged, 0 gathered) in 0.001045311 sec., 367354.78723556915 rows/sec., 24.76 MiB/sec. 2025.06.30 14:47:37.168087 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:47:37.168392 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:37.168468 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_16_3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:47:37.168557 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:47:38.644711 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 326 2025.06.30 14:47:38.646794 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:38.646842 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:38.648044 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:47:38.648328 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:38.648648 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 326 2025.06.30 14:47:42.158217 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:42.158428 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:42.158501 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:42.159206 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.159258 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.159680 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:47:42.159932 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.160094 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} executeQuery: Read 96 rows, 8.69 KiB in 0.00172 sec., 55813.95348837209 rows/sec., 4.93 MiB/sec. 2025.06.30 14:47:42.160148 [ 276 ] {033aadc7-6877-4124-8fca-4cebf7618268} TCPHandler: Processed in 0.002090072 sec. 2025.06.30 14:47:42.160283 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:42.160390 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:42.160434 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:42.160884 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.160924 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.161241 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:42.161472 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.161612 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} executeQuery: Read 33 rows, 2.48 KiB in 0.001248 sec., 26442.30769230769 rows/sec., 1.94 MiB/sec. 2025.06.30 14:47:42.161652 [ 276 ] {61fb6efb-c400-47a6-bf9a-b141cc2087d5} TCPHandler: Processed in 0.001422859 sec. 2025.06.30 14:47:42.161772 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:42.161879 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:42.161924 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:42.162401 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.162440 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.162765 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:47:42.162986 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.163121 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} executeQuery: Read 69 rows, 5.52 KiB in 0.001263 sec., 54631.828978622325 rows/sec., 4.27 MiB/sec. 2025.06.30 14:47:42.163175 [ 276 ] {e300f01f-47bc-4aa0-a7ae-f4b678b11deb} TCPHandler: Processed in 0.001453679 sec. 2025.06.30 14:47:42.163296 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:42.163394 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:42.163439 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:42.163860 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.163896 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.164231 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:47:42.164442 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.164576 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} executeQuery: Read 60 rows, 4.31 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.50 MiB/sec. 2025.06.30 14:47:42.164614 [ 276 ] {07935963-c54e-4de4-abe5-0b52a1bc0c70} TCPHandler: Processed in 0.001368798 sec. 2025.06.30 14:47:42.164729 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:42.164833 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:42.164888 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:42.165760 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.165799 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.166359 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:42.166593 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.166714 [ 145 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:42.166732 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} executeQuery: Read 33 rows, 60.55 KiB in 0.001918 sec., 17205.422314911368 rows/sec., 30.83 MiB/sec. 2025.06.30 14:47:42.166750 [ 145 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.166768 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.166793 [ 276 ] {fc09adfd-6fe7-418f-9fab-a0879ea0b3f2} TCPHandler: Processed in 0.002113672 sec. 2025.06.30 14:47:42.166862 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:47:42.166915 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:42.167011 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:42.167053 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:42.167055 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:42.167124 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part 2025.06.30 14:47:42.167266 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2025.06.30 14:47:42.167368 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part 2025.06.30 14:47:42.167381 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:42.167415 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:42.167474 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2025.06.30 14:47:42.167577 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part 2025.06.30 14:47:42.167685 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part 2025.06.30 14:47:42.167727 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:47:42.167939 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.168068 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} executeQuery: Read 30 rows, 2.04 KiB in 0.001075 sec., 27906.976744186046 rows/sec., 1.85 MiB/sec. 2025.06.30 14:47:42.168102 [ 276 ] {48d1c6fb-970d-4c33-8be0-8c955e165100} TCPHandler: Processed in 0.001237604 sec. 2025.06.30 14:47:42.174974 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 231 rows, containing 19 columns (19 merged, 0 gathered) in 0.008145432 sec., 28359.453494915924 rows/sec., 50.82 MiB/sec. 2025.06.30 14:47:42.175535 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:42.175949 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:42.176041 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_11_2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:42.176185 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2025.06.30 14:47:43.568871 [ 144 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:47:43.568924 [ 144 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:47:43.637465 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.06.30 14:47:43.637952 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:43.638001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:43.638542 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:43.638806 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:43.638961 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.06.30 14:47:43.988180 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.06.30 14:47:44.006527 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:44.006594 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:44.012876 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:44.013566 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:44.016852 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.06.30 14:47:45.000158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 199.42 MiB, peak 204.09 MiB, free memory in arenas 0.00 B, will set to 200.66 MiB (RSS), difference: 1.24 MiB 2025.06.30 14:47:47.157498 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:47.157788 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:47.157895 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:47.158586 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:47.158634 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:47.159038 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:47:47.159264 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:47.159438 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} executeQuery: Read 48 rows, 4.12 KiB in 0.001729 sec., 27761.71197223829 rows/sec., 2.32 MiB/sec. 2025.06.30 14:47:47.159488 [ 276 ] {0d0ddf40-5905-4dc2-9fc4-f4e11f83fb5a} TCPHandler: Processed in 0.002178624 sec. 2025.06.30 14:47:47.159613 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:47.159718 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:47.159761 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:47.160199 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:47.160237 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:47.160557 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:47.160760 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:47.160890 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} executeQuery: Read 9 rows, 693.00 B in 0.001197 sec., 7518.796992481203 rows/sec., 565.38 KiB/sec. 2025.06.30 14:47:47.160928 [ 276 ] {7a47db7a-fe72-482a-9a23-fb93b6788c0f} TCPHandler: Processed in 0.001366797 sec. 2025.06.30 14:47:47.161033 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:47.161129 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:47.161169 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:47.161569 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:47.161605 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:47.161902 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:47:47.162110 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:47.162244 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} executeQuery: Read 45 rows, 3.60 KiB in 0.001135 sec., 39647.57709251101 rows/sec., 3.10 MiB/sec. 2025.06.30 14:47:47.162281 [ 276 ] {65b2484b-23d1-454e-99b8-41f99e3fbf8b} TCPHandler: Processed in 0.001296776 sec. 2025.06.30 14:47:47.162383 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:47.162476 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:47.162519 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:47.162881 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:47.162918 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:47.163235 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:47:47.163437 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:47.163572 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} executeQuery: Read 60 rows, 4.31 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.78 MiB/sec. 2025.06.30 14:47:47.163607 [ 276 ] {16386197-c51c-4c1c-b526-0ed6b5be8eba} TCPHandler: Processed in 0.001272876 sec. 2025.06.30 14:47:47.163704 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:47.163796 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:47.163850 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:47.164605 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:47.164641 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:47.165155 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:47:47.165367 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:47.165499 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} executeQuery: Read 9 rows, 16.51 KiB in 0.001721 sec., 5229.517722254503 rows/sec., 9.37 MiB/sec. 2025.06.30 14:47:47.165557 [ 276 ] {39f664f5-6789-42c3-872d-5fb1de9e16c9} TCPHandler: Processed in 0.001899477 sec. 2025.06.30 14:47:47.165668 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:47.165761 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:47.165802 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:47.166118 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:47.166154 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:47.166444 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:47:47.166649 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:47.166782 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} executeQuery: Read 30 rows, 2.04 KiB in 0.001039 sec., 28873.917228103946 rows/sec., 1.91 MiB/sec. 2025.06.30 14:47:47.166816 [ 276 ] {cb6c0751-c2f1-4aa3-b05a-8ae04f9ee459} TCPHandler: Processed in 0.001196424 sec. 2025.06.30 14:47:48.648756 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 350 2025.06.30 14:47:48.650775 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:48.650813 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:48.651964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:47:48.652232 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:48.652537 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 350 2025.06.30 14:47:51.139036 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 2025.06.30 14:47:51.139876 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:51.139955 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:51.140811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:47:51.141096 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:51.141236 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.06.30 14:47:51.516915 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.06.30 14:47:51.534645 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:51.534728 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:51.540256 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:47:51.541008 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:51.544511 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.06.30 14:47:52.158531 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.158731 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:47:52.158797 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:47:52.159448 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.159489 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.159872 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:47:52.160100 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.160247 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} executeQuery: Read 2 rows, 167.00 B in 0.001584 sec., 1262.6262626262628 rows/sec., 102.96 KiB/sec. 2025.06.30 14:47:52.160288 [ 276 ] {07f30ff0-69b7-4f21-8283-6aa18f23d2c0} TCPHandler: Processed in 0.001916108 sec. 2025.06.30 14:47:52.160414 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.160518 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:52.160560 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:52.161025 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.161060 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.161387 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:47:52.161605 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.161735 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} executeQuery: Read 97 rows, 8.76 KiB in 0.001238 sec., 78352.18093699515 rows/sec., 6.91 MiB/sec. 2025.06.30 14:47:52.161773 [ 276 ] {e58b53d2-0398-4a26-bc51-a3a9c4b76888} TCPHandler: Processed in 0.001411748 sec. 2025.06.30 14:47:52.161888 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.161985 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:52.162024 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:52.162426 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.162461 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.162764 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:52.162975 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.163102 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} executeQuery: Read 35 rows, 2.62 KiB in 0.001137 sec., 30782.761653474055 rows/sec., 2.25 MiB/sec. 2025.06.30 14:47:52.163140 [ 276 ] {d773b641-231e-4d6a-9945-7d101ad06752} TCPHandler: Processed in 0.001302116 sec. 2025.06.30 14:47:52.163240 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.163335 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:52.163374 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:52.163785 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.163820 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.164120 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:47:52.164326 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.164451 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} executeQuery: Read 71 rows, 5.68 KiB in 0.001135 sec., 62555.06607929516 rows/sec., 4.89 MiB/sec. 2025.06.30 14:47:52.164486 [ 276 ] {52cbc24b-0d27-4a6e-aed8-7f3b6452724a} TCPHandler: Processed in 0.001295296 sec. 2025.06.30 14:47:52.164601 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.164696 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:52.164739 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:52.165097 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.165132 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.165460 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:47:52.165684 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.165814 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} executeQuery: Read 61 rows, 4.38 KiB in 0.001136 sec., 53697.183098591544 rows/sec., 3.77 MiB/sec. 2025.06.30 14:47:52.165849 [ 276 ] {dec304b5-45f6-4e9f-b655-cb798081e0b0} TCPHandler: Processed in 0.001296525 sec. 2025.06.30 14:47:52.165959 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.166053 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:52.166108 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:52.166882 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.166917 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.167476 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:47:52.167698 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.167835 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} executeQuery: Read 33 rows, 60.55 KiB in 0.0018 sec., 18333.333333333332 rows/sec., 32.85 MiB/sec. 2025.06.30 14:47:52.167898 [ 276 ] {68cd06ba-e09a-4c60-93e7-86a43930eaf6} TCPHandler: Processed in 0.001988159 sec. 2025.06.30 14:47:52.168015 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:52.168111 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:52.168152 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:52.168473 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:52.168508 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:52.168806 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:47:52.169015 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:52.169139 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} executeQuery: Read 30 rows, 2.04 KiB in 0.001047 sec., 28653.29512893983 rows/sec., 1.90 MiB/sec. 2025.06.30 14:47:52.169173 [ 276 ] {0d9d7167-2b05-4e8c-b9c9-a96b76a563f6} TCPHandler: Processed in 0.001208515 sec. 2025.06.30 14:47:57.157361 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:57.157586 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:47:57.157661 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:47:57.158349 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:57.158399 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:57.158831 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:47:57.159060 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:57.159214 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} executeQuery: Read 48 rows, 4.12 KiB in 0.001682 sec., 28537.455410225924 rows/sec., 2.39 MiB/sec. 2025.06.30 14:47:57.159254 [ 276 ] {c27b0c4f-0a07-4113-8d97-00c9cd8a7a4c} TCPHandler: Processed in 0.002038161 sec. 2025.06.30 14:47:57.159377 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:57.159474 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:47:57.159516 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:47:57.159908 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:57.159946 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:57.160335 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:57.160543 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:57.160672 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} executeQuery: Read 9 rows, 693.00 B in 0.001217 sec., 7395.234182415777 rows/sec., 556.09 KiB/sec. 2025.06.30 14:47:57.160710 [ 276 ] {5d7ee6e9-c276-445b-9247-255b822e739f} TCPHandler: Processed in 0.001383018 sec. 2025.06.30 14:47:57.160813 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:57.160907 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:47:57.160946 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:47:57.161347 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:57.161468 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:57.161769 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:47:57.161973 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:57.162099 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} executeQuery: Read 45 rows, 3.60 KiB in 0.001211 sec., 37159.37241948803 rows/sec., 2.90 MiB/sec. 2025.06.30 14:47:57.162137 [ 276 ] {a6aa948c-bb76-4ce4-ad1b-ae99b9d8ecef} TCPHandler: Processed in 0.001373847 sec. 2025.06.30 14:47:57.162236 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:57.162331 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:57.162374 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:47:57.162748 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:57.162785 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:57.163110 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:47:57.163339 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:57.163464 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} executeQuery: Read 60 rows, 4.31 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.65 MiB/sec. 2025.06.30 14:47:57.163500 [ 276 ] {e60121eb-bbd4-464d-9b87-b35cebdf5a22} TCPHandler: Processed in 0.001313046 sec. 2025.06.30 14:47:57.163627 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:57.163751 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:47:57.163818 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:47:57.164615 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:57.164652 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:57.165167 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:47:57.165395 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:57.165535 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} executeQuery: Read 9 rows, 16.51 KiB in 0.001809 sec., 4975.124378109453 rows/sec., 8.92 MiB/sec. 2025.06.30 14:47:57.165587 [ 276 ] {e8e37f5e-3d39-4186-89bc-c2a974a5ddf3} TCPHandler: Processed in 0.00202259 sec. 2025.06.30 14:47:57.165701 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:47:57.165798 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:47:57.165841 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:47:57.166160 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:57.166196 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:57.166499 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:47:57.166705 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:57.166829 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} executeQuery: Read 30 rows, 2.04 KiB in 0.00105 sec., 28571.428571428572 rows/sec., 1.89 MiB/sec. 2025.06.30 14:47:57.166864 [ 276 ] {d4297b2f-03a1-45cf-9746-7217934cd2c8} TCPHandler: Processed in 0.001213524 sec. 2025.06.30 14:47:58.569162 [ 139 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:47:58.569220 [ 139 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:47:58.641303 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 2025.06.30 14:47:58.641864 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:58.641916 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:58.642422 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:47:58.642647 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:58.642788 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.06.30 14:47:58.642847 [ 139 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:47:58.642925 [ 139 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:58.642961 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:58.643118 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:47:58.643315 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:58.643356 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part 2025.06.30 14:47:58.643423 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part 2025.06.30 14:47:58.643472 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part 2025.06.30 14:47:58.643517 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part 2025.06.30 14:47:58.643559 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part 2025.06.30 14:47:58.643605 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part 2025.06.30 14:47:58.645128 [ 186 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002075191 sec., 3556781.038468266 rows/sec., 50.88 MiB/sec. 2025.06.30 14:47:58.645650 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:47:58.645894 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:58.645959 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_16_3} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:47:58.646035 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.06.30 14:47:58.652662 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 376 2025.06.30 14:47:58.654594 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:58.654627 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:58.655678 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:47:58.655924 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:58.656058 [ 139 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:47:58.656096 [ 139 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:58.656116 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:58.656138 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 376 2025.06.30 14:47:58.656258 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:47:58.656900 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:58.657080 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 236 rows starting from the beginning of the part 2025.06.30 14:47:58.657499 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2025.06.30 14:47:58.657845 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part 2025.06.30 14:47:58.658181 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.06.30 14:47:58.658507 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:47:58.658831 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2025.06.30 14:47:58.664121 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 72 columns (72 merged, 0 gathered) in 0.007923818 sec., 47451.87231710774 rows/sec., 41.86 MiB/sec. 2025.06.30 14:47:58.664816 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:47:58.665305 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:58.665380 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_11_2} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:47:58.665532 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2025.06.30 14:47:59.001806 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001343587 sec. 2025.06.30 14:47:59.044575 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.06.30 14:47:59.061544 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:59.061613 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:59.067748 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:47:59.068461 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:59.068758 [ 139 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:47:59.068822 [ 139 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:47:59.068845 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:47:59.068942 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.071817 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.06.30 14:47:59.072274 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:47:59.073703 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.078278 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.082731 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.087051 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.091422 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.095877 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:47:59.148494 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079594377 sec., 1520.207891067481 rows/sec., 7.86 MiB/sec. 2025.06.30 14:47:59.150184 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:47:59.151930 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_16_3} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:47:59.152010 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_16_3} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:47:59.153212 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.06.30 14:48:00.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.38 MiB, peak 212.33 MiB, free memory in arenas 0.00 B, will set to 211.02 MiB (RSS), difference: 8.65 MiB 2025.06.30 14:48:02.158542 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:02.158732 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:02.158802 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:02.159490 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.159543 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:02.159956 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:02.160196 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.160322 [ 134 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:02.160352 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} executeQuery: Read 96 rows, 8.69 KiB in 0.001669 sec., 57519.47273816657 rows/sec., 5.09 MiB/sec. 2025.06.30 14:48:02.160398 [ 134 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.160412 [ 276 ] {d42291de-4be6-427d-8919-fdd5b5234976} TCPHandler: Processed in 0.00201544 sec. 2025.06.30 14:48:02.160431 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:02.160539 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:48:02.160564 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:02.160647 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:02.160673 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:02.160685 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 118 rows starting from the beginning of the part 2025.06.30 14:48:02.160725 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:02.160758 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 96 rows starting from the beginning of the part 2025.06.30 14:48:02.160805 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part 2025.06.30 14:48:02.160845 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 97 rows starting from the beginning of the part 2025.06.30 14:48:02.160882 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part 2025.06.30 14:48:02.160919 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 96 rows starting from the beginning of the part 2025.06.30 14:48:02.161179 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.161222 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:02.161650 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:48:02.161811 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 5 columns (5 merged, 0 gathered) in 0.001310947 sec., 383692.09434096114 rows/sec., 35.06 MiB/sec. 2025.06.30 14:48:02.161911 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.162030 [ 134 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.06.30 14:48:02.162050 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:02.162055 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} executeQuery: Read 33 rows, 2.48 KiB in 0.001406 sec., 23470.839260312947 rows/sec., 1.72 MiB/sec. 2025.06.30 14:48:02.162067 [ 134 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.162125 [ 276 ] {00e64c68-048f-48d9-844c-23dd92293781} TCPHandler: Processed in 0.001615502 sec. 2025.06.30 14:48:02.162129 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:02.162206 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.06.30 14:48:02.162246 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:02.162297 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:02.162327 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 46 rows starting from the beginning of the part 2025.06.30 14:48:02.162351 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:02.162369 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:02.162403 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:02.162411 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.162413 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:02.162470 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part 2025.06.30 14:48:02.162504 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:02.162511 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_21_4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:02.162539 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:02.162623 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:48:02.162830 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.162871 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:02.163190 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00100811 sec., 163672.61509160706 rows/sec., 12.61 MiB/sec. 2025.06.30 14:48:02.163214 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:02.163327 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.06.30 14:48:02.163477 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.163603 [ 134 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:02.163622 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.163626 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} executeQuery: Read 69 rows, 5.52 KiB in 0.001296 sec., 53240.74074074074 rows/sec., 4.16 MiB/sec. 2025.06.30 14:48:02.163638 [ 134 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.163680 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:02.163681 [ 276 ] {13782e3d-c440-42d9-b813-cea75ec39c2c} TCPHandler: Processed in 0.00148566 sec. 2025.06.30 14:48:02.163709 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_15_3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.06.30 14:48:02.163750 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:48:02.163797 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.30 14:48:02.163823 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:02.163843 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:02.163874 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 100 rows starting from the beginning of the part 2025.06.30 14:48:02.163924 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 69 rows starting from the beginning of the part 2025.06.30 14:48:02.163924 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:02.163965 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 45 rows starting from the beginning of the part 2025.06.30 14:48:02.163983 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:02.164010 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 71 rows starting from the beginning of the part 2025.06.30 14:48:02.164051 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 45 rows starting from the beginning of the part 2025.06.30 14:48:02.164087 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 69 rows starting from the beginning of the part 2025.06.30 14:48:02.164376 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.164418 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:02.164773 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:02.164796 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 399 rows, containing 5 columns (5 merged, 0 gathered) in 0.001073591 sec., 371649.91137220786 rows/sec., 30.47 MiB/sec. 2025.06.30 14:48:02.164984 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:02.165026 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.165138 [ 134 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:02.165168 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} executeQuery: Read 60 rows, 4.31 KiB in 0.001264 sec., 47468.354430379746 rows/sec., 3.33 MiB/sec. 2025.06.30 14:48:02.165169 [ 134 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.165208 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:02.165213 [ 276 ] {dc376c43-8eaa-48a1-bd71-7a1644290ef3} TCPHandler: Processed in 0.001440599 sec. 2025.06.30 14:48:02.165265 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:02.165327 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.165353 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:02.165357 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:02.165379 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part 2025.06.30 14:48:02.165406 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_21_4} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:02.165440 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.06.30 14:48:02.165477 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:02.165479 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:48:02.165496 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:02.165509 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 61 rows starting from the beginning of the part 2025.06.30 14:48:02.165564 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:02.165581 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:02.165598 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:02.166434 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1197 rows, containing 5 columns (5 merged, 0 gathered) in 0.001194414 sec., 1002165.0784401388 rows/sec., 69.93 MiB/sec. 2025.06.30 14:48:02.166517 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.166559 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:02.166630 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:02.166932 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.166998 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_21_4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:02.167058 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.06.30 14:48:02.167220 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:48:02.167474 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.167628 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} executeQuery: Read 33 rows, 60.55 KiB in 0.002159 sec., 15284.854099119964 rows/sec., 27.39 MiB/sec. 2025.06.30 14:48:02.167693 [ 276 ] {42cb74bf-132e-42ba-b7c6-e273a21fa383} TCPHandler: Processed in 0.002397578 sec. 2025.06.30 14:48:02.167815 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:02.167911 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:02.167956 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:02.168289 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.168325 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:02.168642 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:02.168853 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.168956 [ 134 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:02.168984 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} executeQuery: Read 30 rows, 2.04 KiB in 0.001092 sec., 27472.52747252747 rows/sec., 1.82 MiB/sec. 2025.06.30 14:48:02.168985 [ 134 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:02.169025 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:02.169028 [ 276 ] {6907b299-b908-43c7-93c3-235d24d3668a} TCPHandler: Processed in 0.001262826 sec. 2025.06.30 14:48:02.169097 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:48:02.169197 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:02.169224 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 384 rows starting from the beginning of the part 2025.06.30 14:48:02.169274 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:48:02.169315 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:02.169356 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:02.169392 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:02.169429 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:02.170183 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 4 columns (4 merged, 0 gathered) in 0.001116113 sec., 478446.1788367307 rows/sec., 32.10 MiB/sec. 2025.06.30 14:48:02.170323 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:02.170556 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:02.170615 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_21_4} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:02.170679 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:48:06.142843 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 2025.06.30 14:48:06.143427 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:06.143468 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:06.143963 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:48:06.144195 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:06.144334 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.06.30 14:48:06.571879 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.06.30 14:48:06.586739 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:06.586796 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:06.593359 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:48:06.594098 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:06.596838 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.06.30 14:48:07.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.66 MiB, peak 215.66 MiB, free memory in arenas 0.00 B, will set to 212.82 MiB (RSS), difference: 1.16 MiB 2025.06.30 14:48:07.154526 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.154879 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:48:07.155394 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:07.155461 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:48:07.155723 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.155796 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:07.155939 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.06.30 14:48:07.155976 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:07.155998 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:07.156014 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:07.156054 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.30 14:48:07.156074 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 25 rows starting from 0 2025.06.30 14:48:07.156915 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} executeQuery: Read 25 rows, 1.04 KiB in 0.002185 sec., 11441.647597254005 rows/sec., 473.76 KiB/sec. 2025.06.30 14:48:07.157023 [ 276 ] {6a3986bb-243f-4427-bb0f-5252b22c6961} TCPHandler: Processed in 0.002656422 sec. 2025.06.30 14:48:07.157468 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.157614 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:48:07.157833 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:07.157867 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:48:07.158054 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.158109 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:07.158212 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.06.30 14:48:07.158240 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:07.158258 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:07.158273 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:07.158305 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2025.06.30 14:48:07.158323 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 25 rows starting from 0 2025.06.30 14:48:07.158770 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} executeQuery: Read 25 rows, 1.04 KiB in 0.001217 sec., 20542.317173377156 rows/sec., 850.58 KiB/sec. 2025.06.30 14:48:07.158854 [ 276 ] {b2b270ca-755e-4b8a-bacb-42e7d1cc8d7c} TCPHandler: Processed in 0.001440139 sec. 2025.06.30 14:48:07.159097 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.159231 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:48:07.159439 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:07.159472 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:48:07.159660 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.159713 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:07.159813 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.06.30 14:48:07.159840 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:07.159859 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:07.159873 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:07.159907 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.06.30 14:48:07.159925 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 25 rows starting from 0 2025.06.30 14:48:07.160331 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} executeQuery: Read 25 rows, 1.04 KiB in 0.001153 sec., 21682.56721595837 rows/sec., 897.79 KiB/sec. 2025.06.30 14:48:07.160416 [ 276 ] {468a388a-fdd5-4bb8-acdd-700c55e33099} TCPHandler: Processed in 0.001369467 sec. 2025.06.30 14:48:07.160641 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.160772 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:48:07.160985 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:07.161018 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:48:07.161205 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.161257 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:07.161355 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.06.30 14:48:07.161383 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:07.161401 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:07.161415 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:07.161447 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.06.30 14:48:07.161465 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 25 rows starting from 0 2025.06.30 14:48:07.162005 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} executeQuery: Read 25 rows, 1.04 KiB in 0.001285 sec., 19455.25291828794 rows/sec., 805.57 KiB/sec. 2025.06.30 14:48:07.162091 [ 276 ] {e7031ed4-640b-41f8-8980-17443075a090} TCPHandler: Processed in 0.00150041 sec. 2025.06.30 14:48:07.162306 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.162435 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:48:07.162645 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:07.162678 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:48:07.162878 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.162930 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:07.163027 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.06.30 14:48:07.163054 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:07.163072 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:07.163085 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:07.163118 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.06.30 14:48:07.163135 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 25 rows starting from 0 2025.06.30 14:48:07.163592 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} executeQuery: Read 25 rows, 1.04 KiB in 0.001208 sec., 20695.364238410595 rows/sec., 856.92 KiB/sec. 2025.06.30 14:48:07.163670 [ 276 ] {787f722f-2124-4626-b89d-fcf543ebe28d} TCPHandler: Processed in 0.001413378 sec. 2025.06.30 14:48:07.163886 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.164018 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.30 14:48:07.164225 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:07.164259 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.30 14:48:07.164448 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.164499 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:07.164596 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.06.30 14:48:07.164624 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:07.164641 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:07.164656 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:07.164689 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.06.30 14:48:07.164706 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 25 rows starting from 0 2025.06.30 14:48:07.165117 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} executeQuery: Read 25 rows, 1.04 KiB in 0.001151 sec., 21720.24326672459 rows/sec., 899.35 KiB/sec. 2025.06.30 14:48:07.165200 [ 276 ] {bb7c5855-89e2-41b3-b043-b7c54d3e445a} TCPHandler: Processed in 0.001362568 sec. 2025.06.30 14:48:07.186401 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.186594 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:48:07.186671 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:07.187528 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.187575 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.188013 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:48:07.188218 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.188367 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} executeQuery: Read 6 rows, 2.84 KiB in 0.001828 sec., 3282.2757111597375 rows/sec., 1.52 MiB/sec. 2025.06.30 14:48:07.188405 [ 276 ] {b14addba-fe74-4e72-be48-5b4991f47cfb} TCPHandler: Processed in 0.002097372 sec. 2025.06.30 14:48:07.188534 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.188631 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.188673 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:48:07.191347 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.191383 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.191694 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:48:07.191903 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.192027 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} executeQuery: Read 24 rows, 2.04 KiB in 0.003417 sec., 7023.705004389816 rows/sec., 596.74 KiB/sec. 2025.06.30 14:48:07.192064 [ 276 ] {c70deb9b-fac4-4a4d-98c7-090c25e956d0} TCPHandler: Processed in 0.003580291 sec. 2025.06.30 14:48:07.192198 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.192298 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:48:07.192339 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:48:07.192725 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.192761 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.193068 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:48:07.193276 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.193401 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} executeQuery: Read 6 rows, 501.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 436.06 KiB/sec. 2025.06.30 14:48:07.193439 [ 276 ] {7222cc67-7f57-49b2-813e-c63daa055f30} TCPHandler: Processed in 0.001289935 sec. 2025.06.30 14:48:07.193543 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.193638 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:07.193677 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:07.194165 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.194201 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.194515 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:07.194730 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.194855 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} executeQuery: Read 171 rows, 15.77 KiB in 0.001236 sec., 138349.51456310682 rows/sec., 12.46 MiB/sec. 2025.06.30 14:48:07.194891 [ 276 ] {89cad747-b990-445e-a2c3-fa94399bebdc} TCPHandler: Processed in 0.001397818 sec. 2025.06.30 14:48:07.194992 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.195086 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.195125 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:07.195520 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.195555 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.195843 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:48:07.196053 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.196184 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} executeQuery: Read 27 rows, 2.06 KiB in 0.001115 sec., 24215.2466367713 rows/sec., 1.80 MiB/sec. 2025.06.30 14:48:07.196221 [ 276 ] {b69f17d1-905e-4510-8e04-f66b3ac17668} TCPHandler: Processed in 0.001277286 sec. 2025.06.30 14:48:07.196332 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.196427 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.196466 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:48:07.196924 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.196957 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.197246 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:48:07.197482 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.197608 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} executeQuery: Read 24 rows, 2.04 KiB in 0.001199 sec., 20016.680567139283 rows/sec., 1.66 MiB/sec. 2025.06.30 14:48:07.197646 [ 276 ] {44458033-2083-4a3c-aaca-9583c7a20459} TCPHandler: Processed in 0.001363887 sec. 2025.06.30 14:48:07.197782 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.197877 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.197916 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:48:07.198303 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.198339 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.198955 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:48:07.199169 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.199300 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} executeQuery: Read 12 rows, 960.00 B in 0.001441 sec., 8327.550312283136 rows/sec., 650.59 KiB/sec. 2025.06.30 14:48:07.199338 [ 276 ] {d3c94b20-d040-4d17-a45b-28491499f97c} TCPHandler: Processed in 0.001606222 sec. 2025.06.30 14:48:07.199453 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.199546 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:07.199584 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:07.200018 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.200054 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.200361 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:07.200568 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.200690 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} executeQuery: Read 87 rows, 7.35 KiB in 0.001162 sec., 74870.91222030981 rows/sec., 6.17 MiB/sec. 2025.06.30 14:48:07.200726 [ 276 ] {b966b8a6-16cf-45ad-bf52-80e5a99f837f} TCPHandler: Processed in 0.001320917 sec. 2025.06.30 14:48:07.200841 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.200934 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.200975 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:07.201459 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.201495 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.201839 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:07.202040 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.202159 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} executeQuery: Read 537 rows, 43.87 KiB in 0.001244 sec., 431672.02572347265 rows/sec., 34.44 MiB/sec. 2025.06.30 14:48:07.202194 [ 276 ] {c3549f9a-2f05-4bb7-b59c-9e0361dc6355} TCPHandler: Processed in 0.001400108 sec. 2025.06.30 14:48:07.202306 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.202398 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.202450 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:07.203149 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.203185 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.203674 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:48:07.203881 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.203985 [ 123 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:48:07.204009 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} executeQuery: Read 9 rows, 16.51 KiB in 0.001629 sec., 5524.861878453039 rows/sec., 9.90 MiB/sec. 2025.06.30 14:48:07.204050 [ 123 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.204074 [ 276 ] {81bc4552-78a2-4af5-b07c-725ad84b6087} TCPHandler: Processed in 0.001814337 sec. 2025.06.30 14:48:07.204074 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:07.204195 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:07.204218 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:48:07.204292 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:07.204337 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:07.204482 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:07.204555 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 231 rows starting from the beginning of the part 2025.06.30 14:48:07.204657 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:07.204697 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:07.204697 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:07.204831 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:07.204957 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:07.204998 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:07.205074 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:07.205200 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:07.205241 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.205375 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} executeQuery: Read 30 rows, 2.04 KiB in 0.001101 sec., 27247.956403269756 rows/sec., 1.81 MiB/sec. 2025.06.30 14:48:07.205410 [ 276 ] {5fa08a6e-9275-4e22-a6c9-ff63cc54e0fe} TCPHandler: Processed in 0.001262515 sec. 2025.06.30 14:48:07.208698 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 19 columns (19 merged, 0 gathered) in 0.00453133 sec., 71502.18589244217 rows/sec., 128.13 MiB/sec. 2025.06.30 14:48:07.209612 [ 199 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:48:07.209976 [ 199 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:07.210046 [ 199 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_16_3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:48:07.210171 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2025.06.30 14:48:08.656257 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 422 2025.06.30 14:48:08.658986 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:08.659040 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. 2025.06.30 14:48:08.660294 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:48:08.660583 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:08.660914 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 422 2025.06.30 14:48:12.158550 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:12.158764 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:12.158839 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:12.159593 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:12.159643 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:12.160034 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:12.160265 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:12.160425 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} executeQuery: Read 96 rows, 8.69 KiB in 0.001716 sec., 55944.055944055945 rows/sec., 4.95 MiB/sec. 2025.06.30 14:48:12.160474 [ 276 ] {acf103e1-d29c-4847-bbe4-69ce02b2efba} TCPHandler: Processed in 0.002067181 sec. 2025.06.30 14:48:12.160608 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:12.160713 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:12.160757 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:12.161177 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:12.161215 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:12.161533 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:48:12.161748 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:12.161883 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} executeQuery: Read 33 rows, 2.48 KiB in 0.001193 sec., 27661.35792120704 rows/sec., 2.03 MiB/sec. 2025.06.30 14:48:12.161919 [ 276 ] {6e4bfc06-0195-45e3-8d5f-4f4254ebad02} TCPHandler: Processed in 0.001363657 sec. 2025.06.30 14:48:12.162022 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:12.162118 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:12.162161 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:12.162579 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:12.162616 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:12.162924 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:12.163149 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:12.163285 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} executeQuery: Read 69 rows, 5.52 KiB in 0.001185 sec., 58227.848101265816 rows/sec., 4.55 MiB/sec. 2025.06.30 14:48:12.163321 [ 276 ] {d185f109-8120-4506-8068-acd3d4076cc0} TCPHandler: Processed in 0.001349067 sec. 2025.06.30 14:48:12.163430 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:12.163526 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:12.163571 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:12.163935 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:12.163971 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:12.164286 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:12.164498 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:12.164629 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} executeQuery: Read 60 rows, 4.31 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.75 MiB/sec. 2025.06.30 14:48:12.164664 [ 276 ] {b5ae53a0-d4c0-43bc-be9a-6e3e978418cd} TCPHandler: Processed in 0.001282686 sec. 2025.06.30 14:48:12.164785 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:12.164904 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:12.164970 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:12.165858 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:12.165896 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:12.166483 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:48:12.166713 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:12.166851 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} executeQuery: Read 33 rows, 60.55 KiB in 0.001972 sec., 16734.2799188641 rows/sec., 29.99 MiB/sec. 2025.06.30 14:48:12.166902 [ 276 ] {7118ec1b-2d4f-4cc4-adf9-ddac211be6f1} TCPHandler: Processed in 0.002177403 sec. 2025.06.30 14:48:12.167014 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:12.167110 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:12.167151 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:12.167477 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:12.167512 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:12.167843 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:12.168056 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:12.168188 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} executeQuery: Read 30 rows, 2.04 KiB in 0.001096 sec., 27372.26277372263 rows/sec., 1.81 MiB/sec. 2025.06.30 14:48:12.168233 [ 276 ] {4c24ff68-1332-4e99-abd9-3a4695d5ccb9} TCPHandler: Processed in 0.001268815 sec. 2025.06.30 14:48:13.569259 [ 93 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:48:13.569312 [ 93 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:48:13.644420 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 2025.06.30 14:48:13.644928 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:13.644975 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:13.645555 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:48:13.645792 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:13.645934 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.06.30 14:48:14.096903 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.06.30 14:48:14.113127 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:14.113180 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:14.119549 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:48:14.120235 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:14.123482 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.06.30 14:48:17.158031 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:17.158253 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:17.158324 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:17.159079 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:17.159125 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:17.159543 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:17.159771 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:17.159927 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} executeQuery: Read 48 rows, 4.12 KiB in 0.001729 sec., 27761.71197223829 rows/sec., 2.32 MiB/sec. 2025.06.30 14:48:17.159967 [ 276 ] {69701a41-a120-4407-8540-10f6c1c50256} TCPHandler: Processed in 0.002084722 sec. 2025.06.30 14:48:17.160102 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:17.160200 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:17.160241 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:17.160634 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:17.160672 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:17.160981 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:48:17.161193 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:17.161332 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} executeQuery: Read 9 rows, 693.00 B in 0.001151 sec., 7819.287576020852 rows/sec., 587.97 KiB/sec. 2025.06.30 14:48:17.161370 [ 276 ] {388d1eda-faad-493c-8983-b5b42aa083eb} TCPHandler: Processed in 0.001326037 sec. 2025.06.30 14:48:17.161478 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:17.161572 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:17.161611 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:17.162012 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:17.162048 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:17.162367 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:17.162577 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:17.162703 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} executeQuery: Read 45 rows, 3.60 KiB in 0.001149 sec., 39164.4908616188 rows/sec., 3.06 MiB/sec. 2025.06.30 14:48:17.162739 [ 276 ] {641f1521-5849-4e5a-ae62-6e20f286938e} TCPHandler: Processed in 0.001310406 sec. 2025.06.30 14:48:17.162849 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:17.162942 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:17.162986 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:17.163351 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:17.163388 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:17.163715 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:17.163924 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:17.164049 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} executeQuery: Read 60 rows, 4.31 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.74 MiB/sec. 2025.06.30 14:48:17.164085 [ 276 ] {04ed407d-6a34-4f74-b1e4-e70a96b10276} TCPHandler: Processed in 0.001285676 sec. 2025.06.30 14:48:17.164187 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:17.164281 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:17.164335 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:17.165075 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:17.165112 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:17.165625 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:48:17.165852 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:17.165995 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} executeQuery: Read 9 rows, 16.51 KiB in 0.001732 sec., 5196.304849884526 rows/sec., 9.31 MiB/sec. 2025.06.30 14:48:17.166048 [ 276 ] {b2b428d5-65d0-40f4-9077-857cff85bbdb} TCPHandler: Processed in 0.001908288 sec. 2025.06.30 14:48:17.166163 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:17.166341 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:17.166383 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:17.166704 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:17.166740 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:17.167044 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:17.167269 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:17.167394 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} executeQuery: Read 30 rows, 2.04 KiB in 0.001072 sec., 27985.07462686567 rows/sec., 1.85 MiB/sec. 2025.06.30 14:48:17.167429 [ 276 ] {fc643a8c-82fb-4201-99f5-575709e4ee18} TCPHandler: Processed in 0.001314537 sec. 2025.06.30 14:48:18.661129 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 446 2025.06.30 14:48:18.663486 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:18.663549 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:18.664708 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:48:18.664994 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:18.665331 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 446 2025.06.30 14:48:21.146013 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 2025.06.30 14:48:21.146550 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:21.146595 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:21.147130 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:48:21.147384 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:21.147527 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 2025.06.30 14:48:21.623561 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.06.30 14:48:21.641970 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:21.642042 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:21.647977 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:48:21.648721 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:21.651845 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.06.30 14:48:22.158179 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.158382 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:48:22.158455 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:48:22.159092 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.159131 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.159562 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:48:22.159790 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.159942 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} executeQuery: Read 6 rows, 501.00 B in 0.001613 sec., 3719.7768133911964 rows/sec., 303.32 KiB/sec. 2025.06.30 14:48:22.159992 [ 276 ] {4ad15a69-5b94-418a-ae0a-edcdb8db2f6b} TCPHandler: Processed in 0.001952219 sec. 2025.06.30 14:48:22.160120 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.160224 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:22.160266 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:22.160745 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.160779 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.161090 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:48:22.161302 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.161435 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} executeQuery: Read 99 rows, 8.91 KiB in 0.001233 sec., 80291.9708029197 rows/sec., 7.06 MiB/sec. 2025.06.30 14:48:22.161475 [ 276 ] {ed5321bc-056f-4b64-97c3-a607e0c0cf73} TCPHandler: Processed in 0.001407199 sec. 2025.06.30 14:48:22.161591 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.161689 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:22.161730 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:22.162144 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.162178 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.162485 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:48:22.162701 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.162829 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} executeQuery: Read 39 rows, 2.90 KiB in 0.001158 sec., 33678.75647668394 rows/sec., 2.45 MiB/sec. 2025.06.30 14:48:22.162867 [ 276 ] {6377abc3-20ca-4b12-a3a6-6272e5a8a484} TCPHandler: Processed in 0.001326646 sec. 2025.06.30 14:48:22.162981 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.163076 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:22.163117 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:22.163526 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.163561 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.163874 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:48:22.164076 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.164231 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} executeQuery: Read 75 rows, 6.01 KiB in 0.001172 sec., 63993.17406143344 rows/sec., 5.01 MiB/sec. 2025.06.30 14:48:22.164271 [ 276 ] {b3ac296f-75dd-4ded-8f72-da0d59121482} TCPHandler: Processed in 0.001340297 sec. 2025.06.30 14:48:22.164385 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.164480 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:22.164524 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:22.165180 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.165215 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.165566 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:48:22.165783 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.165917 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} executeQuery: Read 63 rows, 4.52 KiB in 0.001454 sec., 43328.74828060523 rows/sec., 3.04 MiB/sec. 2025.06.30 14:48:22.165957 [ 276 ] {4c2e8501-47e1-4b8b-b9d6-07b7c77a827d} TCPHandler: Processed in 0.001620322 sec. 2025.06.30 14:48:22.166068 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.166164 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:22.166221 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:22.167052 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.167087 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.167682 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:48:22.167909 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.168048 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} executeQuery: Read 33 rows, 60.55 KiB in 0.001902 sec., 17350.157728706625 rows/sec., 31.09 MiB/sec. 2025.06.30 14:48:22.168110 [ 276 ] {7427aa02-9c86-43d9-8253-294e3182f815} TCPHandler: Processed in 0.002091792 sec. 2025.06.30 14:48:22.168222 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:22.168318 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:22.168362 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:22.168720 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:22.168755 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:22.169054 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:48:22.169267 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:22.169403 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} executeQuery: Read 30 rows, 2.04 KiB in 0.001103 sec., 27198.549410698095 rows/sec., 1.80 MiB/sec. 2025.06.30 14:48:22.169441 [ 276 ] {c20eaaae-3536-4450-b679-508d947f837a} TCPHandler: Processed in 0.001268875 sec. 2025.06.30 14:48:27.156895 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:27.157111 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:27.157181 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:27.157853 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.157904 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.158342 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:48:27.158572 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.158737 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} executeQuery: Read 48 rows, 4.12 KiB in 0.001675 sec., 28656.716417910447 rows/sec., 2.40 MiB/sec. 2025.06.30 14:48:27.158753 [ 112 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:48:27.158789 [ 276 ] {ee307788-3903-45c2-b72d-5f6e20a3c628} TCPHandler: Processed in 0.002039211 sec. 2025.06.30 14:48:27.158828 [ 112 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.158859 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.158928 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:27.158968 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:48:27.159037 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:27.159083 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:27.159086 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:27.159121 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 119 rows starting from the beginning of the part 2025.06.30 14:48:27.159194 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 171 rows starting from the beginning of the part 2025.06.30 14:48:27.159237 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 96 rows starting from the beginning of the part 2025.06.30 14:48:27.159286 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part 2025.06.30 14:48:27.159342 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 99 rows starting from the beginning of the part 2025.06.30 14:48:27.159400 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part 2025.06.30 14:48:27.159530 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.159577 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.159932 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:48:27.160161 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.160270 [ 112 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.06.30 14:48:27.160300 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} executeQuery: Read 9 rows, 693.00 B in 0.001284 sec., 7009.345794392523 rows/sec., 527.07 KiB/sec. 2025.06.30 14:48:27.160301 [ 112 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.160343 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.160343 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415728 sec., 410389.5663573794 rows/sec., 37.71 MiB/sec. 2025.06.30 14:48:27.160347 [ 276 ] {a055d80a-b3a0-4ac6-a23a-5d7a5fee9f14} TCPHandler: Processed in 0.001472929 sec. 2025.06.30 14:48:27.160432 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.06.30 14:48:27.160509 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:27.160531 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:27.160539 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:48:27.160566 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 48 rows starting from the beginning of the part 2025.06.30 14:48:27.160609 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:27.160655 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:27.160665 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part 2025.06.30 14:48:27.160724 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:27.160788 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:27.160814 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.160839 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part 2025.06.30 14:48:27.160889 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_26_5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:48:27.160890 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:27.160965 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.30 14:48:27.161102 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.161142 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.161482 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:48:27.161701 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.001312896 sec., 125676.36735887686 rows/sec., 9.68 MiB/sec. 2025.06.30 14:48:27.161702 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.161849 [ 112 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:48:27.161849 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.06.30 14:48:27.161866 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} executeQuery: Read 45 rows, 3.60 KiB in 0.001275 sec., 35294.11764705882 rows/sec., 2.76 MiB/sec. 2025.06.30 14:48:27.161886 [ 112 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.161921 [ 276 ] {eb4374e9-22fd-4e93-80df-d2971784f425} TCPHandler: Processed in 0.001462149 sec. 2025.06.30 14:48:27.161924 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.162051 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:48:27.162058 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:27.162170 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.162173 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:27.162171 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:27.162241 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:27.162251 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_20_4} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.06.30 14:48:27.162253 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 102 rows starting from the beginning of the part 2025.06.30 14:48:27.162351 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.30 14:48:27.162366 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part 2025.06.30 14:48:27.162422 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 69 rows starting from the beginning of the part 2025.06.30 14:48:27.162472 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 45 rows starting from the beginning of the part 2025.06.30 14:48:27.162514 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part 2025.06.30 14:48:27.162563 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 45 rows starting from the beginning of the part 2025.06.30 14:48:27.162635 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.162677 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.163050 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:48:27.163302 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.163413 [ 112 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:48:27.163439 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} executeQuery: Read 60 rows, 4.31 KiB in 0.001284 sec., 46728.97196261682 rows/sec., 3.28 MiB/sec. 2025.06.30 14:48:27.163446 [ 112 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.163481 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.163484 [ 276 ] {879b5a86-e6c8-44a9-b94b-ef53cddce4fd} TCPHandler: Processed in 0.00147672 sec. 2025.06.30 14:48:27.163530 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 5 columns (5 merged, 0 gathered) in 0.001528081 sec., 276817.7864916847 rows/sec., 22.95 MiB/sec. 2025.06.30 14:48:27.163550 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:27.163608 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:27.163648 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:27.163677 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:48:27.163678 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1197 rows starting from the beginning of the part 2025.06.30 14:48:27.163709 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:27.163746 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 537 rows starting from the beginning of the part 2025.06.30 14:48:27.163770 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:27.163791 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.06.30 14:48:27.163835 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.06.30 14:48:27.163871 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 63 rows starting from the beginning of the part 2025.06.30 14:48:27.163910 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:27.163965 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.164043 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_26_5} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:48:27.164133 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:48:27.164585 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.164623 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.164932 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.001410658 sec., 1401473.638543148 rows/sec., 101.66 MiB/sec. 2025.06.30 14:48:27.165127 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:48:27.165253 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:48:27.165444 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.165531 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_26_5} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:48:27.165544 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.165613 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.06.30 14:48:27.165697 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} executeQuery: Read 9 rows, 16.51 KiB in 0.002005 sec., 4488.778054862843 rows/sec., 8.04 MiB/sec. 2025.06.30 14:48:27.165771 [ 276 ] {0fa29ca8-ff33-4119-a0dc-4b882c0938b1} TCPHandler: Processed in 0.002212855 sec. 2025.06.30 14:48:27.165888 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:27.165985 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:27.166028 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:27.166364 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.166401 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.166709 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:48:27.166916 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.167016 [ 112 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:48:27.167046 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} executeQuery: Read 30 rows, 2.04 KiB in 0.001078 sec., 27829.31354359926 rows/sec., 1.84 MiB/sec. 2025.06.30 14:48:27.167048 [ 112 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:27.167090 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:27.167091 [ 276 ] {3a3365f1-042d-46d8-ae0c-9329f6993e88} TCPHandler: Processed in 0.001253515 sec. 2025.06.30 14:48:27.167162 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:48:27.167266 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:27.167295 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 534 rows starting from the beginning of the part 2025.06.30 14:48:27.167366 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:27.167415 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:48:27.167457 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:27.167497 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:27.167539 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:27.168349 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 4 columns (4 merged, 0 gathered) in 0.001215174 sec., 562882.3526507315 rows/sec., 37.66 MiB/sec. 2025.06.30 14:48:27.168497 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:48:27.168729 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:27.168789 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_26_5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:48:27.168842 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.30 14:48:28.569384 [ 110 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:48:28.569438 [ 110 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:48:28.648584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 2025.06.30 14:48:28.649076 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:28.649124 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:28.649601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:48:28.649832 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:28.649979 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.06.30 14:48:28.665431 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 472 2025.06.30 14:48:28.667560 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:28.667603 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:28.668755 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:48:28.669057 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:28.669305 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 472 2025.06.30 14:48:29.152880 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.06.30 14:48:29.171913 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:29.171976 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:29.178012 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:48:29.178746 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:29.182174 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.06.30 14:48:32.155828 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.156113 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.06.30 14:48:32.156474 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.156514 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.06.30 14:48:32.156766 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.156835 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.156977 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.06.30 14:48:32.157081 [ 293 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.157101 [ 290 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.157220 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.157249 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.157318 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.157339 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.157376 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.06.30 14:48:32.157414 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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.06.30 14:48:32.158269 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} executeQuery: Read 31 rows, 1.34 KiB in 0.002267 sec., 13674.459638288488 rows/sec., 591.02 KiB/sec. 2025.06.30 14:48:32.158388 [ 276 ] {38620357-7fb7-4725-952d-15d2dc3cdf58} TCPHandler: Processed in 0.002702874 sec. 2025.06.30 14:48:32.158726 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.158863 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_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.06.30 14:48:32.159095 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.159131 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_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.06.30 14:48:32.159331 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.159385 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.159489 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.06.30 14:48:32.159552 [ 292 ] {52cec956-de68-4710-bed4-0337641246c0} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.159562 [ 293 ] {52cec956-de68-4710-bed4-0337641246c0} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.159659 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.159685 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.159739 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.159757 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.159786 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_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.06.30 14:48:32.159818 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_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.06.30 14:48:32.160382 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} executeQuery: Read 31 rows, 1.34 KiB in 0.001573 sec., 19707.565162110615 rows/sec., 851.78 KiB/sec. 2025.06.30 14:48:32.160490 [ 276 ] {52cec956-de68-4710-bed4-0337641246c0} TCPHandler: Processed in 0.001815156 sec. 2025.06.30 14:48:32.161059 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.161195 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.06.30 14:48:32.161410 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.161445 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.06.30 14:48:32.161642 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.161694 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.161795 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.06.30 14:48:32.161852 [ 290 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.161859 [ 293 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.161946 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.161972 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.162026 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.162043 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.162072 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.06.30 14:48:32.162103 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_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.06.30 14:48:32.162632 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} executeQuery: Read 31 rows, 1.34 KiB in 0.001492 sec., 20777.479892761392 rows/sec., 898.02 KiB/sec. 2025.06.30 14:48:32.162739 [ 276 ] {cbc999ef-53bf-42c3-a28d-1ff5f4012b4a} TCPHandler: Processed in 0.001729824 sec. 2025.06.30 14:48:32.162948 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.163083 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.163296 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.163331 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.06.30 14:48:32.163529 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.163582 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.163683 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.06.30 14:48:32.163740 [ 292 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.163741 [ 290 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.163827 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.163852 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.163905 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.163923 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.163952 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.06.30 14:48:32.163983 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.06.30 14:48:32.164537 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} executeQuery: Read 31 rows, 1.34 KiB in 0.001506 sec., 20584.32934926959 rows/sec., 889.67 KiB/sec. 2025.06.30 14:48:32.164654 [ 276 ] {760bf9bb-f474-4d77-a9de-7b70d1838fda} TCPHandler: Processed in 0.001755475 sec. 2025.06.30 14:48:32.164864 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.165003 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.165225 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.165261 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.06.30 14:48:32.165477 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.165531 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.165632 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.06.30 14:48:32.165692 [ 293 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.165696 [ 292 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.165789 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.165815 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.165871 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.165888 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.165921 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.06.30 14:48:32.165956 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.06.30 14:48:32.166470 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} executeQuery: Read 31 rows, 1.34 KiB in 0.001525 sec., 20327.868852459014 rows/sec., 878.59 KiB/sec. 2025.06.30 14:48:32.166576 [ 276 ] {7b714699-aaaf-4cbc-b3cd-7f97329220fa} TCPHandler: Processed in 0.001761165 sec. 2025.06.30 14:48:32.166861 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.166998 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.167215 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.167250 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.06.30 14:48:32.167449 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.167500 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.167601 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.06.30 14:48:32.167656 [ 290 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.167663 [ 293 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.167747 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.167772 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.167826 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.167843 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.167873 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.30 14:48:32.167904 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.30 14:48:32.168387 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} executeQuery: Read 31 rows, 1.34 KiB in 0.001447 sec., 21423.635107118178 rows/sec., 925.95 KiB/sec. 2025.06.30 14:48:32.168489 [ 276 ] {be2fdf4e-02a5-4cfa-9ce2-35532e7fe583} TCPHandler: Processed in 0.001677233 sec. 2025.06.30 14:48:32.168711 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.168847 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.169061 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.169096 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.06.30 14:48:32.169299 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.169350 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.169448 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.06.30 14:48:32.169507 [ 290 ] {e55189bf-a542-46c7-a360-e3e289687347} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.169506 [ 292 ] {e55189bf-a542-46c7-a360-e3e289687347} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.169590 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.169616 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.169668 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.169684 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.169714 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.30 14:48:32.169748 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.30 14:48:32.170259 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} executeQuery: Read 31 rows, 1.34 KiB in 0.001468 sec., 21117.166212534063 rows/sec., 912.70 KiB/sec. 2025.06.30 14:48:32.170366 [ 276 ] {e55189bf-a542-46c7-a360-e3e289687347} TCPHandler: Processed in 0.001703954 sec. 2025.06.30 14:48:32.170592 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.170728 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.170944 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.170979 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:48:32.171182 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.171233 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.171330 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.06.30 14:48:32.171391 [ 290 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.171393 [ 293 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.171481 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.171507 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.171561 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.171577 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.171607 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.30 14:48:32.171637 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.30 14:48:32.172163 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} executeQuery: Read 31 rows, 1.34 KiB in 0.001492 sec., 20777.479892761392 rows/sec., 898.02 KiB/sec. 2025.06.30 14:48:32.172268 [ 276 ] {a71b50b5-cdf6-45bb-899d-9cd128651824} TCPHandler: Processed in 0.001725394 sec. 2025.06.30 14:48:32.172473 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.172610 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.172824 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.172859 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:48:32.173061 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.173112 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.173210 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.06.30 14:48:32.173270 [ 293 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.173272 [ 290 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.173357 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.173383 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.173435 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.173451 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.173480 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.30 14:48:32.173515 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.30 14:48:32.174008 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} executeQuery: Read 31 rows, 1.34 KiB in 0.001455 sec., 21305.841924398628 rows/sec., 920.85 KiB/sec. 2025.06.30 14:48:32.174114 [ 276 ] {db667ac6-1b64-48b3-95a4-27511e08c1ca} TCPHandler: Processed in 0.001689844 sec. 2025.06.30 14:48:32.174324 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.174458 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.174674 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.174710 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:48:32.174914 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.174965 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.175062 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.06.30 14:48:32.175118 [ 290 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.175123 [ 293 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.175206 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.175231 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.175284 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.175302 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.175332 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:48:32.175396 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:48:32.175899 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} executeQuery: Read 31 rows, 1.34 KiB in 0.001496 sec., 20721.92513368984 rows/sec., 895.62 KiB/sec. 2025.06.30 14:48:32.176003 [ 276 ] {0d48a2c9-4845-4c2d-98d6-ea543991c522} TCPHandler: Processed in 0.001729655 sec. 2025.06.30 14:48:32.176207 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.176342 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.176558 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.176594 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:48:32.176798 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.176849 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.176946 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.06.30 14:48:32.177002 [ 290 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.177009 [ 293 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.177092 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.177117 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.177170 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.177186 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.177217 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:48:32.177247 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:48:32.177749 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} executeQuery: Read 31 rows, 1.34 KiB in 0.001464 sec., 21174.86338797814 rows/sec., 915.19 KiB/sec. 2025.06.30 14:48:32.177851 [ 276 ] {68456d54-f0c2-4ffd-b893-8f9259ecfafb} TCPHandler: Processed in 0.001693424 sec. 2025.06.30 14:48:32.182678 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.182843 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:48:32.183106 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:48:32.183150 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:48:32.183367 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.183419 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:48:32.183516 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.06.30 14:48:32.183581 [ 290 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:48:32.183584 [ 293 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:48:32.183683 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:48:32.183708 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:48:32.183760 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:48:32.183777 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 31 rows with 2 streams 2025.06.30 14:48:32.183805 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:48:32.183836 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:48:32.184363 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} executeQuery: Read 31 rows, 1.34 KiB in 0.001593 sec., 19460.1381042059 rows/sec., 841.08 KiB/sec. 2025.06.30 14:48:32.184470 [ 276 ] {d3a5d443-68f1-44ea-8c6f-47f0ce72f138} TCPHandler: Processed in 0.001851187 sec. 2025.06.30 14:48:32.187165 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.187291 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:48:32.187341 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:48:32.187915 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.187965 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.188445 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:48:32.188642 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.188792 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} executeQuery: Read 12 rows, 4.37 KiB in 0.001537 sec., 7807.417046193885 rows/sec., 2.78 MiB/sec. 2025.06.30 14:48:32.188831 [ 276 ] {0bf129ac-a83b-4b6f-8d39-7a70a1bb7848} TCPHandler: Processed in 0.001726485 sec. 2025.06.30 14:48:32.188933 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.189029 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.189070 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:48:32.189558 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.189596 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.189901 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:48:32.190108 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.190234 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} executeQuery: Read 212 rows, 13.81 KiB in 0.001225 sec., 173061.22448979592 rows/sec., 11.01 MiB/sec. 2025.06.30 14:48:32.190270 [ 276 ] {519c9178-f842-451e-b366-d4c11822ea83} TCPHandler: Processed in 0.001385148 sec. 2025.06.30 14:48:32.190375 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.190476 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:32.190517 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:32.191179 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.191215 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.191566 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:48:32.191788 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.191919 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} executeQuery: Read 657 rows, 53.66 KiB in 0.001461 sec., 449691.99178644764 rows/sec., 35.87 MiB/sec. 2025.06.30 14:48:32.191958 [ 276 ] {fcc0e7c6-a607-409b-9d96-8fabfef5e942} TCPHandler: Processed in 0.001632423 sec. 2025.06.30 14:48:32.192061 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.192155 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.192195 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:32.192617 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.192651 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.192950 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:32.193156 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.193282 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} executeQuery: Read 139 rows, 8.87 KiB in 0.001144 sec., 121503.4965034965 rows/sec., 7.57 MiB/sec. 2025.06.30 14:48:32.193321 [ 276 ] {0e47f151-5543-4efd-8b52-bad0a1450435} TCPHandler: Processed in 0.001309236 sec. 2025.06.30 14:48:32.193434 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.193529 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.193569 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:48:32.193980 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.194014 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.194301 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:48:32.194521 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.194645 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} executeQuery: Read 113 rows, 7.49 KiB in 0.001133 sec., 99735.21624007061 rows/sec., 6.46 MiB/sec. 2025.06.30 14:48:32.194685 [ 276 ] {2ac501f3-3786-4b99-bd9b-a286a9eb7448} TCPHandler: Processed in 0.001301596 sec. 2025.06.30 14:48:32.194799 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.194894 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.194933 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:48:32.195349 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.195384 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.195669 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:48:32.195871 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.195993 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} executeQuery: Read 112 rows, 6.53 KiB in 0.001115 sec., 100448.43049327354 rows/sec., 5.72 MiB/sec. 2025.06.30 14:48:32.196034 [ 276 ] {2122ff51-aaf5-4e93-ab1a-57965d29a248} TCPHandler: Processed in 0.001284035 sec. 2025.06.30 14:48:32.196145 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.196240 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:32.196280 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:32.196785 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.196820 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.197134 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:48:32.197340 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.197469 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} executeQuery: Read 387 rows, 27.99 KiB in 0.001246 sec., 310593.90048154094 rows/sec., 21.94 MiB/sec. 2025.06.30 14:48:32.197509 [ 276 ] {fa7cc75e-df07-473e-8a87-e81780bac4a4} TCPHandler: Processed in 0.001411859 sec. 2025.06.30 14:48:32.197622 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.197718 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:48:32.197760 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:48:32.198084 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.198119 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.198413 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.30 14:48:32.198619 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.198741 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2025.06.30 14:48:32.198788 [ 276 ] {07c2dac7-3240-4416-b9a2-71edc2a95150} TCPHandler: Processed in 0.001214424 sec. 2025.06.30 14:48:32.198896 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.198991 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.199034 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:32.199399 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.199434 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.199762 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:48:32.199979 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.200107 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} executeQuery: Read 137 rows, 9.17 KiB in 0.001133 sec., 120917.9170344219 rows/sec., 7.90 MiB/sec. 2025.06.30 14:48:32.200159 [ 276 ] {64880f38-6b3d-498f-9435-dd18a79095a7} TCPHandler: Processed in 0.001310886 sec. 2025.06.30 14:48:32.200279 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.200374 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.200416 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:48:32.200726 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.200761 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.201042 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:48:32.201243 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.201370 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} executeQuery: Read 1 rows, 69.00 B in 0.001012 sec., 988.1422924901185 rows/sec., 66.58 KiB/sec. 2025.06.30 14:48:32.201417 [ 276 ] {e291446b-e138-42c7-8bd9-c25fbf4b6960} TCPHandler: Processed in 0.001187113 sec. 2025.06.30 14:48:32.201528 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.201622 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.201676 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:32.202456 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.202491 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.203003 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:32.203219 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.203330 [ 105 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:32.203357 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} executeQuery: Read 33 rows, 60.55 KiB in 0.001751 sec., 18846.373500856655 rows/sec., 33.77 MiB/sec. 2025.06.30 14:48:32.203369 [ 105 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.203390 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.203426 [ 276 ] {3eea7b04-2042-4a41-b1f6-0b50bae9170a} TCPHandler: Processed in 0.001947069 sec. 2025.06.30 14:48:32.203470 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:48:32.203541 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:32.203637 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:32.203641 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:32.203679 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:32.203696 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 324 rows starting from the beginning of the part 2025.06.30 14:48:32.203797 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:32.203889 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:32.203977 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:32.204009 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:32.204045 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:32.204063 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:32.204150 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:32.204359 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:48:32.204576 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.204707 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} executeQuery: Read 52 rows, 3.23 KiB in 0.001088 sec., 47794.117647058825 rows/sec., 2.90 MiB/sec. 2025.06.30 14:48:32.204752 [ 276 ] {02819ae6-ff1f-4301-8f5d-eb8b81b23994} TCPHandler: Processed in 0.001261475 sec. 2025.06.30 14:48:32.207543 [ 192 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 441 rows, containing 19 columns (19 merged, 0 gathered) in 0.004101902 sec., 107511.10094780421 rows/sec., 192.65 MiB/sec. 2025.06.30 14:48:32.208199 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:32.208493 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:32.208559 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_21_4} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:32.208640 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. 2025.06.30 14:48:36.150200 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 2025.06.30 14:48:36.150751 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:36.150793 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:36.151308 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:36.151544 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:36.151681 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 2025.06.30 14:48:36.151690 [ 101 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:36.151766 [ 101 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:36.151788 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:36.151889 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:48:36.152006 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:36.152043 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:48:36.152104 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part 2025.06.30 14:48:36.152152 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part 2025.06.30 14:48:36.152193 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part 2025.06.30 14:48:36.152232 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part 2025.06.30 14:48:36.152269 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part 2025.06.30 14:48:36.153938 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002093071 sec., 4633860.963149362 rows/sec., 66.29 MiB/sec. 2025.06.30 14:48:36.154156 [ 193 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:36.154426 [ 193 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:36.154498 [ 193 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_21_4} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:36.154590 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.06.30 14:48:36.682374 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.06.30 14:48:36.699623 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:36.699671 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:36.705211 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:48:36.705924 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:36.706198 [ 101 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:48:36.706235 [ 101 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:36.706252 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:36.706367 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.709008 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.06.30 14:48:36.710430 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:36.711801 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.716283 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.720582 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.724647 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.729039 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.733025 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:48:36.785484 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079168798 sec., 2008.3669831642512 rows/sec., 10.38 MiB/sec. 2025.06.30 14:48:36.787823 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:48:36.789731 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_21_4} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:36.789805 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_21_4} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:48:36.792436 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.30 14:48:37.000236 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 219.59 MiB, peak 230.14 MiB, free memory in arenas 0.00 B, will set to 226.12 MiB (RSS), difference: 6.53 MiB 2025.06.30 14:48:37.157033 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.157299 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:48:37.157400 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:48:37.158071 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.158117 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.158502 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:48:37.158734 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.158910 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} executeQuery: Read 2 rows, 167.00 B in 0.001677 sec., 1192.6058437686345 rows/sec., 97.25 KiB/sec. 2025.06.30 14:48:37.158971 [ 276 ] {73928c25-9a82-440f-aa4d-0674bdbc899c} TCPHandler: Processed in 0.002105242 sec. 2025.06.30 14:48:37.159092 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.159196 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:37.159240 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:37.159665 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.159701 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.160008 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:48:37.160235 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.160370 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} executeQuery: Read 49 rows, 4.19 KiB in 0.001196 sec., 40969.89966555184 rows/sec., 3.42 MiB/sec. 2025.06.30 14:48:37.160409 [ 276 ] {32eb84bb-e66a-4817-b766-6b6176e3e0de} TCPHandler: Processed in 0.001369587 sec. 2025.06.30 14:48:37.160517 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.160612 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:37.160655 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:37.161061 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.161097 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.161388 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:37.161600 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.161731 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} executeQuery: Read 11 rows, 836.00 B in 0.001135 sec., 9691.629955947137 rows/sec., 719.30 KiB/sec. 2025.06.30 14:48:37.161770 [ 276 ] {b648f335-83c6-4ba7-998f-df016599e547} TCPHandler: Processed in 0.001303266 sec. 2025.06.30 14:48:37.161876 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.161971 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:37.162011 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:37.162421 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.162457 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.162753 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:48:37.162961 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.163090 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} executeQuery: Read 47 rows, 3.76 KiB in 0.001136 sec., 41373.23943661972 rows/sec., 3.23 MiB/sec. 2025.06.30 14:48:37.163129 [ 276 ] {89b28ed8-62e4-44d6-a97e-087b4c1bff4e} TCPHandler: Processed in 0.001301705 sec. 2025.06.30 14:48:37.163230 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.163325 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:37.163369 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:37.163744 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.163780 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.164093 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:48:37.164316 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.164447 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} executeQuery: Read 61 rows, 4.38 KiB in 0.001139 sec., 53555.750658472345 rows/sec., 3.76 MiB/sec. 2025.06.30 14:48:37.164487 [ 276 ] {8a713d6d-5818-4a28-b172-4e7ada077df7} TCPHandler: Processed in 0.001305266 sec. 2025.06.30 14:48:37.164597 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.164693 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:37.164748 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:37.165484 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.165521 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.166025 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:37.166250 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.166389 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} executeQuery: Read 9 rows, 16.51 KiB in 0.001712 sec., 5257.009345794392 rows/sec., 9.42 MiB/sec. 2025.06.30 14:48:37.166451 [ 276 ] {f4704613-bcae-4f23-8c74-4db21dafad64} TCPHandler: Processed in 0.001903618 sec. 2025.06.30 14:48:37.166563 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:37.166659 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:37.166701 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:37.167041 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:37.167079 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:37.167387 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:48:37.167597 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:37.167727 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} executeQuery: Read 30 rows, 2.04 KiB in 0.001086 sec., 27624.309392265193 rows/sec., 1.83 MiB/sec. 2025.06.30 14:48:37.167766 [ 276 ] {f3116634-aba8-4799-a82a-a32e7d560f63} TCPHandler: Processed in 0.001252835 sec. 2025.06.30 14:48:38.669760 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 534 2025.06.30 14:48:38.672993 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:38.673030 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:38.674250 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:48:38.674503 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:38.674743 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 534 2025.06.30 14:48:42.165300 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.165601 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.165705 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:48:42.166584 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.166624 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.167034 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:48:42.167285 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.167440 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} executeQuery: Read 212 rows, 13.81 KiB in 0.001912 sec., 110878.6610878661 rows/sec., 7.05 MiB/sec. 2025.06.30 14:48:42.167490 [ 276 ] {36057e95-b637-472b-a054-a38b3a6c0772} TCPHandler: Processed in 0.002377887 sec. 2025.06.30 14:48:42.167616 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.167721 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:42.167763 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:42.168494 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.168531 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.168883 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:48:42.169098 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.169230 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} executeQuery: Read 657 rows, 53.66 KiB in 0.001532 sec., 428851.17493472586 rows/sec., 34.21 MiB/sec. 2025.06.30 14:48:42.169271 [ 276 ] {479ed2f4-e008-4ce3-b074-0079d7855232} TCPHandler: Processed in 0.001706734 sec. 2025.06.30 14:48:42.169382 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.169481 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.169522 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:42.169961 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.169996 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.170305 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:42.170517 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.170647 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} executeQuery: Read 139 rows, 8.87 KiB in 0.001184 sec., 117398.64864864865 rows/sec., 7.31 MiB/sec. 2025.06.30 14:48:42.170687 [ 276 ] {54f78d9f-7278-4ccd-83de-964f42aa5ede} TCPHandler: Processed in 0.001354987 sec. 2025.06.30 14:48:42.170801 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.170897 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.170938 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:48:42.171372 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.171406 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.171700 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:48:42.171912 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.172037 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} executeQuery: Read 113 rows, 7.49 KiB in 0.001158 sec., 97582.03799654577 rows/sec., 6.32 MiB/sec. 2025.06.30 14:48:42.172077 [ 276 ] {ae76da22-d431-4ecd-a958-bcdbe6c08843} TCPHandler: Processed in 0.001325227 sec. 2025.06.30 14:48:42.172189 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.172283 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.172323 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:48:42.172741 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.172775 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.173073 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:48:42.173269 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.173384 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} executeQuery: Read 112 rows, 6.53 KiB in 0.00115 sec., 97391.3043478261 rows/sec., 5.55 MiB/sec. 2025.06.30 14:48:42.173422 [ 276 ] {e2c3c013-56bb-4c5c-8d3a-e0764907f5cd} TCPHandler: Processed in 0.001317566 sec. 2025.06.30 14:48:42.173527 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.173616 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:42.173653 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:42.174242 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.174276 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.174590 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:48:42.174801 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.174930 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} executeQuery: Read 387 rows, 27.99 KiB in 0.001281 sec., 302107.7283372365 rows/sec., 21.34 MiB/sec. 2025.06.30 14:48:42.174969 [ 276 ] {a3b843bc-e85a-4413-8d04-ac9f1b017100} TCPHandler: Processed in 0.001448378 sec. 2025.06.30 14:48:42.175078 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.175173 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:48:42.175214 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:48:42.175548 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.175582 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.175883 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.30 14:48:42.176095 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.176219 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.06.30 14:48:42.176256 [ 276 ] {651761bb-80d9-47ae-bc6c-be62f6fc92bf} TCPHandler: Processed in 0.001227474 sec. 2025.06.30 14:48:42.176359 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.176454 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.176498 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:42.176881 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.176921 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.177250 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:48:42.177462 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.177588 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} executeQuery: Read 137 rows, 9.17 KiB in 0.001151 sec., 119026.93310165075 rows/sec., 7.78 MiB/sec. 2025.06.30 14:48:42.177627 [ 276 ] {1b91373d-9aba-469d-9fec-5e4234cee403} TCPHandler: Processed in 0.001316036 sec. 2025.06.30 14:48:42.177736 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.177830 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.177871 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:48:42.178183 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.178216 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.178501 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:48:42.178705 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.178828 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} executeQuery: Read 1 rows, 69.00 B in 0.001014 sec., 986.1932938856016 rows/sec., 66.45 KiB/sec. 2025.06.30 14:48:42.178865 [ 276 ] {2af42bbc-76fe-4053-950b-3341857465bf} TCPHandler: Processed in 0.001178504 sec. 2025.06.30 14:48:42.178972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.179067 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.179121 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:42.179949 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.179984 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.180513 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:42.180739 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.180880 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} executeQuery: Read 33 rows, 60.55 KiB in 0.00183 sec., 18032.7868852459 rows/sec., 32.31 MiB/sec. 2025.06.30 14:48:42.180945 [ 276 ] {fcb7b267-24f3-42bd-819c-f9469e2945a4} TCPHandler: Processed in 0.002020801 sec. 2025.06.30 14:48:42.181060 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:42.181155 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:42.181197 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:42.181525 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:42.181560 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:42.181862 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:48:42.182079 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:42.182205 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} executeQuery: Read 52 rows, 3.23 KiB in 0.001066 sec., 48780.487804878045 rows/sec., 2.96 MiB/sec. 2025.06.30 14:48:42.182241 [ 276 ] {1974f75e-391a-4238-9bf5-468fba64bee0} TCPHandler: Processed in 0.001231444 sec. 2025.06.30 14:48:43.569489 [ 91 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:48:43.569545 [ 91 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:48:43.652018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 2025.06.30 14:48:43.652859 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:43.652938 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:43.653576 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:43.653809 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:43.653954 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.06.30 14:48:44.209287 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.06.30 14:48:44.226027 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:44.226090 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:44.232202 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:48:44.232938 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:44.235847 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.06.30 14:48:47.157030 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:47.157274 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:47.157354 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:47.158199 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:47.158236 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:47.158635 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:48:47.158860 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:47.159012 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} executeQuery: Read 48 rows, 4.12 KiB in 0.001798 sec., 26696.329254727476 rows/sec., 2.24 MiB/sec. 2025.06.30 14:48:47.159054 [ 276 ] {50ccd81c-8585-4ec1-9705-7a4e17aaefda} TCPHandler: Processed in 0.002183044 sec. 2025.06.30 14:48:47.159196 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:47.159290 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:47.159329 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:47.159729 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:47.159763 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:47.160064 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:47.160282 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:47.160408 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} executeQuery: Read 9 rows, 693.00 B in 0.001134 sec., 7936.507936507936 rows/sec., 596.79 KiB/sec. 2025.06.30 14:48:47.160446 [ 276 ] {7753992b-a615-4932-a61d-491ff01a119b} TCPHandler: Processed in 0.001297496 sec. 2025.06.30 14:48:47.160555 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:47.160647 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:47.160686 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:47.161106 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:47.161139 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:47.161444 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:48:47.161648 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:47.161771 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} executeQuery: Read 45 rows, 3.60 KiB in 0.00114 sec., 39473.68421052632 rows/sec., 3.08 MiB/sec. 2025.06.30 14:48:47.161809 [ 276 ] {be7e2ba4-10a7-46ac-9975-2fb5e8c65646} TCPHandler: Processed in 0.001301235 sec. 2025.06.30 14:48:47.161919 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:47.162012 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:47.162055 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:47.162442 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:47.162475 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:47.162803 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:48:47.163010 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:47.163133 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} executeQuery: Read 60 rows, 4.31 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.70 MiB/sec. 2025.06.30 14:48:47.163171 [ 276 ] {e9aa9ba6-7369-4f3a-b56b-cee1de135cdd} TCPHandler: Processed in 0.001298516 sec. 2025.06.30 14:48:47.163280 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:47.163372 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:47.163425 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:47.164194 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:47.164228 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:47.164718 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:47.164935 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:47.165069 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} executeQuery: Read 9 rows, 16.51 KiB in 0.001713 sec., 5253.940455341506 rows/sec., 9.41 MiB/sec. 2025.06.30 14:48:47.165122 [ 276 ] {6f30f425-1ed2-4a8f-9084-4c6407af908f} TCPHandler: Processed in 0.001888718 sec. 2025.06.30 14:48:47.165236 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:47.165330 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:47.165370 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:47.165711 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:47.165744 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:47.166057 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:48:47.166261 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:47.166385 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} executeQuery: Read 30 rows, 2.04 KiB in 0.001072 sec., 27985.07462686567 rows/sec., 1.85 MiB/sec. 2025.06.30 14:48:47.166422 [ 276 ] {5dc5a8ff-7bc6-4621-905b-34634b66eb9d} TCPHandler: Processed in 0.001232484 sec. 2025.06.30 14:48:48.675135 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 568 2025.06.30 14:48:48.677832 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:48.677888 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:48.679120 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:48:48.679403 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:48.679556 [ 82 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:48:48.679625 [ 82 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:48.679649 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:48.679668 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 568 2025.06.30 14:48:48.679746 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:48:48.680217 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:48.680343 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 376 rows starting from the beginning of the part 2025.06.30 14:48:48.680670 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part 2025.06.30 14:48:48.680990 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:48:48.681301 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part 2025.06.30 14:48:48.681605 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 62 rows starting from the beginning of the part 2025.06.30 14:48:48.681908 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2025.06.30 14:48:48.688042 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 72 columns (72 merged, 0 gathered) in 0.008339336 sec., 68110.93832890294 rows/sec., 61.66 MiB/sec. 2025.06.30 14:48:48.689167 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:48:48.689789 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:48.689870 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_16_3} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:48:48.690100 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. 2025.06.30 14:48:49.009923 [ 81 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.30 14:48:49.009997 [ 81 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:49.010020 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:49.010134 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:48:49.010292 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:49.010326 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2025.06.30 14:48:49.010391 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:48:49.010437 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.06.30 14:48:49.010480 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:48:49.010520 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2025.06.30 14:48:49.011262 [ 194 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.001182244 sec., 16916.981604474204 rows/sec., 1.41 MiB/sec. 2025.06.30 14:48:49.011404 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.30 14:48:49.011666 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:49.011736 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_5_1} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.30 14:48:49.011816 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:48:51.154025 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 2025.06.30 14:48:51.154604 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:51.154651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:51.155256 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:51.155498 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:51.155646 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 2025.06.30 14:48:51.735917 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.06.30 14:48:51.752824 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:51.752890 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:51.760286 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:48:51.761265 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:51.765903 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.06.30 14:48:52.164676 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.164864 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.164933 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:48:52.165691 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.165742 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.166147 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:48:52.166379 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.166538 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} executeQuery: Read 212 rows, 13.81 KiB in 0.001723 sec., 123041.20719674986 rows/sec., 7.83 MiB/sec. 2025.06.30 14:48:52.166589 [ 276 ] {d6f113da-dad1-4c7e-8275-86040fcf1870} TCPHandler: Processed in 0.002052601 sec. 2025.06.30 14:48:52.166717 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.166822 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:48:52.166865 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:48:52.167274 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.167313 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.167631 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:48:52.167856 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.167992 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} executeQuery: Read 2 rows, 167.00 B in 0.001193 sec., 1676.4459346186086 rows/sec., 136.70 KiB/sec. 2025.06.30 14:48:52.168032 [ 276 ] {8d8fcecc-af2c-4af3-8cba-6e13e9302199} TCPHandler: Processed in 0.001368367 sec. 2025.06.30 14:48:52.168137 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.168235 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:52.168275 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:52.168989 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.169026 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.169378 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:48:52.169588 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.169706 [ 77 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:48:52.169721 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} executeQuery: Read 658 rows, 53.74 KiB in 0.001504 sec., 437500 rows/sec., 34.89 MiB/sec. 2025.06.30 14:48:52.169742 [ 77 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.169761 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.169762 [ 276 ] {7d08d5ab-4216-4924-816a-3360ca5ed4b0} TCPHandler: Processed in 0.001674754 sec. 2025.06.30 14:48:52.169880 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.169882 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:48:52.169978 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.170023 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:52.170047 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:52.170089 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part 2025.06.30 14:48:52.170155 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 657 rows starting from the beginning of the part 2025.06.30 14:48:52.170198 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 49 rows starting from the beginning of the part 2025.06.30 14:48:52.170239 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 657 rows starting from the beginning of the part 2025.06.30 14:48:52.170277 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part 2025.06.30 14:48:52.170319 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 658 rows starting from the beginning of the part 2025.06.30 14:48:52.170478 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.170521 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.170884 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:48:52.171113 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.171219 [ 77 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.06.30 14:48:52.171243 [ 77 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.171257 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} executeQuery: Read 141 rows, 9.01 KiB in 0.001296 sec., 108796.29629629629 rows/sec., 6.79 MiB/sec. 2025.06.30 14:48:52.171263 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.171307 [ 276 ] {24c10f69-5f74-41ee-8888-11be214bff05} TCPHandler: Processed in 0.00147681 sec. 2025.06.30 14:48:52.171371 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.06.30 14:48:52.171431 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.171499 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:52.171531 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.171536 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 68 rows starting from the beginning of the part 2025.06.30 14:48:52.171580 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:48:52.171611 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2312 rows, containing 5 columns (5 merged, 0 gathered) in 0.001787966 sec., 1293089.4659070699 rows/sec., 109.74 MiB/sec. 2025.06.30 14:48:52.171622 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 139 rows starting from the beginning of the part 2025.06.30 14:48:52.171677 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part 2025.06.30 14:48:52.171718 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 139 rows starting from the beginning of the part 2025.06.30 14:48:52.171757 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:52.171797 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 141 rows starting from the beginning of the part 2025.06.30 14:48:52.171815 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:48:52.172024 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.172067 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.172099 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.172195 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_31_6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:48:52.172304 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.06.30 14:48:52.172446 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:48:52.172631 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 507 rows, containing 5 columns (5 merged, 0 gathered) in 0.001306596 sec., 388031.189441878 rows/sec., 26.39 MiB/sec. 2025.06.30 14:48:52.172665 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.172765 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.06.30 14:48:52.172808 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} executeQuery: Read 113 rows, 7.49 KiB in 0.001294 sec., 87326.12055641421 rows/sec., 5.65 MiB/sec. 2025.06.30 14:48:52.172855 [ 276 ] {d226585a-e804-4908-ad7e-81cc9c02e194} TCPHandler: Processed in 0.001473819 sec. 2025.06.30 14:48:52.172972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.173022 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.173069 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.173087 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_25_5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.06.30 14:48:52.173115 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:48:52.173166 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:48:52.173552 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.173592 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.173893 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:48:52.174108 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.174234 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} executeQuery: Read 112 rows, 6.53 KiB in 0.001182 sec., 94754.65313028764 rows/sec., 5.40 MiB/sec. 2025.06.30 14:48:52.174273 [ 276 ] {ffdc6b5c-071a-450e-b518-6655ac55e22b} TCPHandler: Processed in 0.001351157 sec. 2025.06.30 14:48:52.174387 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.174482 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:52.174522 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:52.175055 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.175091 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.175426 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:48:52.175629 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.175719 [ 77 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:48:52.175742 [ 77 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.175754 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} executeQuery: Read 389 rows, 28.15 KiB in 0.001289 sec., 301784.3289371606 rows/sec., 21.33 MiB/sec. 2025.06.30 14:48:52.175758 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.175794 [ 276 ] {734800ed-735b-498d-b428-04e69f8806f5} TCPHandler: Processed in 0.001456299 sec. 2025.06.30 14:48:52.175839 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:48:52.175905 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.175946 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:52.175979 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 146 rows starting from the beginning of the part 2025.06.30 14:48:52.176005 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:48:52.176031 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 387 rows starting from the beginning of the part 2025.06.30 14:48:52.176051 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:48:52.176079 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 47 rows starting from the beginning of the part 2025.06.30 14:48:52.176121 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 387 rows starting from the beginning of the part 2025.06.30 14:48:52.176161 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 45 rows starting from the beginning of the part 2025.06.30 14:48:52.176200 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 389 rows starting from the beginning of the part 2025.06.30 14:48:52.176397 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.176438 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.176760 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:48:52.176978 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.177080 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1401 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273926 sec., 1099749.9069804682 rows/sec., 83.60 MiB/sec. 2025.06.30 14:48:52.177107 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2025.06.30 14:48:52.177170 [ 276 ] {9a0a8a48-5271-4fd3-b8ca-d078b3e787be} TCPHandler: Processed in 0.001314246 sec. 2025.06.30 14:48:52.177286 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:48:52.177562 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.177645 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_31_6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:48:52.177729 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.06.30 14:48:52.177867 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.177967 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.178036 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:52.178435 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.178470 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.178800 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:48:52.179007 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.179096 [ 77 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:48:52.179119 [ 77 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.179132 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} executeQuery: Read 138 rows, 9.24 KiB in 0.001183 sec., 116652.57819103972 rows/sec., 7.63 MiB/sec. 2025.06.30 14:48:52.179133 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.179171 [ 276 ] {dc65c291-c00c-441f-9339-f66ef6aecf90} TCPHandler: Processed in 0.001353907 sec. 2025.06.30 14:48:52.179211 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:48:52.179288 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.179322 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:52.179360 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1977 rows starting from the beginning of the part 2025.06.30 14:48:52.179386 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.179419 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 137 rows starting from the beginning of the part 2025.06.30 14:48:52.179434 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:48:52.179477 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 61 rows starting from the beginning of the part 2025.06.30 14:48:52.179531 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 137 rows starting from the beginning of the part 2025.06.30 14:48:52.179575 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.06.30 14:48:52.179635 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 138 rows starting from the beginning of the part 2025.06.30 14:48:52.179760 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.179800 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.180151 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:48:52.180376 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.180509 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} executeQuery: Read 1 rows, 69.00 B in 0.001139 sec., 877.9631255487269 rows/sec., 59.16 KiB/sec. 2025.06.30 14:48:52.180546 [ 276 ] {843bb79b-706a-429c-a4e7-971b62f1651e} TCPHandler: Processed in 0.001307786 sec. 2025.06.30 14:48:52.180649 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.180742 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.180796 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:52.180992 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2510 rows, containing 5 columns (5 merged, 0 gathered) in 0.001810606 sec., 1386276.1970301657 rows/sec., 98.77 MiB/sec. 2025.06.30 14:48:52.181229 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:48:52.181489 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.181564 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_31_6} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:48:52.181651 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.06.30 14:48:52.181654 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.181702 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.182255 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:48:52.182485 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.182625 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} executeQuery: Read 33 rows, 60.55 KiB in 0.0019 sec., 17368.42105263158 rows/sec., 31.12 MiB/sec. 2025.06.30 14:48:52.182680 [ 276 ] {e4b92c2a-fa52-47a6-bd0e-81e6a089c694} TCPHandler: Processed in 0.002079731 sec. 2025.06.30 14:48:52.182796 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:52.182892 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:52.182935 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:52.183274 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.183309 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.183607 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:48:52.183820 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.183906 [ 77 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:48:52.183927 [ 77 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:52.183943 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:52.183944 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} executeQuery: Read 52 rows, 3.23 KiB in 0.00107 sec., 48598.13084112149 rows/sec., 2.95 MiB/sec. 2025.06.30 14:48:52.183982 [ 276 ] {0e19fff3-a3b6-4b5e-9a17-49dec7e95aed} TCPHandler: Processed in 0.001238845 sec. 2025.06.30 14:48:52.184011 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:48:52.184116 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:52.184142 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 684 rows starting from the beginning of the part 2025.06.30 14:48:52.184188 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 52 rows starting from the beginning of the part 2025.06.30 14:48:52.184222 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:52.184252 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 52 rows starting from the beginning of the part 2025.06.30 14:48:52.184284 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2025.06.30 14:48:52.184315 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 52 rows starting from the beginning of the part 2025.06.30 14:48:52.185049 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001067232 sec., 843303.0493838266 rows/sec., 55.47 MiB/sec. 2025.06.30 14:48:52.185190 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:48:52.185438 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:52.185506 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_31_6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:48:52.185566 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.30 14:48:57.157971 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:57.158248 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:48:57.158341 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:48:57.159049 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.159088 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.159482 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:48:57.159711 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.159859 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} executeQuery: Read 48 rows, 4.12 KiB in 0.00168 sec., 28571.42857142857 rows/sec., 2.39 MiB/sec. 2025.06.30 14:48:57.159901 [ 276 ] {70ea5204-f426-4435-8d38-a14d741773c8} TCPHandler: Processed in 0.002095152 sec. 2025.06.30 14:48:57.160020 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:57.160114 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:48:57.160152 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:48:57.160558 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.160591 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.160880 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:48:57.161101 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.161229 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} executeQuery: Read 9 rows, 693.00 B in 0.001133 sec., 7943.512797881731 rows/sec., 597.31 KiB/sec. 2025.06.30 14:48:57.161268 [ 276 ] {19214f51-44a7-43c6-a250-37890a5b993e} TCPHandler: Processed in 0.001298146 sec. 2025.06.30 14:48:57.161377 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:57.161469 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:48:57.161508 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:48:57.161911 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.161944 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.162237 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:48:57.162444 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.162571 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} executeQuery: Read 45 rows, 3.60 KiB in 0.001117 sec., 40286.48164726947 rows/sec., 3.15 MiB/sec. 2025.06.30 14:48:57.162609 [ 276 ] {51c52321-6f66-4219-b67c-794684686eb2} TCPHandler: Processed in 0.001279105 sec. 2025.06.30 14:48:57.162716 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:57.162810 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:57.162851 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:48:57.163219 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.163255 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.163568 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:48:57.163773 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.163896 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} executeQuery: Read 60 rows, 4.31 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.82 MiB/sec. 2025.06.30 14:48:57.163934 [ 276 ] {d6f4a1c9-8297-45d3-ba6a-3b237e1affd3} TCPHandler: Processed in 0.001264526 sec. 2025.06.30 14:48:57.164043 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:57.164136 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:48:57.164189 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:48:57.164922 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.164958 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.165455 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:48:57.165669 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.165781 [ 70 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:48:57.165801 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} executeQuery: Read 9 rows, 16.51 KiB in 0.001682 sec., 5350.772889417361 rows/sec., 9.59 MiB/sec. 2025.06.30 14:48:57.165856 [ 70 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.165876 [ 276 ] {5826768f-e4b2-4e48-8877-2c6bd1e64b15} TCPHandler: Processed in 0.001879897 sec. 2025.06.30 14:48:57.165884 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.165999 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:48:57.166005 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:48:57.166098 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:48:57.166143 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:48:57.166268 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:48:57.166335 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 441 rows starting from the beginning of the part 2025.06.30 14:48:57.166470 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:57.166484 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:57.166525 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:57.166569 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:57.166666 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:57.166758 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part 2025.06.30 14:48:57.166848 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part 2025.06.30 14:48:57.166851 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:48:57.167074 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.167210 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} executeQuery: Read 30 rows, 2.04 KiB in 0.001129 sec., 26572.187776793624 rows/sec., 1.76 MiB/sec. 2025.06.30 14:48:57.167248 [ 276 ] {d7159571-cc86-419b-9062-2faf48008e9c} TCPHandler: Processed in 0.001298235 sec. 2025.06.30 14:48:57.184259 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 19 columns (19 merged, 0 gathered) in 0.018300364 sec., 29179.747462946638 rows/sec., 52.29 MiB/sec. 2025.06.30 14:48:57.185053 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:48:57.185377 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:57.185450 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_26_5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:48:57.185553 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.06.30 14:48:58.000267 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.22 MiB, peak 237.55 MiB, free memory in arenas 0.00 B, will set to 232.31 MiB (RSS), difference: 2.09 MiB 2025.06.30 14:48:58.569628 [ 70 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:48:58.569710 [ 70 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:48:58.655816 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 2025.06.30 14:48:58.656322 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:58.656370 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:58.656882 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:58.657121 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:58.657257 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.06.30 14:48:58.679935 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 604 2025.06.30 14:48:58.682399 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:58.682455 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:58.683648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:48:58.683933 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:58.684215 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2025.06.30 14:48:59.266084 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.06.30 14:48:59.282165 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:48:59.282214 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:48:59.288491 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:48:59.289233 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:48:59.291996 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.06.30 14:49:02.164405 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.164597 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.164661 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:49:02.165403 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.165446 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.165830 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:49:02.166047 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.166207 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} executeQuery: Read 212 rows, 13.81 KiB in 0.001657 sec., 127942.06397103198 rows/sec., 8.14 MiB/sec. 2025.06.30 14:49:02.166250 [ 276 ] {63a3e984-da3a-463a-bdb5-65e6361a4eb1} TCPHandler: Processed in 0.001969469 sec. 2025.06.30 14:49:02.166370 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.166465 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:02.166505 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:02.167208 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.167244 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.167601 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:49:02.167825 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.167971 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} executeQuery: Read 657 rows, 53.66 KiB in 0.001516 sec., 433377.30870712403 rows/sec., 34.57 MiB/sec. 2025.06.30 14:49:02.168010 [ 276 ] {96b14d06-04df-43fa-8561-68063275f632} TCPHandler: Processed in 0.001688283 sec. 2025.06.30 14:49:02.168150 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.168243 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.168281 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:02.168710 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.168746 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.169044 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:49:02.169247 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.169371 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} executeQuery: Read 139 rows, 8.87 KiB in 0.001144 sec., 121503.4965034965 rows/sec., 7.57 MiB/sec. 2025.06.30 14:49:02.169411 [ 276 ] {0d8d736b-2f13-439e-9f3e-81518795eb74} TCPHandler: Processed in 0.001324156 sec. 2025.06.30 14:49:02.169526 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.169619 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.169657 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:49:02.170072 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.170108 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.170401 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:49:02.170601 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.170723 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} executeQuery: Read 113 rows, 7.49 KiB in 0.001121 sec., 100802.8545941124 rows/sec., 6.53 MiB/sec. 2025.06.30 14:49:02.170749 [ 54 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:49:02.170762 [ 276 ] {a3d179fa-ce2e-4491-9e37-1e8df453f0c1} TCPHandler: Processed in 0.001283165 sec. 2025.06.30 14:49:02.170822 [ 54 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.170849 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.170967 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:49:02.170972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.171078 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:02.171095 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.171109 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:02.171135 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:49:02.171173 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.06.30 14:49:02.171221 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:02.171266 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:02.171309 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:02.171351 [ 189 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:02.171554 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.171589 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.171938 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:49:02.172112 [ 198 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 477 rows, containing 5 columns (5 merged, 0 gathered) in 0.001188224 sec., 401439.4592265431 rows/sec., 27.89 MiB/sec. 2025.06.30 14:49:02.172150 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.172274 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:49:02.172283 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} executeQuery: Read 112 rows, 6.53 KiB in 0.001204 sec., 93023.2558139535 rows/sec., 5.30 MiB/sec. 2025.06.30 14:49:02.172328 [ 276 ] {95f1392f-e264-4915-ba28-61d7045ab09d} TCPHandler: Processed in 0.001402108 sec. 2025.06.30 14:49:02.172458 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.172550 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:02.172563 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.172588 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:02.172632 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_6_1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:49:02.172690 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:49:02.173107 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.173141 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.173455 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:49:02.173662 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.173787 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} executeQuery: Read 387 rows, 27.99 KiB in 0.001252 sec., 309105.43130990415 rows/sec., 21.83 MiB/sec. 2025.06.30 14:49:02.173827 [ 276 ] {172f55c9-f35c-448f-9f3e-e61545cc5934} TCPHandler: Processed in 0.001425988 sec. 2025.06.30 14:49:02.173947 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.174040 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:49:02.174085 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:49:02.174418 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.174452 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.174741 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:49:02.174939 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.175061 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2025.06.30 14:49:02.175099 [ 276 ] {51484663-2cb1-4662-b7c6-14d6c6132f09} TCPHandler: Processed in 0.001206594 sec. 2025.06.30 14:49:02.175218 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.175311 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.175351 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:02.175717 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.175752 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.176059 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:49:02.176271 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.176394 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} executeQuery: Read 137 rows, 9.17 KiB in 0.0011 sec., 124545.45454545454 rows/sec., 8.14 MiB/sec. 2025.06.30 14:49:02.176433 [ 276 ] {098d8ec8-b8fd-48e1-be0a-65e8cad6c93e} TCPHandler: Processed in 0.001271575 sec. 2025.06.30 14:49:02.176553 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.176644 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.176685 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:49:02.176996 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.177030 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.177315 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:49:02.177510 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.177635 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} executeQuery: Read 1 rows, 69.00 B in 0.001006 sec., 994.0357852882704 rows/sec., 66.98 KiB/sec. 2025.06.30 14:49:02.177672 [ 276 ] {9b6760fe-bdcc-4b18-9acc-811bdfd09777} TCPHandler: Processed in 0.001174433 sec. 2025.06.30 14:49:02.177788 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.177880 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.177932 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:02.178734 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.178768 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.179289 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:49:02.179504 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.179634 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} executeQuery: Read 33 rows, 60.55 KiB in 0.00177 sec., 18644.06779661017 rows/sec., 33.41 MiB/sec. 2025.06.30 14:49:02.179688 [ 276 ] {cb9c6ae8-a00a-4503-9938-b0f6b160bc3c} TCPHandler: Processed in 0.001955919 sec. 2025.06.30 14:49:02.179814 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:02.179907 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:02.179946 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:02.180271 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:02.180306 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:02.180599 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:49:02.180816 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:02.180940 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} executeQuery: Read 52 rows, 3.23 KiB in 0.001049 sec., 49571.02001906578 rows/sec., 3.01 MiB/sec. 2025.06.30 14:49:02.180977 [ 276 ] {c89ecfb8-5bf6-44cf-8b8d-d8d8ade90350} TCPHandler: Processed in 0.001218334 sec. 2025.06.30 14:49:06.157359 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 2025.06.30 14:49:06.158222 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:06.158267 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:06.158752 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:49:06.158994 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:06.159144 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 2025.06.30 14:49:06.792056 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.06.30 14:49:06.809891 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:06.809960 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:06.816035 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:49:06.816780 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:06.820685 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.06.30 14:49:07.161297 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.161545 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:49:07.161642 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:49:07.162342 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.162382 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.162711 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:49:07.162924 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.163070 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} executeQuery: Read 6 rows, 501.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 307.13 KiB/sec. 2025.06.30 14:49:07.163111 [ 276 ] {d88f3ccf-bed9-4006-be22-04fd57469507} TCPHandler: Processed in 0.00198444 sec. 2025.06.30 14:49:07.163237 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.163332 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:07.163371 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:07.163846 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.163883 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.164188 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:49:07.164394 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.164521 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} executeQuery: Read 77 rows, 6.32 KiB in 0.001206 sec., 63847.42951907131 rows/sec., 5.11 MiB/sec. 2025.06.30 14:49:07.164560 [ 276 ] {dca0ac70-9014-424d-8132-4e3e15b15ee4} TCPHandler: Processed in 0.001371298 sec. 2025.06.30 14:49:07.164681 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.164775 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:07.164813 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:07.165238 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.165273 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.165569 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:49:07.165771 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.165898 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} executeQuery: Read 15 rows, 1.10 KiB in 0.00114 sec., 13157.894736842105 rows/sec., 961.14 KiB/sec. 2025.06.30 14:49:07.165937 [ 276 ] {65cb5c0a-dc86-408b-b1c8-0663ccecc56b} TCPHandler: Processed in 0.001304046 sec. 2025.06.30 14:49:07.166053 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.166150 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:07.166189 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:07.166604 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.166639 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.166941 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:49:07.167139 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.167262 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} executeQuery: Read 79 rows, 6.33 KiB in 0.001129 sec., 69973.4278122232 rows/sec., 5.47 MiB/sec. 2025.06.30 14:49:07.167301 [ 276 ] {b619689b-d7dc-4041-9705-ad3363c41fdd} TCPHandler: Processed in 0.001294635 sec. 2025.06.30 14:49:07.167415 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.167508 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:07.167551 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:07.167997 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.168032 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.168343 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:49:07.168545 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.168670 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} executeQuery: Read 143 rows, 10.20 KiB in 0.001178 sec., 121392.19015280135 rows/sec., 8.46 MiB/sec. 2025.06.30 14:49:07.168708 [ 276 ] {5f5f24aa-c06c-4030-990d-bf48bb24ea44} TCPHandler: Processed in 0.001339416 sec. 2025.06.30 14:49:07.168817 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.168909 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:07.168962 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:07.169660 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.169695 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.170182 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:49:07.170393 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.170526 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} executeQuery: Read 9 rows, 16.51 KiB in 0.001633 sec., 5511.328842620944 rows/sec., 9.88 MiB/sec. 2025.06.30 14:49:07.170580 [ 276 ] {86e8ad10-4421-491a-972e-2513e02dc9cf} TCPHandler: Processed in 0.001810956 sec. 2025.06.30 14:49:07.170692 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:07.170785 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:07.170826 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:07.171160 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:07.171195 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:07.171487 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:49:07.171686 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:07.171810 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} executeQuery: Read 54 rows, 3.72 KiB in 0.001042 sec., 51823.416506717855 rows/sec., 3.49 MiB/sec. 2025.06.30 14:49:07.171847 [ 276 ] {9b79cb06-816a-4312-9559-c0a55df4989a} TCPHandler: Processed in 0.001201874 sec. 2025.06.30 14:49:08.684382 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 640 2025.06.30 14:49:08.686796 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:08.686847 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.06.30 14:49:08.688060 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:49:08.688340 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:08.688690 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 640 2025.06.30 14:49:12.169401 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.169703 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.169803 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:49:12.170658 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.170700 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.171111 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:49:12.171332 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.171462 [ 58 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:49:12.171477 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} executeQuery: Read 212 rows, 13.81 KiB in 0.001849 sec., 114656.57111952407 rows/sec., 7.29 MiB/sec. 2025.06.30 14:49:12.171547 [ 58 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.171565 [ 276 ] {b1495350-386a-4998-88e7-775ecac839b8} TCPHandler: Processed in 0.002340286 sec. 2025.06.30 14:49:12.171580 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.171718 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:49:12.171730 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.171868 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:12.171872 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:12.171912 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:12.171923 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.06.30 14:49:12.171999 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.06.30 14:49:12.172044 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.06.30 14:49:12.172089 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.06.30 14:49:12.172129 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.06.30 14:49:12.172170 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.06.30 14:49:12.172647 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.172688 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.173067 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:49:12.173126 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 5 columns (5 merged, 0 gathered) in 0.00146678 sec., 739033.801933487 rows/sec., 50.14 MiB/sec. 2025.06.30 14:49:12.173264 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:49:12.173285 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.173414 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} executeQuery: Read 683 rows, 55.64 KiB in 0.001564 sec., 436700.7672634271 rows/sec., 34.74 MiB/sec. 2025.06.30 14:49:12.173453 [ 276 ] {b0e9c4db-8920-4989-aadc-073820be8a97} TCPHandler: Processed in 0.001771085 sec. 2025.06.30 14:49:12.173511 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.173579 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.173580 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_6_1} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:49:12.173667 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.30 14:49:12.173672 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.173715 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:12.174165 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.174198 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.174492 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:49:12.174693 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.174815 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} executeQuery: Read 139 rows, 8.87 KiB in 0.001159 sec., 119930.97497842967 rows/sec., 7.47 MiB/sec. 2025.06.30 14:49:12.174854 [ 276 ] {14174d6d-0d92-4360-9c7e-36df9982a69d} TCPHandler: Processed in 0.001329676 sec. 2025.06.30 14:49:12.174965 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.175058 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.175096 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:49:12.175518 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.175553 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.175847 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:49:12.176052 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.176173 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} executeQuery: Read 113 rows, 7.49 KiB in 0.001132 sec., 99823.32155477031 rows/sec., 6.46 MiB/sec. 2025.06.30 14:49:12.176212 [ 276 ] {1e6ea451-525b-4ccd-89e3-b4231dfb0a45} TCPHandler: Processed in 0.001293426 sec. 2025.06.30 14:49:12.176331 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.176422 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.176460 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:49:12.176878 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.176912 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.177202 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:49:12.177414 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.177538 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} executeQuery: Read 112 rows, 6.53 KiB in 0.001131 sec., 99027.40937223696 rows/sec., 5.64 MiB/sec. 2025.06.30 14:49:12.177539 [ 58 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:49:12.177579 [ 276 ] {267c2a4a-5e68-4496-adf5-96b63c3f3f89} TCPHandler: Processed in 0.001305986 sec. 2025.06.30 14:49:12.177595 [ 58 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.177620 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.177693 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.177693 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:49:12.177794 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:12.177802 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:12.177839 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.06.30 14:49:12.177840 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:12.177900 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part 2025.06.30 14:49:12.177943 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part 2025.06.30 14:49:12.177980 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part 2025.06.30 14:49:12.178013 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part 2025.06.30 14:49:12.178048 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part 2025.06.30 14:49:12.178405 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.178446 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.178774 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:49:12.178793 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.001132572 sec., 505045.1538621827 rows/sec., 30.90 MiB/sec. 2025.06.30 14:49:12.178947 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:49:12.178993 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.179124 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} executeQuery: Read 415 rows, 30.23 KiB in 0.001345 sec., 308550.18587360595 rows/sec., 21.95 MiB/sec. 2025.06.30 14:49:12.179163 [ 276 ] {b8411c46-458c-4341-b870-f45dca342a08} TCPHandler: Processed in 0.00151806 sec. 2025.06.30 14:49:12.179191 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.179253 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_6_1} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:49:12.179277 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.179323 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:49:12.179370 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:49:12.179414 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:49:12.179747 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.179781 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.180073 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:49:12.180273 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.180401 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.06.30 14:49:12.180439 [ 276 ] {d97e82a5-aaaa-483a-bda2-017f5353fb8c} TCPHandler: Processed in 0.001213014 sec. 2025.06.30 14:49:12.180543 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.180635 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.180676 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:12.181093 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.181128 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.181447 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:49:12.181661 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.181786 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} executeQuery: Read 237 rows, 16.27 KiB in 0.001167 sec., 203084.8329048843 rows/sec., 13.61 MiB/sec. 2025.06.30 14:49:12.181824 [ 276 ] {0c4e8285-998a-4a12-a530-a43cadfa818d} TCPHandler: Processed in 0.001328346 sec. 2025.06.30 14:49:12.181932 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.182025 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.182066 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:49:12.182373 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.182408 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.182691 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:49:12.182889 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.183023 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2025.06.30 14:49:12.183022 [ 56 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:49:12.183068 [ 276 ] {856fe9cb-b03a-4e00-9e51-0254bd5f7a21} TCPHandler: Processed in 0.001181764 sec. 2025.06.30 14:49:12.183110 [ 56 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.183135 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.183185 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.183282 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.183334 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:12.183466 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:49:12.183563 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:12.183592 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:12.183648 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:12.183692 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:12.183734 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:12.183777 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:12.183819 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.06.30 14:49:12.184178 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.184212 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.184513 [ 187 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001082691 sec., 5541.747368362719 rows/sec., 369.81 KiB/sec. 2025.06.30 14:49:12.184622 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:49:12.184746 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:49:12.184870 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.184927 [ 197 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_6_1} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:49:12.184977 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.06.30 14:49:12.184983 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.185120 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} executeQuery: Read 33 rows, 60.55 KiB in 0.001853 sec., 17808.958445763627 rows/sec., 31.91 MiB/sec. 2025.06.30 14:49:12.185175 [ 276 ] {6cb39b4d-6ffb-47a7-a89b-f0c7f234f702} TCPHandler: Processed in 0.002035891 sec. 2025.06.30 14:49:12.185297 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:12.185390 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:12.185430 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:12.185785 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:12.185819 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:12.186122 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:49:12.186326 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:12.186450 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} executeQuery: Read 82 rows, 5.33 KiB in 0.001076 sec., 76208.17843866172 rows/sec., 4.84 MiB/sec. 2025.06.30 14:49:12.186488 [ 276 ] {b78e6bd3-edf2-4490-a282-c65274d37677} TCPHandler: Processed in 0.001246885 sec. 2025.06.30 14:49:13.569762 [ 56 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:49:13.569811 [ 56 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:49:13.659206 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 2025.06.30 14:49:13.659747 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:13.659781 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:13.660251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:49:13.660471 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:13.660581 [ 56 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:49:13.660594 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.06.30 14:49:13.660619 [ 56 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:13.660637 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:13.660724 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:49:13.660813 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:13.660843 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part 2025.06.30 14:49:13.660921 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part 2025.06.30 14:49:13.660968 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part 2025.06.30 14:49:13.661009 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part 2025.06.30 14:49:13.661048 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part 2025.06.30 14:49:13.661087 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part 2025.06.30 14:49:13.663156 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002464999 sec., 4850306.227304758 rows/sec., 69.38 MiB/sec. 2025.06.30 14:49:13.663630 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:49:13.664006 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:13.664090 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_26_5} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:49:13.664194 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.06.30 14:49:14.320756 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.06.30 14:49:14.338103 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:14.338174 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:14.343716 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:49:14.344445 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:14.344731 [ 55 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:49:14.344803 [ 55 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:14.344827 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:14.344927 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.347716 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.06.30 14:49:14.348868 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:14.350411 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.354868 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.359382 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.363680 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.367854 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.371701 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:14.424137 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.07925025 sec., 2473.17831804947 rows/sec., 12.79 MiB/sec. 2025.06.30 14:49:14.426859 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:49:14.428825 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_26_5} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:14.428931 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_26_5} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:49:14.431609 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.30 14:49:15.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 234.85 MiB, peak 245.41 MiB, free memory in arenas 0.00 B, will set to 238.63 MiB (RSS), difference: 3.78 MiB 2025.06.30 14:49:17.162362 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:17.162641 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:17.162741 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:17.163617 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.163660 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.164061 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:49:17.164292 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.164448 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} executeQuery: Read 74 rows, 6.10 KiB in 0.001881 sec., 39340.77618288145 rows/sec., 3.16 MiB/sec. 2025.06.30 14:49:17.164455 [ 51 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:49:17.164492 [ 276 ] {01991617-4830-47ff-a5b1-888e53bc9814} TCPHandler: Processed in 0.002310486 sec. 2025.06.30 14:49:17.164556 [ 51 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.164598 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.164687 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:17.164760 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:49:17.164791 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:17.164854 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:17.164918 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:17.164958 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 805 rows starting from the beginning of the part 2025.06.30 14:49:17.165031 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part 2025.06.30 14:49:17.165080 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 657 rows starting from the beginning of the part 2025.06.30 14:49:17.165127 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part 2025.06.30 14:49:17.165169 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 683 rows starting from the beginning of the part 2025.06.30 14:49:17.165210 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part 2025.06.30 14:49:17.165289 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.165330 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.165731 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:49:17.165960 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.166065 [ 51 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.06.30 14:49:17.166095 [ 51 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.166096 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} executeQuery: Read 9 rows, 693.00 B in 0.001323 sec., 6802.721088435374 rows/sec., 511.53 KiB/sec. 2025.06.30 14:49:17.166112 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.166149 [ 276 ] {83c44841-8f76-48d9-940d-541297918d32} TCPHandler: Processed in 0.001522781 sec. 2025.06.30 14:49:17.166222 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.06.30 14:49:17.166279 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:17.166314 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:17.166342 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 176 rows starting from the beginning of the part 2025.06.30 14:49:17.166374 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:17.166397 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:17.166416 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:17.166439 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 139 rows starting from the beginning of the part 2025.06.30 14:49:17.166454 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001760175 sec., 1331685.7698808357 rows/sec., 112.38 MiB/sec. 2025.06.30 14:49:17.166479 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part 2025.06.30 14:49:17.166525 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 139 rows starting from the beginning of the part 2025.06.30 14:49:17.166562 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:17.166742 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:49:17.166859 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.166902 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.167135 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.167230 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_36_7} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:49:17.167329 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.06.30 14:49:17.167355 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:49:17.167392 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 5 columns (5 merged, 0 gathered) in 0.001209734 sec., 402567.83722702676 rows/sec., 27.21 MiB/sec. 2025.06.30 14:49:17.167565 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.06.30 14:49:17.167612 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.167722 [ 51 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:49:17.167751 [ 51 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.167758 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} executeQuery: Read 73 rows, 5.84 KiB in 0.0014 sec., 52142.857142857145 rows/sec., 4.07 MiB/sec. 2025.06.30 14:49:17.167771 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.167807 [ 276 ] {345a2a89-aa4d-4a5c-8f66-2f7bc51f6511} TCPHandler: Processed in 0.001577872 sec. 2025.06.30 14:49:17.167864 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.167871 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:49:17.167937 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:17.167953 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_30_6} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.06.30 14:49:17.167976 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:17.168010 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 466 rows starting from the beginning of the part 2025.06.30 14:49:17.168023 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:49:17.168037 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:17.168074 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 45 rows starting from the beginning of the part 2025.06.30 14:49:17.168086 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:17.168126 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 387 rows starting from the beginning of the part 2025.06.30 14:49:17.168173 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 79 rows starting from the beginning of the part 2025.06.30 14:49:17.168212 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 415 rows starting from the beginning of the part 2025.06.30 14:49:17.168251 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 73 rows starting from the beginning of the part 2025.06.30 14:49:17.168534 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.168575 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.168929 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:49:17.169143 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.169183 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1465 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346497 sec., 1088008.3654103945 rows/sec., 82.99 MiB/sec. 2025.06.30 14:49:17.169275 [ 50 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:49:17.169280 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.06.30 14:49:17.169316 [ 50 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.169342 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.169342 [ 276 ] {b17726b4-64bd-43ba-b1d1-44634c392cc7} TCPHandler: Processed in 0.001454609 sec. 2025.06.30 14:49:17.169401 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:49:17.169430 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:49:17.169471 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:17.169517 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:17.169543 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2510 rows starting from the beginning of the part 2025.06.30 14:49:17.169568 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:17.169590 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:49:17.169625 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:17.169629 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 137 rows starting from the beginning of the part 2025.06.30 14:49:17.169670 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 143 rows starting from the beginning of the part 2025.06.30 14:49:17.169708 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part 2025.06.30 14:49:17.169719 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.169742 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:49:17.169807 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_36_7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:49:17.169920 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.30 14:49:17.170403 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.170442 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.170980 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:49:17.171062 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3247 rows, containing 5 columns (5 merged, 0 gathered) in 0.001662093 sec., 1953560.9619918982 rows/sec., 137.77 MiB/sec. 2025.06.30 14:49:17.171219 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.171373 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} executeQuery: Read 9 rows, 16.51 KiB in 0.001821 sec., 4942.339373970346 rows/sec., 8.86 MiB/sec. 2025.06.30 14:49:17.171448 [ 276 ] {2d06fd92-bbca-4541-baf5-6426835ed4c6} TCPHandler: Processed in 0.002027141 sec. 2025.06.30 14:49:17.171451 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:49:17.171585 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:17.171687 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:17.171723 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.171732 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:17.171798 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_36_7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:49:17.171875 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2025.06.30 14:49:17.172092 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.172133 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.172448 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:49:17.172665 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.172767 [ 50 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:49:17.172795 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2025.06.30 14:49:17.172799 [ 50 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:17.172836 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:17.172841 [ 276 ] {b45be788-dcfe-4226-b8e4-6460a650ab2b} TCPHandler: Processed in 0.001318576 sec. 2025.06.30 14:49:17.172917 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:49:17.173015 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:17.173043 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 900 rows starting from the beginning of the part 2025.06.30 14:49:17.173099 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part 2025.06.30 14:49:17.173142 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part 2025.06.30 14:49:17.173178 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part 2025.06.30 14:49:17.173216 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part 2025.06.30 14:49:17.173254 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:49:17.174175 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1178 rows, containing 4 columns (4 merged, 0 gathered) in 0.001289656 sec., 913421.8737399741 rows/sec., 59.88 MiB/sec. 2025.06.30 14:49:17.174333 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:49:17.174564 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:17.174627 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_36_7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:49:17.174693 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.06.30 14:49:18.688870 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 674 2025.06.30 14:49:18.691258 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:18.691318 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:18.692603 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:49:18.692889 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:18.693254 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 674 2025.06.30 14:49:21.160697 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 2025.06.30 14:49:21.161562 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:21.161641 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:21.162120 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:49:21.162357 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:21.162489 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 2025.06.30 14:49:21.847785 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.06.30 14:49:21.864118 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:21.864181 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:21.870055 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:49:21.870817 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:21.873812 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.06.30 14:49:22.168985 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.169136 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.169196 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:49:22.169866 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.169908 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.170285 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:49:22.170501 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.170641 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} executeQuery: Read 212 rows, 13.81 KiB in 0.001544 sec., 137305.69948186527 rows/sec., 8.73 MiB/sec. 2025.06.30 14:49:22.170687 [ 276 ] {f28e4e35-d834-419a-90eb-a55aa513a944} TCPHandler: Processed in 0.001822516 sec. 2025.06.30 14:49:22.170811 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.170912 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:49:22.170954 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:49:22.171364 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.171401 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.171694 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:22.171901 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.172028 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} executeQuery: Read 6 rows, 501.00 B in 0.001136 sec., 5281.69014084507 rows/sec., 430.68 KiB/sec. 2025.06.30 14:49:22.172069 [ 276 ] {75450ed7-56f1-4799-9c8c-8ee0b6b8dee9} TCPHandler: Processed in 0.001307946 sec. 2025.06.30 14:49:22.172185 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.172279 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:22.172318 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:22.173042 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.173078 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.173426 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:49:22.173637 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.173762 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} executeQuery: Read 686 rows, 55.86 KiB in 0.0015 sec., 457333.3333333333 rows/sec., 36.37 MiB/sec. 2025.06.30 14:49:22.173802 [ 276 ] {be5ee2c8-f054-4105-a4d7-49e048c046c3} TCPHandler: Processed in 0.001663623 sec. 2025.06.30 14:49:22.173915 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.174008 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.174047 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:22.174490 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.174526 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.174833 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:49:22.175035 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.175165 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} executeQuery: Read 145 rows, 9.29 KiB in 0.001173 sec., 123614.66325660699 rows/sec., 7.73 MiB/sec. 2025.06.30 14:49:22.175205 [ 276 ] {a049f5ab-347b-4fd0-9826-dd565b44d13d} TCPHandler: Processed in 0.001337477 sec. 2025.06.30 14:49:22.175316 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.175408 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.175446 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:49:22.175868 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.175903 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.176201 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:22.176404 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.176533 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} executeQuery: Read 113 rows, 7.49 KiB in 0.001141 sec., 99035.9333917616 rows/sec., 6.41 MiB/sec. 2025.06.30 14:49:22.176573 [ 276 ] {3098dce2-e894-4534-b5e0-4b55a409ed26} TCPHandler: Processed in 0.001304406 sec. 2025.06.30 14:49:22.176684 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.176777 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.176816 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:49:22.177239 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.177275 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.177568 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:49:22.177775 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.177898 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} executeQuery: Read 112 rows, 6.53 KiB in 0.001138 sec., 98418.2776801406 rows/sec., 5.61 MiB/sec. 2025.06.30 14:49:22.177938 [ 276 ] {bc252e9e-5c29-4531-89ce-30b88f11f6c1} TCPHandler: Processed in 0.001300696 sec. 2025.06.30 14:49:22.178050 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.178148 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:22.178186 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:22.178728 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.178764 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.179090 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:49:22.179290 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.179416 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} executeQuery: Read 421 rows, 30.72 KiB in 0.001285 sec., 327626.4591439689 rows/sec., 23.34 MiB/sec. 2025.06.30 14:49:22.179455 [ 276 ] {d85fff89-4cd2-4071-9b0c-4a3ec50906c9} TCPHandler: Processed in 0.001452639 sec. 2025.06.30 14:49:22.179570 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.179663 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:49:22.179703 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:49:22.180039 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.180074 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.180379 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:49:22.180586 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.180682 [ 46 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:49:22.180711 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2025.06.30 14:49:22.180753 [ 46 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.180761 [ 276 ] {eccadcf7-1e29-41f3-9adf-ed76a6d6a081} TCPHandler: Processed in 0.001238245 sec. 2025.06.30 14:49:22.180780 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.180882 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.180893 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::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.06.30 14:49:22.180980 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.181027 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:22.181038 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:22.181083 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:22.181195 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:22.181253 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:22.181297 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:22.181332 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:22.181377 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:22.181433 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.181473 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.181839 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:49:22.182065 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.182198 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} executeQuery: Read 240 rows, 16.48 KiB in 0.001235 sec., 194331.98380566802 rows/sec., 13.03 MiB/sec. 2025.06.30 14:49:22.182224 [ 200 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001377307 sec., 26137.963431537053 rows/sec., 1.33 MiB/sec. 2025.06.30 14:49:22.182237 [ 276 ] {bdd6c3f5-b9b8-42db-b37f-6fd22b38de88} TCPHandler: Processed in 0.001402388 sec. 2025.06.30 14:49:22.182389 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.182391 [ 186 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:49:22.182484 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.182531 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:49:22.182683 [ 186 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.182756 [ 186 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_6_1} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:49:22.182829 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.30 14:49:22.182846 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.182886 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.183210 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:49:22.183421 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.183547 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} executeQuery: Read 1 rows, 69.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 62.39 KiB/sec. 2025.06.30 14:49:22.183585 [ 276 ] {8625bccf-97f1-4ba3-ba6d-616219e625e6} TCPHandler: Processed in 0.001243364 sec. 2025.06.30 14:49:22.183693 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.183786 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.183839 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:22.184642 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.184678 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.185206 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:49:22.185420 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.185528 [ 46 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:49:22.185553 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} executeQuery: Read 33 rows, 60.55 KiB in 0.001784 sec., 18497.757847533634 rows/sec., 33.15 MiB/sec. 2025.06.30 14:49:22.185570 [ 46 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.185596 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.185622 [ 276 ] {15a38b04-fd04-4605-a979-330fe0d249d5} TCPHandler: Processed in 0.001975409 sec. 2025.06.30 14:49:22.185664 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:49:22.185741 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:22.185839 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:22.185868 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:22.185879 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:22.185939 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 534 rows starting from the beginning of the part 2025.06.30 14:49:22.186070 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part 2025.06.30 14:49:22.186182 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:22.186224 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:22.186265 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:22.186295 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part 2025.06.30 14:49:22.186396 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:22.186501 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part 2025.06.30 14:49:22.186590 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:49:22.186812 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.186948 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} executeQuery: Read 82 rows, 5.33 KiB in 0.001126 sec., 72824.15630550621 rows/sec., 4.63 MiB/sec. 2025.06.30 14:49:22.186989 [ 276 ] {1fb0fa5d-5c00-432f-af80-69cbed65aa27} TCPHandler: Processed in 0.001295886 sec. 2025.06.30 14:49:22.191172 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 651 rows, containing 19 columns (19 merged, 0 gathered) in 0.00553057 sec., 117709.38619346649 rows/sec., 210.93 MiB/sec. 2025.06.30 14:49:22.192282 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:49:22.192686 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:22.192777 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_31_6} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:49:22.192953 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.06.30 14:49:23.000151 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 241.12 MiB, peak 248.57 MiB, free memory in arenas 0.00 B, will set to 242.83 MiB (RSS), difference: 1.71 MiB 2025.06.30 14:49:27.162041 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:27.162257 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:27.162331 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:27.162991 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:27.163032 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:27.163439 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:49:27.163666 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:27.163834 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} executeQuery: Read 74 rows, 6.10 KiB in 0.001627 sec., 45482.483097725875 rows/sec., 3.66 MiB/sec. 2025.06.30 14:49:27.163885 [ 276 ] {182dbd1b-8148-4fe7-b724-12a8ca0c1e06} TCPHandler: Processed in 0.00198202 sec. 2025.06.30 14:49:27.164009 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:27.164113 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:27.164157 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:27.164562 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:27.164597 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:27.164906 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:49:27.165120 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:27.165249 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} executeQuery: Read 9 rows, 693.00 B in 0.001158 sec., 7772.020725388601 rows/sec., 584.42 KiB/sec. 2025.06.30 14:49:27.165287 [ 276 ] {aed73d37-3cbe-4ee3-b320-abbdc13cae64} TCPHandler: Processed in 0.001329467 sec. 2025.06.30 14:49:27.165389 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:27.165485 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:27.165525 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:27.165960 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:27.165995 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:27.166311 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:49:27.166519 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:27.166654 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} executeQuery: Read 73 rows, 5.84 KiB in 0.001186 sec., 61551.43338954469 rows/sec., 4.81 MiB/sec. 2025.06.30 14:49:27.166694 [ 276 ] {65e019d6-3579-4d46-a29b-1f1d11a9b811} TCPHandler: Processed in 0.001353767 sec. 2025.06.30 14:49:27.166803 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:27.166898 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:27.166943 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:27.167355 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:27.167392 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:27.167718 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:49:27.167947 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:27.168091 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.06.30 14:49:27.168132 [ 276 ] {e709a297-7301-4232-a2b4-6c8d260c13c8} TCPHandler: Processed in 0.001377447 sec. 2025.06.30 14:49:27.168235 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:27.168330 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:27.168385 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:27.169132 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:27.169169 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:27.169668 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:49:27.169893 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:27.170032 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} executeQuery: Read 9 rows, 16.51 KiB in 0.001718 sec., 5238.649592549476 rows/sec., 9.39 MiB/sec. 2025.06.30 14:49:27.170095 [ 276 ] {6f9d3c92-5a01-4c33-8f54-95b8b35b7163} TCPHandler: Processed in 0.001908067 sec. 2025.06.30 14:49:27.170207 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:27.170303 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:27.170345 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:27.170670 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:27.170707 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:27.171014 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:49:27.171223 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:27.171356 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.06.30 14:49:27.171394 [ 276 ] {11137b9a-6db1-4c00-bfcc-77c908db5c42} TCPHandler: Processed in 0.001236964 sec. 2025.06.30 14:49:28.569860 [ 35 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:49:28.569913 [ 35 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:49:28.662566 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 2025.06.30 14:49:28.663041 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:28.663076 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:28.663554 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:49:28.663784 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:28.663914 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.06.30 14:49:28.693416 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 710 2025.06.30 14:49:28.695812 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:28.695849 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:28.696996 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:49:28.697261 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:28.697506 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 710 2025.06.30 14:49:29.373901 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.06.30 14:49:29.390153 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:29.390204 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:29.395919 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:49:29.396611 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:29.399461 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.06.30 14:49:32.168311 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.168617 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.168705 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:49:32.169444 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.169482 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.169881 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:32.170125 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.170279 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} executeQuery: Read 212 rows, 13.81 KiB in 0.001735 sec., 122190.20172910663 rows/sec., 7.77 MiB/sec. 2025.06.30 14:49:32.170328 [ 276 ] {e614c6c1-489c-42d7-b9c0-996113c364e7} TCPHandler: Processed in 0.002193804 sec. 2025.06.30 14:49:32.170460 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.170562 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:32.170604 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:32.171308 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.171342 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.171703 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:49:32.171916 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.172043 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} executeQuery: Read 683 rows, 55.64 KiB in 0.001503 sec., 454424.4843646041 rows/sec., 36.15 MiB/sec. 2025.06.30 14:49:32.172092 [ 276 ] {2c49b376-a05c-4c47-a914-ea839855aa46} TCPHandler: Processed in 0.001692524 sec. 2025.06.30 14:49:32.172205 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.172300 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.172340 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:32.172769 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.172803 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.173105 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:49:32.173311 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.173436 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} executeQuery: Read 139 rows, 8.87 KiB in 0.001153 sec., 120555.07372072854 rows/sec., 7.51 MiB/sec. 2025.06.30 14:49:32.173475 [ 276 ] {545a36d4-b774-4490-ad89-3bebfee16277} TCPHandler: Processed in 0.001317367 sec. 2025.06.30 14:49:32.173592 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.173685 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.173723 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:49:32.174131 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.174164 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.174461 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:49:32.174679 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.174802 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} executeQuery: Read 113 rows, 7.49 KiB in 0.001134 sec., 99647.26631393298 rows/sec., 6.45 MiB/sec. 2025.06.30 14:49:32.174850 [ 276 ] {6f959b89-cb98-42f8-b3a1-407030e45852} TCPHandler: Processed in 0.001313276 sec. 2025.06.30 14:49:32.174959 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.175052 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.175090 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:49:32.175500 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.175533 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.175827 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:32.176031 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.176153 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} executeQuery: Read 112 rows, 6.53 KiB in 0.001117 sec., 100268.57654431513 rows/sec., 5.71 MiB/sec. 2025.06.30 14:49:32.176200 [ 276 ] {4aae6e70-0748-4e07-9594-bddef3e03350} TCPHandler: Processed in 0.001288716 sec. 2025.06.30 14:49:32.176309 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.176401 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:32.176439 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:32.176970 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.177003 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.177316 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:49:32.177513 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.177638 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} executeQuery: Read 415 rows, 30.23 KiB in 0.001253 sec., 331205.10774142056 rows/sec., 23.56 MiB/sec. 2025.06.30 14:49:32.177676 [ 276 ] {befcdc50-f740-4b37-a569-57e595d57023} TCPHandler: Processed in 0.001414248 sec. 2025.06.30 14:49:32.177797 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.177889 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:49:32.177928 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:49:32.178264 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.178296 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.178592 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.30 14:49:32.178793 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.178915 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2025.06.30 14:49:32.178952 [ 276 ] {997bb2ca-5272-4478-9a62-ab426d00d710} TCPHandler: Processed in 0.001212364 sec. 2025.06.30 14:49:32.179067 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.179159 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.179200 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:32.179605 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.179638 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.179962 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:49:32.180166 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.180288 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} executeQuery: Read 237 rows, 16.27 KiB in 0.001146 sec., 206806.28272251307 rows/sec., 13.86 MiB/sec. 2025.06.30 14:49:32.180326 [ 276 ] {700de08b-db90-49f5-8096-28f1e70af121} TCPHandler: Processed in 0.001314886 sec. 2025.06.30 14:49:32.180444 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.180536 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.180578 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:49:32.180890 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.180925 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.181206 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:32.181407 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.181528 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2025.06.30 14:49:32.181565 [ 276 ] {af309abe-abd6-4915-a63b-e825b8e3952f} TCPHandler: Processed in 0.001176223 sec. 2025.06.30 14:49:32.181687 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.181779 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.181830 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:32.182644 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.182677 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.183210 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:49:32.183428 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.183562 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} executeQuery: Read 33 rows, 60.55 KiB in 0.001798 sec., 18353.72636262514 rows/sec., 32.89 MiB/sec. 2025.06.30 14:49:32.183623 [ 276 ] {f331a82f-3228-4a24-86f7-b5ba71876318} TCPHandler: Processed in 0.00199877 sec. 2025.06.30 14:49:32.183743 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:32.183837 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:32.183877 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:32.184200 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:32.184232 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.30 14:49:32.184535 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:49:32.184740 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:32.184862 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} executeQuery: Read 82 rows, 5.33 KiB in 0.001042 sec., 78694.81765834933 rows/sec., 5.00 MiB/sec. 2025.06.30 14:49:32.184907 [ 276 ] {244aa935-ff5c-4cdb-b07a-4727c5b6f5be} TCPHandler: Processed in 0.001217665 sec. 2025.06.30 14:49:36.163994 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 2025.06.30 14:49:36.164799 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:36.164836 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:36.165316 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:49:36.165544 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:36.165687 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 2025.06.30 14:49:36.899509 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.06.30 14:49:36.915515 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:36.915564 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:36.921410 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:49:36.922101 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:36.924857 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.06.30 14:49:37.162352 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.162528 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:49:37.162592 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:49:37.163210 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.163247 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.163632 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:49:37.163852 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.164005 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} executeQuery: Read 2 rows, 167.00 B in 0.001524 sec., 1312.3359580052493 rows/sec., 107.01 KiB/sec. 2025.06.30 14:49:37.164047 [ 276 ] {393014d8-b494-4d38-b9fc-b1e7d06f2a20} TCPHandler: Processed in 0.001832007 sec. 2025.06.30 14:49:37.164165 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.164261 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:37.164302 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:37.164743 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.164777 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.165078 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:49:37.165286 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.165415 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} executeQuery: Read 75 rows, 6.17 KiB in 0.001171 sec., 64047.822374039286 rows/sec., 5.14 MiB/sec. 2025.06.30 14:49:37.165453 [ 276 ] {598d587b-0d17-41ae-bf55-a1ee2133936f} TCPHandler: Processed in 0.001339037 sec. 2025.06.30 14:49:37.165570 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.165666 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:37.165705 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:37.166103 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.166138 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.166425 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:49:37.166643 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.166773 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} executeQuery: Read 11 rows, 836.00 B in 0.001124 sec., 9786.476868327401 rows/sec., 726.34 KiB/sec. 2025.06.30 14:49:37.166811 [ 276 ] {dce334eb-45ff-45f6-851e-b1a2d711beed} TCPHandler: Processed in 0.001290646 sec. 2025.06.30 14:49:37.166921 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.167016 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:37.167056 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:37.167470 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.167504 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.167793 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:49:37.167997 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.168125 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} executeQuery: Read 75 rows, 6.00 KiB in 0.001125 sec., 66666.66666666667 rows/sec., 5.21 MiB/sec. 2025.06.30 14:49:37.168162 [ 276 ] {44883efa-a882-483d-bb1e-ed0e590f36ea} TCPHandler: Processed in 0.001290546 sec. 2025.06.30 14:49:37.168282 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.168383 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:37.168427 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:37.168843 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.168876 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.169200 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:49:37.169411 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.169537 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} executeQuery: Read 161 rows, 11.48 KiB in 0.001172 sec., 137372.01365187712 rows/sec., 9.57 MiB/sec. 2025.06.30 14:49:37.169575 [ 276 ] {6373b3de-2198-4207-8512-b072764970a0} TCPHandler: Processed in 0.001348257 sec. 2025.06.30 14:49:37.169676 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.169772 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:37.169827 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:37.170576 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.170610 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.171106 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:49:37.171329 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.171467 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} executeQuery: Read 9 rows, 16.51 KiB in 0.001712 sec., 5257.009345794392 rows/sec., 9.42 MiB/sec. 2025.06.30 14:49:37.171525 [ 276 ] {4d756b10-8ccc-4cf9-9045-caa6267a41cb} TCPHandler: Processed in 0.001897608 sec. 2025.06.30 14:49:37.171647 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:37.171743 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:37.171785 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:37.172128 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:37.172163 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:37.172459 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:49:37.172668 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:37.172795 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.06.30 14:49:37.172831 [ 276 ] {d1b84363-bad2-4cff-b5f5-11ac27c365cd} TCPHandler: Processed in 0.001233905 sec. 2025.06.30 14:49:38.697660 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 746 2025.06.30 14:49:38.700493 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:38.700545 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:38.701778 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:49:38.702054 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:38.702186 [ 23 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:49:38.702230 [ 23 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:38.702251 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:38.702398 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 746 2025.06.30 14:49:38.702426 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:49:38.703174 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:38.703314 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 568 rows starting from the beginning of the part 2025.06.30 14:49:38.703670 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2025.06.30 14:49:38.704028 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:49:38.704372 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2025.06.30 14:49:38.704712 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2025.06.30 14:49:38.705077 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:49:38.711200 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 746 rows, containing 72 columns (72 merged, 0 gathered) in 0.008851507 sec., 84279.43399920488 rows/sec., 72.31 MiB/sec. 2025.06.30 14:49:38.712347 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:49:38.712981 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:38.713068 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_21_4} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:49:38.713332 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2025.06.30 14:49:42.168748 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.169014 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.169079 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:49:42.169827 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.169869 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.170281 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:49:42.170506 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.170671 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} executeQuery: Read 212 rows, 13.81 KiB in 0.001703 sec., 124486.20082207868 rows/sec., 7.92 MiB/sec. 2025.06.30 14:49:42.170720 [ 276 ] {d5902504-00ef-4502-b6d4-66fd95193c14} TCPHandler: Processed in 0.002154173 sec. 2025.06.30 14:49:42.170850 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.170952 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:42.170995 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:42.171729 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.171764 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.172132 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:49:42.172351 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.172480 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} executeQuery: Read 683 rows, 55.64 KiB in 0.00155 sec., 440645.1612903226 rows/sec., 35.06 MiB/sec. 2025.06.30 14:49:42.172490 [ 92 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:49:42.172520 [ 276 ] {7f97c4c4-3bb8-4cb3-a4bc-a189e07a98da} TCPHandler: Processed in 0.001720895 sec. 2025.06.30 14:49:42.172560 [ 92 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.172586 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.172652 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.172717 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:49:42.172751 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.172800 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:42.172863 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:42.172901 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 831 rows starting from the beginning of the part 2025.06.30 14:49:42.172967 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 686 rows starting from the beginning of the part 2025.06.30 14:49:42.173028 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part 2025.06.30 14:49:42.173157 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 683 rows starting from the beginning of the part 2025.06.30 14:49:42.173229 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 75 rows starting from the beginning of the part 2025.06.30 14:49:42.173245 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.173271 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 683 rows starting from the beginning of the part 2025.06.30 14:49:42.173288 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.173660 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:49:42.173903 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.174014 [ 92 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.06.30 14:49:42.174040 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} executeQuery: Read 139 rows, 8.87 KiB in 0.001305 sec., 106513.40996168583 rows/sec., 6.64 MiB/sec. 2025.06.30 14:49:42.174048 [ 92 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.174083 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.174086 [ 276 ] {03bb079d-573c-4e69-89a6-4dbf87fdc810} TCPHandler: Processed in 0.00148198 sec. 2025.06.30 14:49:42.174180 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.06.30 14:49:42.174239 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.174289 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:42.174318 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 176 rows starting from the beginning of the part 2025.06.30 14:49:42.174333 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.174388 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:49:42.174394 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 145 rows starting from the beginning of the part 2025.06.30 14:49:42.174440 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:42.174480 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 139 rows starting from the beginning of the part 2025.06.30 14:49:42.174520 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part 2025.06.30 14:49:42.174560 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 139 rows starting from the beginning of the part 2025.06.30 14:49:42.174826 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.174851 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3032 rows, containing 5 columns (5 merged, 0 gathered) in 0.002201504 sec., 1377240.286640406 rows/sec., 115.69 MiB/sec. 2025.06.30 14:49:42.174861 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.175120 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:49:42.175280 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:49:42.175331 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 619 rows, containing 5 columns (5 merged, 0 gathered) in 0.001193254 sec., 518749.5705021731 rows/sec., 34.83 MiB/sec. 2025.06.30 14:49:42.175477 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.06.30 14:49:42.175515 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.175577 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.175611 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_41_8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:49:42.175716 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.30 14:49:42.175719 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} executeQuery: Read 113 rows, 7.49 KiB in 0.001401 sec., 80656.67380442542 rows/sec., 5.22 MiB/sec. 2025.06.30 14:49:42.175755 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.175770 [ 276 ] {fb565b13-e6b0-44e1-be82-76c9cdcd2ec1} TCPHandler: Processed in 0.001590832 sec. 2025.06.30 14:49:42.175821 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_35_7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.06.30 14:49:42.175882 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:49:42.175888 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.175983 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.176022 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:49:42.176441 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.176475 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.176768 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:49:42.176969 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.177094 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} executeQuery: Read 112 rows, 6.53 KiB in 0.001127 sec., 99378.88198757764 rows/sec., 5.66 MiB/sec. 2025.06.30 14:49:42.177133 [ 276 ] {45389cd7-4f8e-4a98-97b1-42521fe04d78} TCPHandler: Processed in 0.001291236 sec. 2025.06.30 14:49:42.177245 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.177340 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:42.177388 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:42.177925 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.177961 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.178289 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:49:42.178496 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.178598 [ 92 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:49:42.178622 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} executeQuery: Read 415 rows, 30.23 KiB in 0.0013 sec., 319230.76923076925 rows/sec., 22.71 MiB/sec. 2025.06.30 14:49:42.178629 [ 92 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.178663 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.178668 [ 276 ] {3557dbf6-49ab-42f3-84a4-dbf5aa55efb0} TCPHandler: Processed in 0.001470279 sec. 2025.06.30 14:49:42.178741 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:49:42.178787 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.178840 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:42.178870 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 494 rows starting from the beginning of the part 2025.06.30 14:49:42.178880 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:49:42.178920 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:49:42.178930 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 421 rows starting from the beginning of the part 2025.06.30 14:49:42.178981 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 73 rows starting from the beginning of the part 2025.06.30 14:49:42.179028 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 415 rows starting from the beginning of the part 2025.06.30 14:49:42.179070 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 75 rows starting from the beginning of the part 2025.06.30 14:49:42.179115 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 415 rows starting from the beginning of the part 2025.06.30 14:49:42.179273 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.179307 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.179610 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:42.179811 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.179936 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.06.30 14:49:42.179973 [ 276 ] {f97065f6-5ce6-4203-9b6c-7869951d3ab8} TCPHandler: Processed in 0.001233344 sec. 2025.06.30 14:49:42.180082 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.180178 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.180206 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1893 rows, containing 5 columns (5 merged, 0 gathered) in 0.00149991 sec., 1262075.7245434728 rows/sec., 95.94 MiB/sec. 2025.06.30 14:49:42.180218 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:42.180384 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:49:42.180634 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.180665 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.180674 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.180755 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_41_8} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:49:42.180850 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.06.30 14:49:42.181027 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:49:42.181244 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.181346 [ 92 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:49:42.181371 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} executeQuery: Read 237 rows, 16.27 KiB in 0.001209 sec., 196029.77667493795 rows/sec., 13.14 MiB/sec. 2025.06.30 14:49:42.181375 [ 92 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.181414 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.181417 [ 276 ] {a2420e8a-f0d0-4814-b27b-42ad2479fa6e} TCPHandler: Processed in 0.001382027 sec. 2025.06.30 14:49:42.181478 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:49:42.181541 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.181564 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:42.181587 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3247 rows starting from the beginning of the part 2025.06.30 14:49:42.181632 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 240 rows starting from the beginning of the part 2025.06.30 14:49:42.181633 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.181669 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2025.06.30 14:49:42.181681 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:49:42.181703 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part 2025.06.30 14:49:42.181737 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 161 rows starting from the beginning of the part 2025.06.30 14:49:42.181774 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 237 rows starting from the beginning of the part 2025.06.30 14:49:42.181996 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.182030 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.182344 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:49:42.182550 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.182678 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. 2025.06.30 14:49:42.182715 [ 276 ] {b0acb198-657a-455b-97f1-18e98edf6b71} TCPHandler: Processed in 0.001220524 sec. 2025.06.30 14:49:42.182821 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.182913 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.182967 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:42.183003 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4282 rows, containing 5 columns (5 merged, 0 gathered) in 0.001549611 sec., 2763274.1378320106 rows/sec., 193.08 MiB/sec. 2025.06.30 14:49:42.183332 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:49:42.183632 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.183706 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_41_8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:49:42.183773 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.30 14:49:42.183790 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.183825 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.184355 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:49:42.184570 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.184705 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} executeQuery: Read 33 rows, 60.55 KiB in 0.001808 sec., 18252.212389380533 rows/sec., 32.71 MiB/sec. 2025.06.30 14:49:42.184772 [ 276 ] {a06ec1ed-94dc-4deb-97f5-fb2bae90225e} TCPHandler: Processed in 0.00199767 sec. 2025.06.30 14:49:42.184886 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:42.184980 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:42.185020 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:42.185345 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.185380 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.185677 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:49:42.185878 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.185980 [ 92 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:49:42.186005 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} executeQuery: Read 82 rows, 5.33 KiB in 0.001041 sec., 78770.41306436119 rows/sec., 5.00 MiB/sec. 2025.06.30 14:49:42.186009 [ 92 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:42.186046 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:42.186050 [ 276 ] {611216c6-99dc-403d-9765-e628a20c45b7} TCPHandler: Processed in 0.001211545 sec. 2025.06.30 14:49:42.186120 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:49:42.186228 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:42.186259 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1178 rows starting from the beginning of the part 2025.06.30 14:49:42.186318 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part 2025.06.30 14:49:42.186359 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.06.30 14:49:42.186399 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part 2025.06.30 14:49:42.186437 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:49:42.186474 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part 2025.06.30 14:49:42.187485 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 4 columns (4 merged, 0 gathered) in 0.001396258 sec., 1105812.8225585816 rows/sec., 72.29 MiB/sec. 2025.06.30 14:49:42.187657 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:49:42.187903 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:42.187963 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_41_8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:49:42.188029 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.30 14:49:43.569964 [ 68 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:49:43.570046 [ 68 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:49:43.666743 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 2025.06.30 14:49:43.667239 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:43.667281 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:43.667773 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:49:43.668013 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:43.668160 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.06.30 14:49:44.425909 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.06.30 14:49:44.444226 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:44.444288 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:44.450010 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:49:44.450725 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:44.453943 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.06.30 14:49:47.161704 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:47.161908 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:47.161974 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:47.162624 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.162671 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.163065 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:49:47.163296 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.163450 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} executeQuery: Read 74 rows, 6.10 KiB in 0.001595 sec., 46394.984326018806 rows/sec., 3.73 MiB/sec. 2025.06.30 14:49:47.163493 [ 276 ] {1add053c-4a84-4650-98ba-b2c66ad353ba} TCPHandler: Processed in 0.001921088 sec. 2025.06.30 14:49:47.163618 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:47.163712 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:47.163752 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:47.164160 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.164197 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.164484 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:49:47.164692 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.164821 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} executeQuery: Read 9 rows, 693.00 B in 0.001126 sec., 7992.895204262877 rows/sec., 601.03 KiB/sec. 2025.06.30 14:49:47.164860 [ 276 ] {fd6f3a35-3982-4e5e-9123-76afd149fb73} TCPHandler: Processed in 0.001290396 sec. 2025.06.30 14:49:47.164972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:47.165065 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:47.165104 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:47.165531 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.165567 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.165864 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:49:47.166071 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.166199 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} executeQuery: Read 73 rows, 5.84 KiB in 0.00115 sec., 63478.260869565216 rows/sec., 4.96 MiB/sec. 2025.06.30 14:49:47.166239 [ 276 ] {433a820d-784d-4921-bb26-e911171fe733} TCPHandler: Processed in 0.001313606 sec. 2025.06.30 14:49:47.166350 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:47.166442 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:47.166485 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:47.166901 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.166936 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.167261 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:49:47.167470 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.167597 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.06.30 14:49:47.167635 [ 276 ] {01c8f659-4746-4ebd-bf10-55a3bae1ca75} TCPHandler: Processed in 0.001332397 sec. 2025.06.30 14:49:47.167745 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:47.167837 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:47.167899 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:47.168697 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.168737 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.169254 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:49:47.169477 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.169601 [ 148 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:49:47.169616 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} executeQuery: Read 9 rows, 16.51 KiB in 0.001796 sec., 5011.135857461024 rows/sec., 8.98 MiB/sec. 2025.06.30 14:49:47.169676 [ 148 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.169709 [ 276 ] {436c7a5b-e758-4541-b228-4610f277c6fc} TCPHandler: Processed in 0.0020112 sec. 2025.06.30 14:49:47.169739 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.169848 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:47.169861 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:49:47.169950 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:47.169997 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:47.170116 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:47.170180 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 651 rows starting from the beginning of the part 2025.06.30 14:49:47.170307 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:47.170342 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:47.170385 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:47.170436 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part 2025.06.30 14:49:47.170536 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:47.170629 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part 2025.06.30 14:49:47.170712 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:49:47.170722 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part 2025.06.30 14:49:47.170931 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.171076 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2025.06.30 14:49:47.171113 [ 276 ] {ee110872-c100-46e8-a68b-79dbd641b911} TCPHandler: Processed in 0.001316836 sec. 2025.06.30 14:49:47.175860 [ 197 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 744 rows, containing 19 columns (19 merged, 0 gathered) in 0.006057151 sec., 122830.02355397776 rows/sec., 220.11 MiB/sec. 2025.06.30 14:49:47.176873 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:49:47.177295 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:47.177380 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_36_7} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:49:47.177516 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2025.06.30 14:49:48.000277 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 244.86 MiB, peak 252.37 MiB, free memory in arenas 0.00 B, will set to 247.46 MiB (RSS), difference: 2.60 MiB 2025.06.30 14:49:48.299816 [ 142 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.30 14:49:48.299907 [ 142 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:48.299942 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:48.300112 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:49:48.300267 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:48.300312 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2025.06.30 14:49:48.300386 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:49:48.300437 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:48.300485 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.06.30 14:49:48.300532 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:49:48.301369 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333747 sec., 23992.55630940501 rows/sec., 2.00 MiB/sec. 2025.06.30 14:49:48.301633 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.30 14:49:48.302105 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:48.302183 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_9_2} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.30 14:49:48.302271 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:49:48.703552 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 780 2025.06.30 14:49:48.705868 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:48.705913 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:48.707078 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:49:48.707342 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:48.707593 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 780 2025.06.30 14:49:51.168229 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 2025.06.30 14:49:51.169068 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:51.169154 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:51.169819 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:49:51.170054 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:51.170190 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 2025.06.30 14:49:51.170191 [ 150 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:49:51.170271 [ 150 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:51.170293 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:51.170449 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:49:51.170662 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:51.170722 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:49:51.170823 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part 2025.06.30 14:49:51.170895 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part 2025.06.30 14:49:51.170962 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part 2025.06.30 14:49:51.171026 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part 2025.06.30 14:49:51.171096 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part 2025.06.30 14:49:51.172901 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.00252873 sec., 5644730.754173044 rows/sec., 80.75 MiB/sec. 2025.06.30 14:49:51.173343 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:49:51.173684 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:51.173777 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_31_6} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:49:51.173886 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.06.30 14:49:51.953987 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.06.30 14:49:51.971349 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:51.971411 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:51.976949 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:49:51.977674 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:51.977965 [ 145 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:49:51.978007 [ 145 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:51.978029 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:51.978158 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:51.981026 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.06.30 14:49:51.982029 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:51.983497 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:51.987957 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:51.992412 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:51.996803 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:52.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 252.04 MiB, peak 253.95 MiB, free memory in arenas 0.00 B, will set to 247.83 MiB (RSS), difference: -4.21 MiB 2025.06.30 14:49:52.001370 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:52.005409 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:49:52.056938 [ 197 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.078840552 sec., 2968.0157490525944 rows/sec., 15.35 MiB/sec. 2025.06.30 14:49:52.058717 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:49:52.060462 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_31_6} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.060551 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_31_6} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:49:52.061638 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.30 14:49:52.155345 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.155546 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:49:52.155868 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:49:52.155910 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:49:52.156178 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:49:52.156245 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:49:52.156382 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.06.30 14:49:52.156492 [ 293 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:49:52.156503 [ 292 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:49:52.156503 [ 290 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps 2025.06.30 14:49:52.156642 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (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.06.30 14:49:52.156668 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:49:52.156750 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:49:52.156771 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 43 rows with 3 streams 2025.06.30 14:49:52.156805 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:49:52.156841 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:49:52.156876 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:49:52.157716 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} executeQuery: Read 43 rows, 1.73 KiB in 0.002261 sec., 19018.13356921716 rows/sec., 764.06 KiB/sec. 2025.06.30 14:49:52.157839 [ 276 ] {2216d3c1-4049-4ef5-bc6a-eb1f01ab1769} TCPHandler: Processed in 0.002612943 sec. 2025.06.30 14:49:52.171599 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.171730 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:49:52.171783 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:49:52.172361 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.172398 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.172794 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.30 14:49:52.172988 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.173128 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} executeQuery: Read 1 rows, 256.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 174.22 KiB/sec. 2025.06.30 14:49:52.173168 [ 276 ] {40ae4235-cff5-406c-88b3-681aedf703ee} TCPHandler: Processed in 0.001631172 sec. 2025.06.30 14:49:52.173281 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.173377 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.173417 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:49:52.173941 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.173977 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.174298 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:49:52.174513 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.174641 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} executeQuery: Read 212 rows, 13.81 KiB in 0.001283 sec., 165237.7240841777 rows/sec., 10.51 MiB/sec. 2025.06.30 14:49:52.174679 [ 276 ] {a7922c7b-a503-4d3e-9d0d-53c2f4519ad0} TCPHandler: Processed in 0.001448219 sec. 2025.06.30 14:49:52.174793 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.174888 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:49:52.174929 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:49:52.175319 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.175353 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.175638 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:49:52.175842 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.175969 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} executeQuery: Read 4 rows, 348.00 B in 0.001099 sec., 3639.672429481347 rows/sec., 309.23 KiB/sec. 2025.06.30 14:49:52.176007 [ 276 ] {05cea24f-b8da-4734-a071-a19ea4ac7bd3} TCPHandler: Processed in 0.001264116 sec. 2025.06.30 14:49:52.176125 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.176221 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:52.176260 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:52.176932 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.176967 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.177320 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:49:52.177527 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.177656 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} executeQuery: Read 686 rows, 55.88 KiB in 0.001454 sec., 471801.9257221458 rows/sec., 37.53 MiB/sec. 2025.06.30 14:49:52.177693 [ 276 ] {c11b31a0-5f52-4901-8310-2d63b84387ea} TCPHandler: Processed in 0.001618272 sec. 2025.06.30 14:49:52.177808 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.177903 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.177943 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:52.178364 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.178399 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.178695 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:49:52.178912 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.179038 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} executeQuery: Read 143 rows, 9.16 KiB in 0.001154 sec., 123916.81109185441 rows/sec., 7.75 MiB/sec. 2025.06.30 14:49:52.179080 [ 276 ] {ab5a083a-ba6c-419b-a889-806fd6fe7b98} TCPHandler: Processed in 0.001322607 sec. 2025.06.30 14:49:52.179194 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.179290 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.179328 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:49:52.179735 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.179772 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.180061 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:49:52.180269 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.180384 [ 146 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:49:52.180394 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} executeQuery: Read 113 rows, 7.49 KiB in 0.001122 sec., 100713.01247771837 rows/sec., 6.52 MiB/sec. 2025.06.30 14:49:52.180436 [ 146 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.180450 [ 276 ] {226069be-7a09-4921-a564-3d3e30391a00} TCPHandler: Processed in 0.001306336 sec. 2025.06.30 14:49:52.180464 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.180562 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:49:52.180570 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.180672 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:49:52.180685 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.180705 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 138 rows starting from the beginning of the part 2025.06.30 14:49:52.180730 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:49:52.180767 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:52.180813 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:52.180850 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:52.180887 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:52.180923 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part 2025.06.30 14:49:52.181152 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.181193 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.181633 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:49:52.181774 [ 193 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 5 columns (5 merged, 0 gathered) in 0.001251825 sec., 561580.0930641263 rows/sec., 38.84 MiB/sec. 2025.06.30 14:49:52.181844 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.181912 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:49:52.181980 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} executeQuery: Read 112 rows, 6.53 KiB in 0.001312 sec., 85365.85365853658 rows/sec., 4.86 MiB/sec. 2025.06.30 14:49:52.182024 [ 276 ] {e408f943-9f0c-4f6e-b162-ed63d63624b7} TCPHandler: Processed in 0.00150438 sec. 2025.06.30 14:49:52.182148 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.182169 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.182239 [ 199 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_11_2} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:49:52.182247 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:52.182292 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:52.182308 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:49:52.182825 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.182866 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.183189 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:49:52.183403 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.183531 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} executeQuery: Read 419 rows, 30.57 KiB in 0.001303 sec., 321565.61780506524 rows/sec., 22.91 MiB/sec. 2025.06.30 14:49:52.183570 [ 276 ] {6e1194a9-1750-40a0-9cd3-b3eff92f2f0f} TCPHandler: Processed in 0.00147148 sec. 2025.06.30 14:49:52.183683 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.183779 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:49:52.183821 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:49:52.184143 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.184178 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.184471 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:49:52.184682 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.184807 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2025.06.30 14:49:52.184843 [ 276 ] {b6448d58-eae6-4b57-b039-d24385e69758} TCPHandler: Processed in 0.001209914 sec. 2025.06.30 14:49:52.184944 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.185039 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.185082 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:52.185480 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.185516 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.185838 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:49:52.186040 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.186174 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} executeQuery: Read 239 rows, 16.41 KiB in 0.001153 sec., 207285.34258456202 rows/sec., 13.90 MiB/sec. 2025.06.30 14:49:52.186211 [ 276 ] {6dc65e27-bd6b-416c-99af-090b1373f904} TCPHandler: Processed in 0.001317196 sec. 2025.06.30 14:49:52.186326 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.186420 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.186462 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:49:52.186779 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.186813 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.187104 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:49:52.187317 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.187444 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2025.06.30 14:49:52.187480 [ 276 ] {dd47dccc-7d72-41f4-8515-3899196c9c1c} TCPHandler: Processed in 0.001205194 sec. 2025.06.30 14:49:52.187588 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.187683 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.187736 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:52.188557 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.188593 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.189140 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:49:52.189361 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.189499 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} executeQuery: Read 33 rows, 60.55 KiB in 0.001834 sec., 17993.456924754635 rows/sec., 32.24 MiB/sec. 2025.06.30 14:49:52.189553 [ 276 ] {a67710d5-f5f4-4ae9-8be3-97ffe9e043bd} TCPHandler: Processed in 0.00201413 sec. 2025.06.30 14:49:52.189669 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:52.189766 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:52.189806 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:52.190134 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:52.190171 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:52.190476 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:49:52.190704 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:52.190827 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} executeQuery: Read 82 rows, 5.33 KiB in 0.001081 sec., 75855.68917668826 rows/sec., 4.82 MiB/sec. 2025.06.30 14:49:52.190863 [ 276 ] {61d46b6c-c0f6-42e4-b875-2c50599670b4} TCPHandler: Processed in 0.001243445 sec. 2025.06.30 14:49:53.000156 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.44 MiB, peak 254.93 MiB, free memory in arenas 0.00 B, will set to 252.40 MiB (RSS), difference: 6.96 MiB 2025.06.30 14:49:57.162472 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:57.162757 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:49:57.162849 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:49:57.163724 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:57.163765 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:57.164150 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:49:57.164368 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:57.164511 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} executeQuery: Read 74 rows, 6.10 KiB in 0.001826 sec., 40525.739320920045 rows/sec., 3.26 MiB/sec. 2025.06.30 14:49:57.164551 [ 276 ] {5370fbb2-1e9b-48f9-95ec-6a2cccabf15a} TCPHandler: Processed in 0.002248564 sec. 2025.06.30 14:49:57.164685 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:57.164786 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:49:57.164825 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:49:57.165288 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:57.165325 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:57.165633 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:49:57.165845 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:57.165977 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} executeQuery: Read 9 rows, 693.00 B in 0.00121 sec., 7438.01652892562 rows/sec., 559.30 KiB/sec. 2025.06.30 14:49:57.166013 [ 276 ] {76eab933-7181-4085-a6e7-df3292a718ca} TCPHandler: Processed in 0.001378067 sec. 2025.06.30 14:49:57.166128 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:57.166221 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:49:57.166260 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:49:57.166685 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:57.166721 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:57.167021 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:49:57.167248 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:57.167372 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} executeQuery: Read 73 rows, 5.84 KiB in 0.001169 sec., 62446.53550042772 rows/sec., 4.88 MiB/sec. 2025.06.30 14:49:57.167409 [ 276 ] {a915ec51-98be-42ee-aac3-c6c9ca6c64f1} TCPHandler: Processed in 0.001328686 sec. 2025.06.30 14:49:57.167518 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:57.167611 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:57.167653 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:49:57.168103 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:57.168139 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:57.168508 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:49:57.168717 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:57.168846 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} executeQuery: Read 160 rows, 11.41 KiB in 0.001253 sec., 127693.53551476456 rows/sec., 8.89 MiB/sec. 2025.06.30 14:49:57.168882 [ 276 ] {289ec8ff-681d-4a16-9d36-dc5de5940749} TCPHandler: Processed in 0.001410909 sec. 2025.06.30 14:49:57.168979 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:57.169073 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:49:57.169127 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:49:57.169895 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:57.169931 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:57.170465 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:49:57.170684 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:57.170820 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} executeQuery: Read 9 rows, 16.51 KiB in 0.001765 sec., 5099.150141643059 rows/sec., 9.14 MiB/sec. 2025.06.30 14:49:57.170872 [ 276 ] {ce203eb4-f689-4596-893f-4fbca3a22d4c} TCPHandler: Processed in 0.001939648 sec. 2025.06.30 14:49:57.170991 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:49:57.171089 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:49:57.171130 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:49:57.171500 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:57.171536 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:57.171837 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:49:57.172050 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:57.172176 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.06.30 14:49:57.172210 [ 276 ] {c6c7cae0-5681-40b5-90d6-e9d50e9c655f} TCPHandler: Processed in 0.001266475 sec. 2025.06.30 14:49:58.570105 [ 125 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:49:58.570160 [ 125 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:49:58.670272 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 2025.06.30 14:49:58.671057 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:58.671133 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:58.671855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:49:58.672089 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:58.672223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.06.30 14:49:58.707748 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 820 2025.06.30 14:49:58.710269 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:58.710326 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:58.711575 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:49:58.711858 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:58.712208 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2025.06.30 14:49:59.001163 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000813426 sec. 2025.06.30 14:49:59.481103 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.06.30 14:49:59.496099 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:49:59.496158 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:49:59.502070 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:49:59.502813 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:49:59.505772 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.06.30 14:50:02.168321 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.168597 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.168660 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:50:02.169457 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.169498 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.169915 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:50:02.170139 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.170262 [ 138 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:50:02.170288 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} executeQuery: Read 212 rows, 13.81 KiB in 0.00174 sec., 121839.08045977012 rows/sec., 7.75 MiB/sec. 2025.06.30 14:50:02.170334 [ 138 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.170347 [ 276 ] {019b6218-8189-4e0a-a1a0-107ace280e2f} TCPHandler: Processed in 0.002206074 sec. 2025.06.30 14:50:02.170370 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.170492 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:50:02.170506 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.170606 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:02.170622 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:02.170649 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 236 rows starting from the beginning of the part 2025.06.30 14:50:02.170667 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:02.170729 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.06.30 14:50:02.170800 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.06.30 14:50:02.170866 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.06.30 14:50:02.170931 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.06.30 14:50:02.170979 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.06.30 14:50:02.171385 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.171420 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.171897 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:50:02.171965 [ 193 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535011 sec., 844293.6239544863 rows/sec., 57.22 MiB/sec. 2025.06.30 14:50:02.172134 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.172159 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:50:02.172269 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} executeQuery: Read 683 rows, 55.64 KiB in 0.001672 sec., 408492.82296650717 rows/sec., 32.50 MiB/sec. 2025.06.30 14:50:02.172312 [ 276 ] {c9eb189b-a10b-4783-91c8-3c8a357a80c6} TCPHandler: Processed in 0.001872298 sec. 2025.06.30 14:50:02.172432 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.172481 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.172537 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.172567 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_11_2} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:50:02.172582 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:02.172666 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.30 14:50:02.173041 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.173082 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.173395 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:50:02.173599 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.173722 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} executeQuery: Read 139 rows, 8.87 KiB in 0.001212 sec., 114686.46864686468 rows/sec., 7.14 MiB/sec. 2025.06.30 14:50:02.173758 [ 276 ] {4371618b-4c93-4e0e-88de-a72635e3c8a8} TCPHandler: Processed in 0.001379208 sec. 2025.06.30 14:50:02.173868 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.173969 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.174007 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:50:02.174409 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.174443 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.174754 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:50:02.174958 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.175078 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} executeQuery: Read 113 rows, 7.49 KiB in 0.001126 sec., 100355.23978685612 rows/sec., 6.50 MiB/sec. 2025.06.30 14:50:02.175114 [ 276 ] {b433ee2e-6b08-4058-8caf-921f1af9af2e} TCPHandler: Processed in 0.001294166 sec. 2025.06.30 14:50:02.175222 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.175314 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.175352 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:50:02.175745 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.175780 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.176063 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:50:02.176277 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.176374 [ 140 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:50:02.176398 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} executeQuery: Read 112 rows, 6.53 KiB in 0.001102 sec., 101633.3938294011 rows/sec., 5.79 MiB/sec. 2025.06.30 14:50:02.176435 [ 140 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.176444 [ 276 ] {0a6340b0-eb66-433c-933c-048b523e4c5e} TCPHandler: Processed in 0.001269495 sec. 2025.06.30 14:50:02.176464 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.176564 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.176590 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:50:02.176661 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:02.176704 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:02.176747 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:02.176792 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 124 rows starting from the beginning of the part 2025.06.30 14:50:02.176865 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part 2025.06.30 14:50:02.176916 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part 2025.06.30 14:50:02.176963 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part 2025.06.30 14:50:02.177006 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part 2025.06.30 14:50:02.177050 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part 2025.06.30 14:50:02.177209 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.177251 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.177599 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:50:02.177826 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.177954 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} executeQuery: Read 415 rows, 30.23 KiB in 0.00131 sec., 316793.893129771 rows/sec., 22.53 MiB/sec. 2025.06.30 14:50:02.177991 [ 276 ] {a0cb4342-ba9f-4200-9aa6-c6e34f69704a} TCPHandler: Processed in 0.001474809 sec. 2025.06.30 14:50:02.178011 [ 194 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001485459 sec., 460463.7354514665 rows/sec., 28.14 MiB/sec. 2025.06.30 14:50:02.178101 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.178135 [ 194 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:50:02.178201 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:50:02.178247 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:50:02.178376 [ 194 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.178446 [ 194 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_11_2} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:50:02.178515 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:50:02.178571 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.178611 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.178912 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.30 14:50:02.179126 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.179249 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} executeQuery: Read 6 rows, 321.00 B in 0.001066 sec., 5628.517823639774 rows/sec., 294.07 KiB/sec. 2025.06.30 14:50:02.179284 [ 276 ] {2333eb86-aa14-4337-961f-396f93981b9e} TCPHandler: Processed in 0.001231865 sec. 2025.06.30 14:50:02.179387 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.179479 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.179520 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:02.179898 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.179934 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.180262 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:50:02.180472 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.180598 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} executeQuery: Read 237 rows, 16.27 KiB in 0.001137 sec., 208443.27176781002 rows/sec., 13.97 MiB/sec. 2025.06.30 14:50:02.180634 [ 276 ] {6797c70b-a254-49bc-9097-a6c16fe17b1a} TCPHandler: Processed in 0.001293926 sec. 2025.06.30 14:50:02.180742 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.180847 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.180887 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:50:02.181185 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.181219 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.181506 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:50:02.181706 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.181798 [ 140 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.30 14:50:02.181825 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} executeQuery: Read 1 rows, 69.00 B in 0.000996 sec., 1004.0160642570282 rows/sec., 67.65 KiB/sec. 2025.06.30 14:50:02.181829 [ 140 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.181864 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.181867 [ 276 ] {85dd455d-5e37-42df-8d0b-bfc0760febe3} TCPHandler: Processed in 0.001172063 sec. 2025.06.30 14:50:02.181943 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:50:02.181978 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.182063 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:02.182076 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.182101 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2025.06.30 14:50:02.182138 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:02.182160 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.06.30 14:50:02.182209 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.06.30 14:50:02.182245 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.06.30 14:50:02.182282 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.06.30 14:50:02.182320 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.06.30 14:50:02.183041 [ 191 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001131052 sec., 9725.459130084204 rows/sec., 651.88 KiB/sec. 2025.06.30 14:50:02.183108 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.183169 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.183240 [ 200 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.30 14:50:02.183597 [ 200 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.183682 [ 200 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_11_2} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.30 14:50:02.183770 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:50:02.183958 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:50:02.184246 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.184410 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} executeQuery: Read 33 rows, 60.55 KiB in 0.002351 sec., 14036.580178647386 rows/sec., 25.15 MiB/sec. 2025.06.30 14:50:02.184473 [ 276 ] {98af44ac-1701-4433-ae77-c6ddb6ee3a8d} TCPHandler: Processed in 0.00254242 sec. 2025.06.30 14:50:02.184602 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:02.184696 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:02.184736 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:02.185070 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:02.185107 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.30 14:50:02.185416 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:50:02.185622 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:02.185751 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} executeQuery: Read 82 rows, 5.33 KiB in 0.001074 sec., 76350.09310986965 rows/sec., 4.85 MiB/sec. 2025.06.30 14:50:02.185786 [ 276 ] {dca61b77-ec55-447a-9c0a-889d1df92f23} TCPHandler: Processed in 0.001232704 sec. 2025.06.30 14:50:06.172283 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 2025.06.30 14:50:06.172829 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:06.172868 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:06.173394 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:50:06.173641 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:06.173780 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 2025.06.30 14:50:07.005817 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.06.30 14:50:07.021571 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.021626 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.027533 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:50:07.028226 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.031019 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.06.30 14:50:07.161959 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.162206 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:50:07.162299 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:50:07.163111 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.163155 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.163478 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:50:07.163691 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.163832 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} executeQuery: Read 8 rows, 668.00 B in 0.001692 sec., 4728.132387706856 rows/sec., 385.55 KiB/sec. 2025.06.30 14:50:07.163872 [ 276 ] {205f3ff4-97ea-4e8d-885a-84e900255f6c} TCPHandler: Processed in 0.002084982 sec. 2025.06.30 14:50:07.164017 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.164116 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:07.164156 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:07.164664 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.164701 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.165005 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:50:07.165212 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.165321 [ 132 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:50:07.165337 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} executeQuery: Read 78 rows, 6.39 KiB in 0.001243 sec., 62751.407884151246 rows/sec., 5.02 MiB/sec. 2025.06.30 14:50:07.165389 [ 132 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.165397 [ 276 ] {2f352304-ebbb-4f31-adf5-e37852ddbe7e} TCPHandler: Processed in 0.001435819 sec. 2025.06.30 14:50:07.165418 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.165543 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.165550 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:50:07.165643 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:07.165687 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:07.165689 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:07.165732 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 831 rows starting from the beginning of the part 2025.06.30 14:50:07.165796 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part 2025.06.30 14:50:07.165838 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 686 rows starting from the beginning of the part 2025.06.30 14:50:07.165879 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 74 rows starting from the beginning of the part 2025.06.30 14:50:07.165916 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 683 rows starting from the beginning of the part 2025.06.30 14:50:07.166002 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:50:07.166184 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.166225 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.166675 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:50:07.166901 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.167011 [ 132 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.06.30 14:50:07.167030 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} executeQuery: Read 17 rows, 1.24 KiB in 0.001405 sec., 12099.64412811388 rows/sec., 879.25 KiB/sec. 2025.06.30 14:50:07.167046 [ 132 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.167072 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.167078 [ 276 ] {dc641d01-f02a-417e-82f7-bce3d5e23487} TCPHandler: Processed in 0.001585692 sec. 2025.06.30 14:50:07.167158 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.06.30 14:50:07.167199 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.167280 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:07.167297 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:07.167317 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 176 rows starting from the beginning of the part 2025.06.30 14:50:07.167341 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:07.167354 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 5 columns (5 merged, 0 gathered) in 0.001852237 sec., 1309767.5945356884 rows/sec., 110.26 MiB/sec. 2025.06.30 14:50:07.167388 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:07.167447 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 143 rows starting from the beginning of the part 2025.06.30 14:50:07.167488 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:07.167527 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 139 rows starting from the beginning of the part 2025.06.30 14:50:07.167566 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part 2025.06.30 14:50:07.167624 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:50:07.167820 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.167866 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.167960 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.168053 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_46_9} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:50:07.168165 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.30 14:50:07.168293 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:50:07.168417 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299636 sec., 379336.98358617333 rows/sec., 25.67 MiB/sec. 2025.06.30 14:50:07.168516 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.168560 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.06.30 14:50:07.168631 [ 132 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:50:07.168657 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} executeQuery: Read 81 rows, 6.49 KiB in 0.001377 sec., 58823.529411764706 rows/sec., 4.60 MiB/sec. 2025.06.30 14:50:07.168659 [ 132 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.168699 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.168704 [ 276 ] {ee1257b5-c9df-42d2-b912-49da087d164f} TCPHandler: Processed in 0.001553111 sec. 2025.06.30 14:50:07.168775 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:50:07.168810 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.168829 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.168870 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:07.168882 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_40_8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.06.30 14:50:07.168905 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 494 rows starting from the beginning of the part 2025.06.30 14:50:07.168929 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:07.168953 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:50:07.168970 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 73 rows starting from the beginning of the part 2025.06.30 14:50:07.168978 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:07.169020 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 419 rows starting from the beginning of the part 2025.06.30 14:50:07.169065 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 73 rows starting from the beginning of the part 2025.06.30 14:50:07.169103 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 415 rows starting from the beginning of the part 2025.06.30 14:50:07.169139 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 81 rows starting from the beginning of the part 2025.06.30 14:50:07.169471 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.169514 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.169868 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:50:07.170073 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.170129 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1555 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390117 sec., 1118610.8795158968 rows/sec., 85.70 MiB/sec. 2025.06.30 14:50:07.170174 [ 132 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:50:07.170202 [ 132 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.170202 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} executeQuery: Read 164 rows, 11.69 KiB in 0.001292 sec., 126934.98452012385 rows/sec., 8.84 MiB/sec. 2025.06.30 14:50:07.170221 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.170253 [ 276 ] {dd6978b8-dea4-40ef-96a3-698402230dc5} TCPHandler: Processed in 0.001472159 sec. 2025.06.30 14:50:07.170297 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:07.170311 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:50:07.170371 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.170394 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:07.170431 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 4282 rows starting from the beginning of the part 2025.06.30 14:50:07.170479 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:07.170481 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:07.170539 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 239 rows starting from the beginning of the part 2025.06.30 14:50:07.170543 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:07.170575 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2025.06.30 14:50:07.170614 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part 2025.06.30 14:50:07.170624 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.170650 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 164 rows starting from the beginning of the part 2025.06.30 14:50:07.170711 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_46_9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:50:07.170804 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.06.30 14:50:07.171282 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.171324 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.171841 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:50:07.172068 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.172206 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} executeQuery: Read 9 rows, 16.51 KiB in 0.001747 sec., 5151.688609044076 rows/sec., 9.23 MiB/sec. 2025.06.30 14:50:07.172259 [ 276 ] {35f34f9c-48e3-4c86-8c41-605df0c5b8ca} TCPHandler: Processed in 0.001936529 sec. 2025.06.30 14:50:07.172373 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:07.172468 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:07.172509 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:07.172617 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5242 rows, containing 5 columns (5 merged, 0 gathered) in 0.002347777 sec., 2232750.384725636 rows/sec., 155.39 MiB/sec. 2025.06.30 14:50:07.172842 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.172882 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.173063 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:50:07.173205 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:50:07.173416 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.173472 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.173506 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_46_9} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:50:07.173592 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2025.06.30 14:50:07.173608 [ 134 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:50:07.173611 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2025.06.30 14:50:07.173654 [ 134 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:07.173670 [ 276 ] {85be4a38-2896-46dd-830b-269c20fd0e51} TCPHandler: Processed in 0.001346227 sec. 2025.06.30 14:50:07.173681 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:07.173782 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:07.173893 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:07.173918 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1544 rows starting from the beginning of the part 2025.06.30 14:50:07.173970 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:07.174011 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part 2025.06.30 14:50:07.174051 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.06.30 14:50:07.174092 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part 2025.06.30 14:50:07.174132 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:07.175017 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 4 columns (4 merged, 0 gathered) in 0.001272276 sec., 1483954.739380449 rows/sec., 97.06 MiB/sec. 2025.06.30 14:50:07.175245 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:50:07.175528 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:07.175600 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_46_9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:50:07.175672 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2025.06.30 14:50:08.712406 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 856 2025.06.30 14:50:08.714828 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:08.714887 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:08.716100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:50:08.716372 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:08.716735 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 856 2025.06.30 14:50:12.163006 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:12.163321 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:12.163424 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:12.164258 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.164302 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.164696 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:50:12.164922 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.165076 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} executeQuery: Read 122 rows, 10.67 KiB in 0.001833 sec., 66557.55591925804 rows/sec., 5.69 MiB/sec. 2025.06.30 14:50:12.165124 [ 276 ] {5f1833b4-445b-45ec-82e1-37f3a785ca67} TCPHandler: Processed in 0.002302056 sec. 2025.06.30 14:50:12.165251 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:12.165353 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:12.165423 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:12.165837 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.165874 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.166175 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:50:12.166394 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.166524 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} executeQuery: Read 33 rows, 2.48 KiB in 0.001194 sec., 27638.19095477387 rows/sec., 2.03 MiB/sec. 2025.06.30 14:50:12.166561 [ 276 ] {68f92c26-b31a-4f3a-8a31-27224fddb4d0} TCPHandler: Processed in 0.001361547 sec. 2025.06.30 14:50:12.166660 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:12.166781 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:12.166821 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:12.167231 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.167266 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.167569 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:50:12.167779 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.167904 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} executeQuery: Read 97 rows, 7.76 KiB in 0.001143 sec., 84864.39195100612 rows/sec., 6.63 MiB/sec. 2025.06.30 14:50:12.167940 [ 276 ] {0e99660c-7c43-49c6-b125-f25ae246eda6} TCPHandler: Processed in 0.001327947 sec. 2025.06.30 14:50:12.168047 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:12.168142 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:12.168185 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:12.168601 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.168637 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.168955 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:50:12.169165 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.169291 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.06.30 14:50:12.169327 [ 276 ] {b3086021-c898-495f-a006-425fcb56552c} TCPHandler: Processed in 0.001327446 sec. 2025.06.30 14:50:12.169428 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:12.169521 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:12.169575 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:12.170360 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.170396 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.170940 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:50:12.171168 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.171289 [ 123 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:50:12.171303 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} executeQuery: Read 33 rows, 60.55 KiB in 0.0018 sec., 18333.333333333332 rows/sec., 32.85 MiB/sec. 2025.06.30 14:50:12.171389 [ 123 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.171421 [ 276 ] {8b989e16-119a-43a6-8757-a307fa21faff} TCPHandler: Processed in 0.002038971 sec. 2025.06.30 14:50:12.171432 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.171544 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:12.171580 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:50:12.171644 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:12.171690 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:12.171914 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:12.172011 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 744 rows starting from the beginning of the part 2025.06.30 14:50:12.172030 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:12.172073 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:12.172218 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:12.172379 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:50:12.172393 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:12.172557 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:12.172604 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.172713 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:12.172738 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.06.30 14:50:12.172779 [ 276 ] {d624851c-8a85-42e4-b21f-efbd57d60cb3} TCPHandler: Processed in 0.001284685 sec. 2025.06.30 14:50:12.172854 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:12.188622 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 861 rows, containing 19 columns (19 merged, 0 gathered) in 0.017102421 sec., 50343.74957791064 rows/sec., 90.21 MiB/sec. 2025.06.30 14:50:12.189420 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:50:12.189746 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:12.189821 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_41_8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:50:12.189912 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. 2025.06.30 14:50:13.000236 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 255.01 MiB, peak 262.59 MiB, free memory in arenas 0.00 B, will set to 258.20 MiB (RSS), difference: 3.19 MiB 2025.06.30 14:50:13.570250 [ 122 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:50:13.570309 [ 122 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:50:13.673857 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 2025.06.30 14:50:13.674403 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:13.674447 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:13.674956 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:50:13.675179 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:13.675301 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.06.30 14:50:14.531079 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.06.30 14:50:14.547278 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:14.547339 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:14.553898 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:50:14.554628 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:14.557734 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.06.30 14:50:15.153283 [ 79 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2025.06.30 14:50:15.153357 [ 79 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:15.153378 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:15.153487 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2025.06.30 14:50:15.153635 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:15.153671 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.06.30 14:50:15.153735 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.06.30 14:50:15.153781 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.06.30 14:50:15.153822 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.06.30 14:50:15.153861 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.06.30 14:50:15.154613 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001175893 sec., 51025.05074866506 rows/sec., 2.60 MiB/sec. 2025.06.30 14:50:15.154721 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.06.30 14:50:15.154956 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:15.155023 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_10_2} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2025.06.30 14:50:15.155097 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:50:17.161555 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:17.161837 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:17.161942 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:17.162713 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:17.162761 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:17.163162 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:50:17.163412 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:17.163570 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} executeQuery: Read 74 rows, 6.10 KiB in 0.00181 sec., 40883.97790055248 rows/sec., 3.29 MiB/sec. 2025.06.30 14:50:17.163613 [ 276 ] {fb38c45a-0367-42c1-b179-81dd660a4e25} TCPHandler: Processed in 0.002245625 sec. 2025.06.30 14:50:17.163747 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:17.163848 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:17.163892 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:17.164369 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:17.164405 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:17.164712 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:50:17.164929 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:17.165057 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} executeQuery: Read 9 rows, 693.00 B in 0.001232 sec., 7305.194805194805 rows/sec., 549.32 KiB/sec. 2025.06.30 14:50:17.165094 [ 276 ] {5d36fd23-c363-4c15-9968-10384fe5b81f} TCPHandler: Processed in 0.001404578 sec. 2025.06.30 14:50:17.165233 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:17.165327 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:17.165366 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:17.165822 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:17.165858 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:17.166183 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:50:17.166393 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:17.166519 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} executeQuery: Read 73 rows, 5.84 KiB in 0.00121 sec., 60330.5785123967 rows/sec., 4.71 MiB/sec. 2025.06.30 14:50:17.166555 [ 276 ] {a8834474-47eb-4fe2-9ab3-d7932e5297d3} TCPHandler: Processed in 0.001373627 sec. 2025.06.30 14:50:17.166673 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:17.166767 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:17.166810 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:17.167255 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:17.167293 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:17.167621 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:50:17.167826 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:17.167954 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2025.06.30 14:50:17.167990 [ 276 ] {a79e5539-dedc-458c-a7c8-7ec262d9d76b} TCPHandler: Processed in 0.001365007 sec. 2025.06.30 14:50:17.168090 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:17.168185 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:17.168239 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:17.169004 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:17.169041 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:17.169550 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:50:17.169766 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:17.169901 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} executeQuery: Read 9 rows, 16.51 KiB in 0.001735 sec., 5187.319884726225 rows/sec., 9.30 MiB/sec. 2025.06.30 14:50:17.169953 [ 276 ] {8ceb9ea6-8638-4c16-9bc0-b0680a2a7e4a} TCPHandler: Processed in 0.001911048 sec. 2025.06.30 14:50:17.170067 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:17.170162 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:17.170203 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:17.170540 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:17.170576 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:17.170881 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:50:17.171080 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:17.171205 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.06.30 14:50:17.171240 [ 276 ] {3f0fa540-34e6-4844-940c-7ed0a9e53cc6} TCPHandler: Processed in 0.001222915 sec. 2025.06.30 14:50:18.716945 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 880 2025.06.30 14:50:18.719213 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:18.719261 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:18.720644 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:50:18.720959 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:18.721318 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 880 2025.06.30 14:50:21.175389 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 2025.06.30 14:50:21.176158 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:21.176195 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:21.176654 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:50:21.176875 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:21.177010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.06.30 14:50:22.057785 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.06.30 14:50:22.075442 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.075509 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.081928 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:50:22.082638 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.085681 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.06.30 14:50:22.163402 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.163583 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:50:22.163653 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:50:22.164293 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.164335 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.164681 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:50:22.164899 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.165050 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} executeQuery: Read 6 rows, 501.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 322.09 KiB/sec. 2025.06.30 14:50:22.165097 [ 276 ] {fab31046-1956-412f-a1c7-c3df1b462e3a} TCPHandler: Processed in 0.001828876 sec. 2025.06.30 14:50:22.165218 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.165314 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:22.165354 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:22.165818 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.165855 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.166163 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:50:22.166370 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.166496 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} executeQuery: Read 125 rows, 10.89 KiB in 0.001201 sec., 104079.93338884263 rows/sec., 8.86 MiB/sec. 2025.06.30 14:50:22.166534 [ 276 ] {40aef930-52ed-4317-b893-de3962ff9779} TCPHandler: Processed in 0.001366027 sec. 2025.06.30 14:50:22.166646 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.166740 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:22.166780 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:22.167181 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.167217 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.167508 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:50:22.167713 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.167841 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} executeQuery: Read 39 rows, 2.90 KiB in 0.001118 sec., 34883.72093023256 rows/sec., 2.53 MiB/sec. 2025.06.30 14:50:22.167878 [ 276 ] {bf2a43f3-e05f-452d-99f2-41fedf65301b} TCPHandler: Processed in 0.001281136 sec. 2025.06.30 14:50:22.167979 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.168072 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:22.168111 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:22.168544 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.168582 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.168891 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:50:22.169096 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.169230 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} executeQuery: Read 103 rows, 8.25 KiB in 0.001177 sec., 87510.62022090059 rows/sec., 6.84 MiB/sec. 2025.06.30 14:50:22.169267 [ 276 ] {92de99ed-81de-4fd0-9598-4f971afc9267} TCPHandler: Processed in 0.001337567 sec. 2025.06.30 14:50:22.169378 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.169473 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:22.169516 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:22.169923 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.169959 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.170278 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:50:22.170482 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.170612 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} executeQuery: Read 163 rows, 11.62 KiB in 0.001157 sec., 140881.59031979257 rows/sec., 9.81 MiB/sec. 2025.06.30 14:50:22.170648 [ 276 ] {58bfe774-18af-49aa-8726-007145b6c1de} TCPHandler: Processed in 0.001318536 sec. 2025.06.30 14:50:22.170767 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.170892 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:22.170959 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:22.171794 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.171832 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.172393 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:50:22.172613 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.172755 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} executeQuery: Read 33 rows, 60.55 KiB in 0.00189 sec., 17460.31746031746 rows/sec., 31.29 MiB/sec. 2025.06.30 14:50:22.172815 [ 276 ] {392d4c3b-5048-4cea-be2e-e64e8bdd4123} TCPHandler: Processed in 0.002109622 sec. 2025.06.30 14:50:22.172926 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:22.173024 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:22.173067 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:22.173403 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:22.173440 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:22.173742 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:50:22.173949 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:22.174077 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.06.30 14:50:22.174114 [ 276 ] {bdb01418-b0b5-4aff-8974-20125ace648f} TCPHandler: Processed in 0.001236975 sec. 2025.06.30 14:50:27.161470 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:27.161664 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:27.161726 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:27.162350 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:27.162386 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:27.162756 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:50:27.162971 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:27.163115 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} executeQuery: Read 74 rows, 6.10 KiB in 0.0015 sec., 49333.333333333336 rows/sec., 3.97 MiB/sec. 2025.06.30 14:50:27.163154 [ 276 ] {1d0b8bb0-f9a1-4477-bb35-27f841d1f7e7} TCPHandler: Processed in 0.001810396 sec. 2025.06.30 14:50:27.163289 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:27.163384 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:27.163422 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:27.163863 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:27.163897 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:27.164183 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:50:27.164380 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:27.164501 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} executeQuery: Read 9 rows, 693.00 B in 0.001136 sec., 7922.5352112676055 rows/sec., 595.74 KiB/sec. 2025.06.30 14:50:27.164536 [ 276 ] {188c5d36-6032-4147-be3a-7c7d87f12563} TCPHandler: Processed in 0.001310116 sec. 2025.06.30 14:50:27.164654 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:27.164746 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:27.164785 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:27.165232 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:27.165265 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:27.165544 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:50:27.165749 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:27.165869 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} executeQuery: Read 73 rows, 5.84 KiB in 0.001141 sec., 63978.965819456615 rows/sec., 4.99 MiB/sec. 2025.06.30 14:50:27.165904 [ 276 ] {59749be4-051e-440b-a4be-5c4c47fb8579} TCPHandler: Processed in 0.001306616 sec. 2025.06.30 14:50:27.166022 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:27.166115 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:27.166158 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:27.166565 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:27.166598 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:27.166907 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:50:27.167107 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:27.167229 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001132 sec., 141342.75618374557 rows/sec., 9.84 MiB/sec. 2025.06.30 14:50:27.167263 [ 276 ] {c96a5abe-e943-4353-b864-fc80fdbb26ee} TCPHandler: Processed in 0.001295936 sec. 2025.06.30 14:50:27.167369 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:27.167461 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:27.167514 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:27.168244 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:27.168277 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:27.168759 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:50:27.168972 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:27.169102 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} executeQuery: Read 9 rows, 16.51 KiB in 0.001659 sec., 5424.9547920434 rows/sec., 9.72 MiB/sec. 2025.06.30 14:50:27.169160 [ 276 ] {e4c16410-4443-43b9-92fe-ba237a2d294a} TCPHandler: Processed in 0.001846047 sec. 2025.06.30 14:50:27.169272 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:27.169366 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:27.169406 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:27.169726 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:27.169759 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:27.170063 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:50:27.170261 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:27.170382 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} executeQuery: Read 60 rows, 4.14 KiB in 0.001034 sec., 58027.07930367505 rows/sec., 3.91 MiB/sec. 2025.06.30 14:50:27.170415 [ 276 ] {fab0b3b0-1601-4fdf-9445-9a5fbec06fbe} TCPHandler: Processed in 0.001190994 sec. 2025.06.30 14:50:28.570395 [ 116 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:50:28.570484 [ 116 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:50:28.677080 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 2025.06.30 14:50:28.677542 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:28.677579 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:28.678041 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:50:28.678267 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:28.678396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.06.30 14:50:28.678430 [ 115 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:50:28.678504 [ 115 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:28.678523 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:28.678617 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:50:28.678710 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:28.678740 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part 2025.06.30 14:50:28.678793 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part 2025.06.30 14:50:28.678842 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part 2025.06.30 14:50:28.678884 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part 2025.06.30 14:50:28.678921 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part 2025.06.30 14:50:28.678957 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part 2025.06.30 14:50:28.680677 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002089612 sec., 7911038.030026628 rows/sec., 113.17 MiB/sec. 2025.06.30 14:50:28.680839 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:50:28.681156 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:28.681237 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_36_7} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:50:28.681361 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.06.30 14:50:28.721477 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 906 2025.06.30 14:50:28.723917 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:28.723960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:28.725129 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:50:28.725389 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:28.725557 [ 114 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:50:28.725627 [ 114 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:28.725650 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:28.725736 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:50:28.725739 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 906 2025.06.30 14:50:28.726248 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:28.726408 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 746 rows starting from the beginning of the part 2025.06.30 14:50:28.726781 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part 2025.06.30 14:50:28.727137 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2025.06.30 14:50:28.727476 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:50:28.727812 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:50:28.728134 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 26 rows starting from the beginning of the part 2025.06.30 14:50:28.734075 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 72 columns (72 merged, 0 gathered) in 0.008369466 sec., 108250.63391141083 rows/sec., 90.38 MiB/sec. 2025.06.30 14:50:28.735458 [ 193 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:50:28.736047 [ 193 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:28.736129 [ 193 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_26_5} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:50:28.736459 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2025.06.30 14:50:29.585741 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.06.30 14:50:29.603034 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:29.603091 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:29.609000 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:50:29.609711 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:29.610035 [ 115 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:50:29.610110 [ 115 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:29.610137 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:29.610273 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.613060 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.06.30 14:50:29.613733 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:29.615184 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.619772 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.624288 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.628596 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.632834 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.636960 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:50:29.688458 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.07824624 sec., 3463.425207396547 rows/sec., 17.91 MiB/sec. 2025.06.30 14:50:29.691268 [ 194 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:50:29.693541 [ 194 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_36_7} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:29.693653 [ 194 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_36_7} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:50:29.695877 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.06.30 14:50:30.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.96 MiB, peak 272.84 MiB, free memory in arenas 0.00 B, will set to 263.15 MiB (RSS), difference: 2.19 MiB 2025.06.30 14:50:32.162999 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:32.163196 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:32.163267 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:32.163945 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.163988 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.164423 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:50:32.164643 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.164777 [ 112 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:50:32.164791 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} executeQuery: Read 122 rows, 10.67 KiB in 0.00165 sec., 73939.39393939394 rows/sec., 6.32 MiB/sec. 2025.06.30 14:50:32.164841 [ 112 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.164854 [ 276 ] {cb758302-b7af-4e77-bed9-7527d02b725e} TCPHandler: Processed in 0.00198838 sec. 2025.06.30 14:50:32.164868 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.164978 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:50:32.165006 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:32.165087 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:32.165101 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:32.165119 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 834 rows starting from the beginning of the part 2025.06.30 14:50:32.165142 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:32.165184 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 122 rows starting from the beginning of the part 2025.06.30 14:50:32.165245 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part 2025.06.30 14:50:32.165296 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 125 rows starting from the beginning of the part 2025.06.30 14:50:32.165346 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part 2025.06.30 14:50:32.165389 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 122 rows starting from the beginning of the part 2025.06.30 14:50:32.165585 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.165619 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:32.166142 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:50:32.166314 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1351 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383147 sec., 976758.0741598688 rows/sec., 84.37 MiB/sec. 2025.06.30 14:50:32.166352 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.166466 [ 112 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.06.30 14:50:32.166470 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:50:32.166484 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} executeQuery: Read 33 rows, 2.48 KiB in 0.001401 sec., 23554.603854389723 rows/sec., 1.73 MiB/sec. 2025.06.30 14:50:32.166504 [ 112 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.166552 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.166561 [ 276 ] {4fb39511-7cca-47d2-bdb6-d2750faf8635} TCPHandler: Processed in 0.001605582 sec. 2025.06.30 14:50:32.166658 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.06.30 14:50:32.166687 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:32.166719 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.166785 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_51_10} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:50:32.166791 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:32.166798 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:32.166836 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:32.166843 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.30 14:50:32.166843 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 180 rows starting from the beginning of the part 2025.06.30 14:50:32.166932 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:32.166976 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:32.167019 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part 2025.06.30 14:50:32.167058 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:32.167096 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:32.167297 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.167339 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:32.167682 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:50:32.167899 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.167921 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 303 rows, containing 5 columns (5 merged, 0 gathered) in 0.001307566 sec., 231728.26457708445 rows/sec., 16.67 MiB/sec. 2025.06.30 14:50:32.168035 [ 112 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:50:32.168043 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} executeQuery: Read 97 rows, 7.76 KiB in 0.001268 sec., 76498.42271293375 rows/sec., 5.97 MiB/sec. 2025.06.30 14:50:32.168084 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.06.30 14:50:32.168077 [ 112 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.168105 [ 276 ] {d550ef26-1515-4010-ae9f-0c107bd26c55} TCPHandler: Processed in 0.001466649 sec. 2025.06.30 14:50:32.168130 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.168239 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:50:32.168245 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:32.168330 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:32.168356 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:32.168357 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 498 rows starting from the beginning of the part 2025.06.30 14:50:32.168372 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.168400 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:32.168421 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 97 rows starting from the beginning of the part 2025.06.30 14:50:32.168452 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_45_9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.06.30 14:50:32.168466 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 73 rows starting from the beginning of the part 2025.06.30 14:50:32.168511 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 103 rows starting from the beginning of the part 2025.06.30 14:50:32.168529 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:50:32.168553 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 73 rows starting from the beginning of the part 2025.06.30 14:50:32.168595 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 97 rows starting from the beginning of the part 2025.06.30 14:50:32.168839 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.168873 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:32.169205 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:50:32.169385 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 941 rows, containing 5 columns (5 merged, 0 gathered) in 0.001182893 sec., 795507.2859506313 rows/sec., 63.08 MiB/sec. 2025.06.30 14:50:32.169408 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.169512 [ 112 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:50:32.169542 [ 112 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.169542 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.06.30 14:50:32.169562 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.169584 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:50:32.169597 [ 276 ] {b493e950-8746-48bd-98b0-e7db2e819533} TCPHandler: Processed in 0.001398138 sec. 2025.06.30 14:50:32.169639 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:32.169714 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:32.169726 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:32.169767 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 5242 rows starting from the beginning of the part 2025.06.30 14:50:32.169813 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:32.169821 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:32.169852 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.06.30 14:50:32.169883 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:32.169895 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 163 rows starting from the beginning of the part 2025.06.30 14:50:32.169898 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.169935 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:32.169971 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.06.30 14:50:32.170011 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_51_10} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:50:32.170113 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.30 14:50:32.170696 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.170738 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:32.171415 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:50:32.171668 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.171817 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} executeQuery: Read 33 rows, 60.55 KiB in 0.002012 sec., 16401.59045725646 rows/sec., 29.39 MiB/sec. 2025.06.30 14:50:32.171874 [ 276 ] {b9bdade0-6106-42ee-93b2-fd1cd18d02c7} TCPHandler: Processed in 0.002206674 sec. 2025.06.30 14:50:32.171987 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:32.172080 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:32.172121 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:32.172141 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6045 rows, containing 5 columns (5 merged, 0 gathered) in 0.002530951 sec., 2388430.2777888626 rows/sec., 166.24 MiB/sec. 2025.06.30 14:50:32.172455 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.172495 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.172613 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:50:32.172869 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.172898 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:50:32.172948 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_51_10} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:50:32.173015 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2025.06.30 14:50:32.173122 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.173229 [ 112 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:50:32.173256 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2025.06.30 14:50:32.173257 [ 112 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:32.173296 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.30 14:50:32.173301 [ 276 ] {e74544dd-f12f-474a-bb86-1a1ff0e1b020} TCPHandler: Processed in 0.001362498 sec. 2025.06.30 14:50:32.173374 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:32.173472 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:32.173497 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1888 rows starting from the beginning of the part 2025.06.30 14:50:32.173544 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:32.173585 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:32.173620 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:32.173655 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:32.173690 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.06.30 14:50:32.174573 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 4 columns (4 merged, 0 gathered) in 0.001235855 sec., 1770434.233789563 rows/sec., 116.28 MiB/sec. 2025.06.30 14:50:32.174899 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:50:32.175252 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:32.175344 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_51_10} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:50:32.175441 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.06.30 14:50:36.178483 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 2025.06.30 14:50:36.179173 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:36.179211 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:36.179684 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:50:36.179910 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:36.180061 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.06.30 14:50:37.113125 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.06.30 14:50:37.128853 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.128912 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.135317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:50:37.135998 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.138817 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.06.30 14:50:37.169506 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.169671 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.169736 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:50:37.170354 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.170397 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.170735 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:50:37.170946 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.171086 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} executeQuery: Read 24 rows, 2.04 KiB in 0.001455 sec., 16494.845360824744 rows/sec., 1.37 MiB/sec. 2025.06.30 14:50:37.171126 [ 276 ] {a2e34350-63e2-4291-89f3-e7d2670585be} TCPHandler: Processed in 0.001738435 sec. 2025.06.30 14:50:37.171242 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.171338 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:50:37.171378 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:50:37.171768 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.171803 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.172089 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:50:37.172308 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.172433 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} executeQuery: Read 2 rows, 167.00 B in 0.001112 sec., 1798.5611510791368 rows/sec., 146.66 KiB/sec. 2025.06.30 14:50:37.172470 [ 276 ] {d2b96f10-52fe-44c7-9f2b-001e260d03da} TCPHandler: Processed in 0.001278516 sec. 2025.06.30 14:50:37.172607 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.172732 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:37.172782 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:37.173391 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.173434 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.173793 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:50:37.174000 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.174128 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} executeQuery: Read 195 rows, 17.61 KiB in 0.001421 sec., 137227.30471498944 rows/sec., 12.10 MiB/sec. 2025.06.30 14:50:37.174165 [ 276 ] {f8906707-5405-41e1-9358-76bcc711e3ba} TCPHandler: Processed in 0.001620153 sec. 2025.06.30 14:50:37.174286 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.174384 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.174424 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:37.174821 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.174857 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.175158 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:50:37.175365 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.175493 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} executeQuery: Read 23 rows, 1.78 KiB in 0.001129 sec., 20372.010628875112 rows/sec., 1.54 MiB/sec. 2025.06.30 14:50:37.175530 [ 276 ] {87c3cbb3-5216-4d83-91e0-556fb2992f19} TCPHandler: Processed in 0.001301976 sec. 2025.06.30 14:50:37.175638 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.175732 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.175771 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:50:37.176161 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.176196 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.176489 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:50:37.176700 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.176826 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} executeQuery: Read 24 rows, 2.04 KiB in 0.001112 sec., 21582.733812949642 rows/sec., 1.79 MiB/sec. 2025.06.30 14:50:37.176862 [ 276 ] {13b90a04-a6f0-4868-ab4f-ccfbb579ada9} TCPHandler: Processed in 0.001281025 sec. 2025.06.30 14:50:37.176990 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.177111 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.177158 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:50:37.177612 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.177646 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.177941 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:50:37.178142 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.178265 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} executeQuery: Read 12 rows, 960.00 B in 0.001178 sec., 10186.757215619695 rows/sec., 795.84 KiB/sec. 2025.06.30 14:50:37.178300 [ 276 ] {40ec05ed-bf39-493d-a19a-f421c67c3463} TCPHandler: Processed in 0.001377668 sec. 2025.06.30 14:50:37.178411 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.178507 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:37.178546 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:37.178976 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.179012 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.179330 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:50:37.179543 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.179668 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} executeQuery: Read 111 rows, 9.26 KiB in 0.001178 sec., 94227.50424448217 rows/sec., 7.67 MiB/sec. 2025.06.30 14:50:37.179716 [ 276 ] {7ec5836a-0c53-4369-8645-c57edc50e299} TCPHandler: Processed in 0.001363017 sec. 2025.06.30 14:50:37.179824 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.179919 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.179963 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:37.180409 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.180442 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.180777 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:50:37.180991 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.181118 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} executeQuery: Read 341 rows, 26.42 KiB in 0.001216 sec., 280427.63157894736 rows/sec., 21.22 MiB/sec. 2025.06.30 14:50:37.181166 [ 276 ] {5ba65b1c-52d2-4382-ae20-32799b6f87ab} TCPHandler: Processed in 0.001391727 sec. 2025.06.30 14:50:37.181282 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.181377 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.181432 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:37.182137 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.182170 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.182647 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:50:37.182867 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.182999 [ 105 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:50:37.183002 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} executeQuery: Read 9 rows, 16.51 KiB in 0.001641 sec., 5484.460694698354 rows/sec., 9.83 MiB/sec. 2025.06.30 14:50:37.183043 [ 105 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.183065 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.183075 [ 276 ] {85de9534-a057-4bce-bb4f-ac070e264317} TCPHandler: Processed in 0.001842346 sec. 2025.06.30 14:50:37.183192 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:37.183194 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:50:37.183289 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:37.183336 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:37.183497 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:37.183565 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 861 rows starting from the beginning of the part 2025.06.30 14:50:37.183682 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:37.183701 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:37.183723 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:37.183827 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:37.183947 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:37.184058 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:50:37.184059 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:37.184191 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:37.184292 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.184428 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2025.06.30 14:50:37.184465 [ 276 ] {2a948c7f-ec23-4b36-842c-4119da38bcf0} TCPHandler: Processed in 0.001322837 sec. 2025.06.30 14:50:37.190825 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 19 columns (19 merged, 0 gathered) in 0.007689903 sec., 124058.78201584598 rows/sec., 222.31 MiB/sec. 2025.06.30 14:50:37.192035 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:50:37.192364 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:37.192437 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_46_9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:50:37.192527 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.09 MiB. 2025.06.30 14:50:38.000241 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 265.62 MiB, peak 273.70 MiB, free memory in arenas 0.00 B, will set to 269.91 MiB (RSS), difference: 4.29 MiB 2025.06.30 14:50:38.725906 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 938 2025.06.30 14:50:38.728263 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:38.728310 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:38.729529 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:50:38.729794 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:38.730059 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 938 2025.06.30 14:50:42.163430 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:42.163738 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:42.163806 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:42.164520 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:42.164560 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:42.164960 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:50:42.165203 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:42.165356 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} executeQuery: Read 122 rows, 10.67 KiB in 0.001693 sec., 72061.42941523922 rows/sec., 6.16 MiB/sec. 2025.06.30 14:50:42.165401 [ 276 ] {8964088d-a5f8-4060-b748-c77314507ae3} TCPHandler: Processed in 0.002157633 sec. 2025.06.30 14:50:42.165528 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:42.165625 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:42.165665 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:42.166082 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:42.166119 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:42.166417 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:50:42.166625 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:42.166757 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} executeQuery: Read 33 rows, 2.48 KiB in 0.00115 sec., 28695.652173913044 rows/sec., 2.11 MiB/sec. 2025.06.30 14:50:42.166796 [ 276 ] {4a88c02e-858a-450e-be2b-31e2c17cb8b7} TCPHandler: Processed in 0.001318587 sec. 2025.06.30 14:50:42.166897 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:42.166991 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:42.167031 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:42.167479 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:42.167514 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:42.167835 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:50:42.168057 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:42.168188 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} executeQuery: Read 97 rows, 7.76 KiB in 0.001213 sec., 79967.02390766694 rows/sec., 6.25 MiB/sec. 2025.06.30 14:50:42.168227 [ 276 ] {43951e0e-7b97-4421-8024-057231b24769} TCPHandler: Processed in 0.001379768 sec. 2025.06.30 14:50:42.168339 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:42.168435 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:42.168479 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:42.168908 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:42.168943 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:42.169268 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:50:42.169486 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:42.169616 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.06.30 14:50:42.169655 [ 276 ] {fc557aa1-aece-4ce1-9f89-9b89a9a4e4a4} TCPHandler: Processed in 0.001364897 sec. 2025.06.30 14:50:42.169762 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:42.169855 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:42.169911 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:42.170736 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:42.170772 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:42.171357 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:50:42.171575 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:42.171712 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} executeQuery: Read 33 rows, 60.55 KiB in 0.001873 sec., 17618.79337960491 rows/sec., 31.57 MiB/sec. 2025.06.30 14:50:42.171767 [ 276 ] {da93c6a2-b166-4288-a935-dd38f71a6c30} TCPHandler: Processed in 0.002054911 sec. 2025.06.30 14:50:42.171882 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:42.171977 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:42.172020 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:42.172376 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:42.172411 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:42.172706 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:50:42.172918 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:42.173047 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.06.30 14:50:42.173084 [ 276 ] {75c7b1c2-be1b-4b42-9118-129f480b29d5} TCPHandler: Processed in 0.001250465 sec. 2025.06.30 14:50:43.570734 [ 99 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:50:43.570807 [ 99 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:50:43.680135 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 2025.06.30 14:50:43.680686 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:43.680731 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:43.681207 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:50:43.681424 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:43.681554 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.06.30 14:50:44.638868 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.06.30 14:50:44.655690 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:44.655755 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:44.661848 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:50:44.662566 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:44.665724 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.06.30 14:50:47.162011 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:47.162327 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:47.162435 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:47.163290 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:47.163339 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:47.163744 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:50:47.164001 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:47.164158 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} executeQuery: Read 74 rows, 6.10 KiB in 0.001906 sec., 38824.76390346275 rows/sec., 3.12 MiB/sec. 2025.06.30 14:50:47.164202 [ 276 ] {3788eb91-b214-41df-90b7-c8763e4ccdff} TCPHandler: Processed in 0.002383297 sec. 2025.06.30 14:50:47.164324 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:47.164420 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:47.164461 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:47.164863 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:47.164900 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:47.165218 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:50:47.165429 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:47.165560 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} executeQuery: Read 9 rows, 693.00 B in 0.001157 sec., 7778.738115816767 rows/sec., 584.92 KiB/sec. 2025.06.30 14:50:47.165599 [ 276 ] {7c8f5b15-90e2-46b0-be4c-4abce97400ec} TCPHandler: Processed in 0.001325816 sec. 2025.06.30 14:50:47.165701 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:47.165796 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:47.165837 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:47.166278 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:47.166314 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:47.166623 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:50:47.166842 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:47.166971 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} executeQuery: Read 73 rows, 5.84 KiB in 0.001191 sec., 61293.03106633081 rows/sec., 4.79 MiB/sec. 2025.06.30 14:50:47.167011 [ 276 ] {23f3bba7-3649-49f9-a4d2-612a18caac2a} TCPHandler: Processed in 0.001358547 sec. 2025.06.30 14:50:47.167124 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:47.167228 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:47.167271 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:47.167689 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:47.167725 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:47.168055 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:50:47.168264 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:47.168393 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.06.30 14:50:47.168432 [ 276 ] {252ed809-b298-4610-898a-31f64f0cfd19} TCPHandler: Processed in 0.001356998 sec. 2025.06.30 14:50:47.168540 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:47.168633 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:47.168689 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:47.169439 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:47.169476 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:47.169987 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:50:47.170228 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:47.170370 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} executeQuery: Read 9 rows, 16.51 KiB in 0.001752 sec., 5136.986301369863 rows/sec., 9.21 MiB/sec. 2025.06.30 14:50:47.170425 [ 276 ] {4a88d4da-52f2-491e-a0c9-f10c4e76853c} TCPHandler: Processed in 0.001939948 sec. 2025.06.30 14:50:47.170541 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:47.170637 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:47.170680 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:47.171019 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:47.171055 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:47.171378 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:50:47.171587 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:47.171715 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2025.06.30 14:50:47.171752 [ 276 ] {e1afa266-c500-4b49-80f8-38bf0030d5c6} TCPHandler: Processed in 0.001260536 sec. 2025.06.30 14:50:48.730251 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 962 2025.06.30 14:50:48.732661 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:48.732708 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:48.733931 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:50:48.734221 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:48.734475 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 962 2025.06.30 14:50:50.179427 [ 91 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.06.30 14:50:50.179502 [ 91 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:50.179522 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:50.179644 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:50:50.179777 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:50.179810 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part 2025.06.30 14:50:50.179876 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2025.06.30 14:50:50.179921 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part 2025.06.30 14:50:50.179964 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.06.30 14:50:50.180001 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part 2025.06.30 14:50:50.180714 [ 188 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001123702 sec., 32036.963536596 rows/sec., 2.69 MiB/sec. 2025.06.30 14:50:50.180931 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.06.30 14:50:50.181308 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:50.181396 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_13_3} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.06.30 14:50:50.181501 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.30 14:50:51.182606 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 2025.06.30 14:50:51.183103 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:51.183141 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:51.183627 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:50:51.183845 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:51.183985 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.06.30 14:50:52.163086 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.163272 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:50:52.163342 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:50:52.163986 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.164034 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.164463 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:50:52.164698 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.164857 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} executeQuery: Read 4 rows, 348.00 B in 0.001634 sec., 2447.980416156671 rows/sec., 207.98 KiB/sec. 2025.06.30 14:50:52.164908 [ 276 ] {a712f2a1-401c-42f3-a72e-aa1aee8586ad} TCPHandler: Processed in 0.001958028 sec. 2025.06.30 14:50:52.165037 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.165146 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:52.165207 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:52.165699 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.165737 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.166078 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:50:52.166325 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.166488 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} executeQuery: Read 125 rows, 10.91 KiB in 0.001368 sec., 91374.26900584795 rows/sec., 7.79 MiB/sec. 2025.06.30 14:50:52.166529 [ 276 ] {aaa2386c-1ec4-4082-8375-7c343845a90a} TCPHandler: Processed in 0.001543761 sec. 2025.06.30 14:50:52.166646 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.166744 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:52.166760 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.06.30 14:50:52.166785 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:52.167205 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.167243 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.167552 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:50:52.167772 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.167907 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} executeQuery: Read 37 rows, 2.77 KiB in 0.001183 sec., 31276.415891800505 rows/sec., 2.29 MiB/sec. 2025.06.30 14:50:52.167947 [ 276 ] {588da62c-8f39-4ceb-85a0-91f5d68ee5d2} TCPHandler: Processed in 0.001350727 sec. 2025.06.30 14:50:52.168051 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.168148 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:52.168189 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:52.168628 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.168665 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.168994 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:50:52.169209 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.169345 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} executeQuery: Read 101 rows, 8.10 KiB in 0.001214 sec., 83196.04612850082 rows/sec., 6.51 MiB/sec. 2025.06.30 14:50:52.169384 [ 276 ] {a68ff12c-6527-4818-86a3-537d0a645a8a} TCPHandler: Processed in 0.001383638 sec. 2025.06.30 14:50:52.169500 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.169597 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:52.169641 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:52.170062 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.170102 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.170452 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:50:52.170664 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.170799 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} executeQuery: Read 162 rows, 11.56 KiB in 0.001221 sec., 132678.13267813268 rows/sec., 9.24 MiB/sec. 2025.06.30 14:50:52.170839 [ 276 ] {874e2ac9-80b0-4be4-8828-6354f788c2e1} TCPHandler: Processed in 0.001389538 sec. 2025.06.30 14:50:52.170953 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.171050 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:52.171108 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:52.171927 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.171965 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.172501 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:50:52.172730 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.172873 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} executeQuery: Read 33 rows, 60.55 KiB in 0.00184 sec., 17934.782608695652 rows/sec., 32.14 MiB/sec. 2025.06.30 14:50:52.172942 [ 276 ] {ad7a9d24-2ea3-43db-abf0-e13994684ca9} TCPHandler: Processed in 0.002038101 sec. 2025.06.30 14:50:52.173062 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:52.173159 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:52.173202 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:52.173547 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.173583 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.173892 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:50:52.174115 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.174248 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.06.30 14:50:52.174286 [ 276 ] {6ff7db25-d295-4c59-8ded-28853986b3d3} TCPHandler: Processed in 0.001274945 sec. 2025.06.30 14:50:52.184415 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:52.184454 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:52.191094 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:50:52.191865 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:52.195495 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.06.30 14:50:57.162263 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:57.162473 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:50:57.162543 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:50:57.163272 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.163311 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.163717 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:50:57.163939 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.164066 [ 85 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:50:57.164085 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} executeQuery: Read 74 rows, 6.10 KiB in 0.001665 sec., 44444.444444444445 rows/sec., 3.58 MiB/sec. 2025.06.30 14:50:57.164111 [ 85 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.164132 [ 276 ] {fd567cee-4637-430e-86ee-e3c0a4e75d75} TCPHandler: Processed in 0.00200453 sec. 2025.06.30 14:50:57.164136 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.164260 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:57.164260 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:50:57.164358 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:50:57.164403 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:50:57.164427 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:57.164470 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 834 rows starting from the beginning of the part 2025.06.30 14:50:57.164544 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 195 rows starting from the beginning of the part 2025.06.30 14:50:57.164598 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 122 rows starting from the beginning of the part 2025.06.30 14:50:57.164648 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 74 rows starting from the beginning of the part 2025.06.30 14:50:57.164694 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 125 rows starting from the beginning of the part 2025.06.30 14:50:57.164752 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 74 rows starting from the beginning of the part 2025.06.30 14:50:57.164821 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.164861 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.165204 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:50:57.165423 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.165523 [ 85 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.06.30 14:50:57.165547 [ 85 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.165557 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} executeQuery: Read 9 rows, 693.00 B in 0.001217 sec., 7395.234182415777 rows/sec., 556.09 KiB/sec. 2025.06.30 14:50:57.165564 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.165597 [ 276 ] {6ac609c2-8e47-41a4-95dc-d7a9f72a3b9d} TCPHandler: Processed in 0.001384247 sec. 2025.06.30 14:50:57.165648 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.06.30 14:50:57.165708 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:57.165752 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:57.165783 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 180 rows starting from the beginning of the part 2025.06.30 14:50:57.165805 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:50:57.165835 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part 2025.06.30 14:50:57.165849 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:50:57.165883 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part 2025.06.30 14:50:57.165930 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:57.165943 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001742585 sec., 817176.7804726885 rows/sec., 71.02 MiB/sec. 2025.06.30 14:50:57.165979 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 37 rows starting from the beginning of the part 2025.06.30 14:50:57.166025 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part 2025.06.30 14:50:57.166131 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:50:57.166273 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.166315 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.166396 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.166474 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_56_11} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:50:57.166553 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.30 14:50:57.166771 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.001160772 sec., 250695.22696963744 rows/sec., 18.04 MiB/sec. 2025.06.30 14:50:57.166797 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:50:57.166886 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.06.30 14:50:57.167060 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.167188 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.167201 [ 85 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:50:57.167233 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} executeQuery: Read 73 rows, 5.84 KiB in 0.001446 sec., 50484.09405255878 rows/sec., 3.94 MiB/sec. 2025.06.30 14:50:57.167243 [ 85 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.167270 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_50_10} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.06.30 14:50:57.167276 [ 276 ] {8ba488bc-2c2a-490b-8785-cbd4bcea7542} TCPHandler: Processed in 0.001615422 sec. 2025.06.30 14:50:57.167272 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.167363 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:50:57.167414 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:57.167416 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:50:57.167506 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:57.167518 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:57.167530 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 498 rows starting from the beginning of the part 2025.06.30 14:50:57.167572 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:50:57.167588 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 111 rows starting from the beginning of the part 2025.06.30 14:50:57.167630 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 97 rows starting from the beginning of the part 2025.06.30 14:50:57.167664 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 73 rows starting from the beginning of the part 2025.06.30 14:50:57.167697 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 101 rows starting from the beginning of the part 2025.06.30 14:50:57.167731 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 73 rows starting from the beginning of the part 2025.06.30 14:50:57.168016 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.168058 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.168454 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:50:57.168552 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 953 rows, containing 5 columns (5 merged, 0 gathered) in 0.001206654 sec., 789787.2961097382 rows/sec., 62.97 MiB/sec. 2025.06.30 14:50:57.168677 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.168744 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:50:57.168783 [ 85 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:50:57.168806 [ 85 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.168821 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.168822 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} executeQuery: Read 160 rows, 11.41 KiB in 0.001322 sec., 121028.74432677761 rows/sec., 8.43 MiB/sec. 2025.06.30 14:50:57.168865 [ 276 ] {52431583-3700-46e8-98f6-264cf2dd854a} TCPHandler: Processed in 0.00151009 sec. 2025.06.30 14:50:57.168921 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:57.168968 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:57.169003 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.169065 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:57.169069 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_56_11} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:50:57.169068 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:50:57.169119 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 6045 rows starting from the beginning of the part 2025.06.30 14:50:57.169173 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:50:57.169189 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.30 14:50:57.169196 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 341 rows starting from the beginning of the part 2025.06.30 14:50:57.169253 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:57.169302 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:57.169349 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 162 rows starting from the beginning of the part 2025.06.30 14:50:57.169395 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:50:57.169942 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.169983 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.170525 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:50:57.170751 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.170892 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} executeQuery: Read 9 rows, 16.51 KiB in 0.001843 sec., 4883.342376559956 rows/sec., 8.75 MiB/sec. 2025.06.30 14:50:57.170954 [ 276 ] {682d4e87-6e58-46f0-9e91-230a65ce29bb} TCPHandler: Processed in 0.00203677 sec. 2025.06.30 14:50:57.171071 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:50:57.171167 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:50:57.171208 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:50:57.171544 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.171580 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.171712 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 7028 rows, containing 5 columns (5 merged, 0 gathered) in 0.002843086 sec., 2471961.804883848 rows/sec., 172.79 MiB/sec. 2025.06.30 14:50:57.171887 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:50:57.172105 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.172129 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:50:57.172212 [ 85 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:50:57.172242 [ 85 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:57.172242 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.06.30 14:50:57.172264 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:57.172290 [ 276 ] {83de663f-1a11-4dfc-aceb-772b245e119c} TCPHandler: Processed in 0.001269806 sec. 2025.06.30 14:50:57.172351 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:57.172432 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.172477 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:50:57.172514 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_56_11} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:50:57.172516 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2188 rows starting from the beginning of the part 2025.06.30 14:50:57.172594 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.06.30 14:50:57.172617 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2025.06.30 14:50:57.172638 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:57.172682 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:57.172719 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:57.172755 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:50:57.173875 [ 187 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2488 rows, containing 4 columns (4 merged, 0 gathered) in 0.001564361 sec., 1590425.7393274314 rows/sec., 104.78 MiB/sec. 2025.06.30 14:50:57.174114 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:50:57.174434 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:57.174514 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_56_11} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:50:57.174611 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.06.30 14:50:58.570856 [ 80 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:50:58.570905 [ 80 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:50:58.684049 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 2025.06.30 14:50:58.684605 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:58.684644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:58.685165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:50:58.685387 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:58.685511 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.06.30 14:50:58.734626 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 988 2025.06.30 14:50:58.736854 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:58.736914 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:58.738126 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:50:58.738399 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:58.738775 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 988 2025.06.30 14:50:59.695546 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.06.30 14:50:59.712521 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:50:59.712575 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:50:59.718592 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:50:59.719304 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:50:59.722357 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.06.30 14:51:02.168571 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.168877 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.168978 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:51:02.169900 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.169939 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.170330 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:51:02.170546 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.170691 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} executeQuery: Read 212 rows, 13.81 KiB in 0.001892 sec., 112050.7399577167 rows/sec., 7.13 MiB/sec. 2025.06.30 14:51:02.170731 [ 276 ] {61141836-48bc-4447-babc-b29f1d015c97} TCPHandler: Processed in 0.002341896 sec. 2025.06.30 14:51:02.170853 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.170948 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:02.170989 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:02.171740 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.171776 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.172121 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:51:02.172326 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.172450 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} executeQuery: Read 683 rows, 55.64 KiB in 0.00152 sec., 449342.10526315786 rows/sec., 35.75 MiB/sec. 2025.06.30 14:51:02.172486 [ 276 ] {87b24b96-28bd-43b6-8bd8-e170409891cf} TCPHandler: Processed in 0.001680504 sec. 2025.06.30 14:51:02.172598 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.172693 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.172733 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:02.173167 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.173203 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.173496 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:51:02.173713 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.173845 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} executeQuery: Read 139 rows, 8.87 KiB in 0.00117 sec., 118803.4188034188 rows/sec., 7.40 MiB/sec. 2025.06.30 14:51:02.173881 [ 276 ] {c9d18be5-7ad9-4686-a63c-cb3d4cf80093} TCPHandler: Processed in 0.001332376 sec. 2025.06.30 14:51:02.173990 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.174084 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.174122 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:51:02.174532 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.174567 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.174857 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:51:02.175055 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.175180 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} executeQuery: Read 113 rows, 7.49 KiB in 0.001114 sec., 101436.2657091562 rows/sec., 6.57 MiB/sec. 2025.06.30 14:51:02.175216 [ 276 ] {f771229c-2c0b-467a-8d33-6306a5096f91} TCPHandler: Processed in 0.001275315 sec. 2025.06.30 14:51:02.175324 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.175416 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.175455 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:51:02.175862 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.175897 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.176189 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:51:02.176392 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.176512 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} executeQuery: Read 112 rows, 6.53 KiB in 0.001113 sec., 100628.93081761006 rows/sec., 5.73 MiB/sec. 2025.06.30 14:51:02.176548 [ 276 ] {504d7c9f-c620-4a37-a36b-113a497a7add} TCPHandler: Processed in 0.001272416 sec. 2025.06.30 14:51:02.176657 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.176750 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:02.176788 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:02.177306 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.177340 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.177654 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:51:02.177864 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.177986 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} executeQuery: Read 415 rows, 30.23 KiB in 0.001253 sec., 331205.10774142056 rows/sec., 23.56 MiB/sec. 2025.06.30 14:51:02.178023 [ 276 ] {2e95b04b-43a6-467d-af84-ebe325cc821d} TCPHandler: Processed in 0.001412718 sec. 2025.06.30 14:51:02.178136 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.178229 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:51:02.178268 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:51:02.178591 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.178626 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.178915 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.30 14:51:02.179112 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.179240 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} executeQuery: Read 6 rows, 321.00 B in 0.00103 sec., 5825.242718446601 rows/sec., 304.35 KiB/sec. 2025.06.30 14:51:02.179276 [ 276 ] {b7fe9fe9-b5e3-47cb-a667-1fee2cedec0a} TCPHandler: Processed in 0.001187774 sec. 2025.06.30 14:51:02.179398 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.179526 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.179578 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:02.180065 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.180108 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.180479 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:51:02.180698 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.180824 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} executeQuery: Read 237 rows, 16.27 KiB in 0.001323 sec., 179138.32199546485 rows/sec., 12.01 MiB/sec. 2025.06.30 14:51:02.180862 [ 276 ] {7cb5aed4-c6c5-4b1d-87cd-502f64e48a91} TCPHandler: Processed in 0.00152472 sec. 2025.06.30 14:51:02.180971 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.181068 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.181110 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:51:02.181420 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.181455 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.181749 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:51:02.181948 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.182074 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2025.06.30 14:51:02.182111 [ 276 ] {f7a2f698-9c7f-4cdc-ae7b-63799b480fad} TCPHandler: Processed in 0.001190283 sec. 2025.06.30 14:51:02.182235 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.182361 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.182428 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:02.183445 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.183484 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.184055 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:51:02.184277 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.184392 [ 77 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:51:02.184417 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} executeQuery: Read 33 rows, 60.55 KiB in 0.002081 sec., 15857.760691975012 rows/sec., 28.42 MiB/sec. 2025.06.30 14:51:02.184426 [ 77 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.184447 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.184471 [ 276 ] {c7f8aacb-3106-4c07-bc31-648c9c957eeb} TCPHandler: Processed in 0.002297536 sec. 2025.06.30 14:51:02.184564 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:51:02.184596 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:02.184704 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:02.184744 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:02.184834 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:02.184904 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 954 rows starting from the beginning of the part 2025.06.30 14:51:02.185052 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:02.185087 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:02.185126 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:02.185170 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:02.185277 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:02.185366 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:02.185434 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:51:02.185455 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:02.185651 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.185789 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} executeQuery: Read 82 rows, 5.33 KiB in 0.001105 sec., 74208.14479638009 rows/sec., 4.71 MiB/sec. 2025.06.30 14:51:02.185825 [ 276 ] {31ce7503-389f-496a-a3f3-8cf822b89b91} TCPHandler: Processed in 0.001280126 sec. 2025.06.30 14:51:02.190885 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 19 columns (19 merged, 0 gathered) in 0.006378027 sec., 167920.26750592308 rows/sec., 300.91 MiB/sec. 2025.06.30 14:51:02.191957 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:51:02.192345 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:02.192431 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_51_10} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:51:02.192593 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.38 MiB. 2025.06.30 14:51:03.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.97 MiB, peak 280.29 MiB, free memory in arenas 0.00 B, will set to 273.29 MiB (RSS), difference: 1.31 MiB 2025.06.30 14:51:06.185566 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 2025.06.30 14:51:06.186076 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:06.186109 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:06.186572 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:51:06.186800 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:06.186925 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 2025.06.30 14:51:06.186927 [ 72 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:51:06.186980 [ 72 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:06.187002 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:06.187157 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:51:06.187335 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:06.187393 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:51:06.187478 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part 2025.06.30 14:51:06.187530 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part 2025.06.30 14:51:06.187579 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part 2025.06.30 14:51:06.187626 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part 2025.06.30 14:51:06.187674 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part 2025.06.30 14:51:06.189773 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002692874 sec., 6999584.830185148 rows/sec., 100.13 MiB/sec. 2025.06.30 14:51:06.190156 [ 186 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:51:06.190470 [ 186 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:06.190548 [ 186 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_41_8} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:51:06.190661 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. 2025.06.30 14:51:07.161955 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.162239 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:51:07.162341 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:51:07.163041 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.163090 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.163466 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:51:07.163680 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.163830 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} executeQuery: Read 8 rows, 668.00 B in 0.00167 sec., 4790.419161676647 rows/sec., 390.63 KiB/sec. 2025.06.30 14:51:07.163872 [ 276 ] {2f5e9229-9281-4d09-953b-d4a03075272e} TCPHandler: Processed in 0.002097832 sec. 2025.06.30 14:51:07.163986 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.164080 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:07.164119 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:07.164553 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.164589 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.164881 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:51:07.165086 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.165217 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} executeQuery: Read 78 rows, 6.39 KiB in 0.001155 sec., 67532.46753246753 rows/sec., 5.40 MiB/sec. 2025.06.30 14:51:07.165252 [ 276 ] {a447d0e2-7ea8-49c6-a9e8-8148871be66b} TCPHandler: Processed in 0.001314226 sec. 2025.06.30 14:51:07.165359 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.165453 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:07.165492 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:07.165875 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.165909 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.166192 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:51:07.166407 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.166532 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} executeQuery: Read 17 rows, 1.24 KiB in 0.001097 sec., 15496.809480401093 rows/sec., 1.10 MiB/sec. 2025.06.30 14:51:07.166567 [ 276 ] {574b928f-3133-4c0e-8f8f-2efda9a18ade} TCPHandler: Processed in 0.001254686 sec. 2025.06.30 14:51:07.166662 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.166753 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:07.166791 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:07.167193 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.167226 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.167516 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:51:07.167721 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.167845 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} executeQuery: Read 81 rows, 6.49 KiB in 0.001109 sec., 73038.77366997296 rows/sec., 5.71 MiB/sec. 2025.06.30 14:51:07.167880 [ 276 ] {2337d69b-9748-472a-9942-ad9ba99a569e} TCPHandler: Processed in 0.001263976 sec. 2025.06.30 14:51:07.167985 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.168076 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:07.168118 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:07.168523 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.168555 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.168881 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:51:07.169079 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.169207 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} executeQuery: Read 164 rows, 11.69 KiB in 0.001149 sec., 142732.81114012183 rows/sec., 9.94 MiB/sec. 2025.06.30 14:51:07.169242 [ 276 ] {bb521eaf-e8ed-4596-8308-bfa9b6f685de} TCPHandler: Processed in 0.001303936 sec. 2025.06.30 14:51:07.169341 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.169433 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:07.169486 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:07.170220 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.170253 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.170743 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:51:07.170955 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.171087 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} executeQuery: Read 9 rows, 16.51 KiB in 0.001671 sec., 5385.996409335728 rows/sec., 9.65 MiB/sec. 2025.06.30 14:51:07.171138 [ 276 ] {72ae34d8-1230-4d0d-84aa-8a3619aac050} TCPHandler: Processed in 0.001843267 sec. 2025.06.30 14:51:07.171257 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:07.171349 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:07.171389 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:07.171720 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.171754 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.172057 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:51:07.172269 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.172394 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.06.30 14:51:07.172429 [ 276 ] {25df8d59-09da-4cc3-8376-6b7ea0cf1f14} TCPHandler: Processed in 0.001218815 sec. 2025.06.30 14:51:07.222409 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.06.30 14:51:07.240278 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.240316 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.246458 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:51:07.247164 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.247435 [ 69 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:51:07.247479 [ 69 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:07.247499 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:07.247592 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.250078 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.06.30 14:51:07.250633 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:07.251330 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.254672 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.257957 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.261825 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.265676 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.269394 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:07.319598 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.072035996 sec., 4289.522143901501 rows/sec., 22.18 MiB/sec. 2025.06.30 14:51:07.322466 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:51:07.324515 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_41_8} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:07.324629 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_41_8} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:51:07.327542 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.30 14:51:08.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 274.90 MiB, peak 288.31 MiB, free memory in arenas 0.00 B, will set to 276.03 MiB (RSS), difference: 1.12 MiB 2025.06.30 14:51:08.738929 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1024 2025.06.30 14:51:08.741313 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:08.741352 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:08.742515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:51:08.742775 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:08.743031 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1024 2025.06.30 14:51:12.168701 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.168914 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.168988 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:51:12.169783 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.169830 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.170237 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:51:12.170470 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.170634 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} executeQuery: Read 212 rows, 13.81 KiB in 0.001774 sec., 119503.94588500564 rows/sec., 7.60 MiB/sec. 2025.06.30 14:51:12.170683 [ 276 ] {b8cbeb9f-927d-40ce-a761-3b3aeaacc1a4} TCPHandler: Processed in 0.002138673 sec. 2025.06.30 14:51:12.170815 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.170920 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:12.170965 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:12.171720 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.171757 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.172115 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:51:12.172336 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.172468 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} executeQuery: Read 683 rows, 55.64 KiB in 0.001574 sec., 433926.30241423124 rows/sec., 34.52 MiB/sec. 2025.06.30 14:51:12.172506 [ 276 ] {cab89adb-92d0-44be-97b0-cfc301800a85} TCPHandler: Processed in 0.001746135 sec. 2025.06.30 14:51:12.172621 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.172719 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.172760 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:12.173193 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.173229 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.173537 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:51:12.173748 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.173875 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} executeQuery: Read 139 rows, 8.87 KiB in 0.001176 sec., 118197.27891156463 rows/sec., 7.36 MiB/sec. 2025.06.30 14:51:12.173911 [ 276 ] {8e23e5a1-3b39-4e88-9ed3-76e6ba428016} TCPHandler: Processed in 0.001340746 sec. 2025.06.30 14:51:12.174020 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.174116 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.174156 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:51:12.174565 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.174602 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.174902 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:51:12.175109 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.175232 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} executeQuery: Read 113 rows, 7.49 KiB in 0.001134 sec., 99647.26631393298 rows/sec., 6.45 MiB/sec. 2025.06.30 14:51:12.175268 [ 276 ] {7997d5fe-3b2a-4994-91f2-1e25896784d5} TCPHandler: Processed in 0.001297136 sec. 2025.06.30 14:51:12.175378 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.175472 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.175511 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:51:12.175915 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.175950 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.176253 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:51:12.176455 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.176578 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} executeQuery: Read 112 rows, 6.53 KiB in 0.001123 sec., 99732.85841495992 rows/sec., 5.68 MiB/sec. 2025.06.30 14:51:12.176616 [ 276 ] {3f210adb-47ab-4385-acc8-817f006272da} TCPHandler: Processed in 0.001287735 sec. 2025.06.30 14:51:12.176728 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.176822 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:12.176860 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:12.177393 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.177428 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.177756 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:51:12.177962 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.178089 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} executeQuery: Read 415 rows, 30.23 KiB in 0.001285 sec., 322957.1984435798 rows/sec., 22.97 MiB/sec. 2025.06.30 14:51:12.178125 [ 276 ] {c4d449f3-3a0b-48f6-a2d9-e0cd9be8584c} TCPHandler: Processed in 0.001447559 sec. 2025.06.30 14:51:12.178235 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.178330 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:51:12.178371 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:51:12.178695 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.178731 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.179030 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.30 14:51:12.179231 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.179354 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} executeQuery: Read 6 rows, 321.00 B in 0.001042 sec., 5758.157389635317 rows/sec., 300.84 KiB/sec. 2025.06.30 14:51:12.179389 [ 276 ] {5a519d19-a2df-49dc-a0a8-9c2f048dd833} TCPHandler: Processed in 0.001203884 sec. 2025.06.30 14:51:12.179491 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.179584 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.179626 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:12.180031 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.180071 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.180394 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:51:12.180604 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.180728 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} executeQuery: Read 237 rows, 16.27 KiB in 0.001162 sec., 203958.69191049912 rows/sec., 13.67 MiB/sec. 2025.06.30 14:51:12.180765 [ 276 ] {61b7e9d6-0d19-486a-9dda-0d90fdc32a43} TCPHandler: Processed in 0.001323226 sec. 2025.06.30 14:51:12.180877 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.180971 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.181012 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:51:12.181316 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.181352 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.181651 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:51:12.181853 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.181974 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2025.06.30 14:51:12.182009 [ 276 ] {1a9c446e-4675-4889-add2-02be8967c8d3} TCPHandler: Processed in 0.001180414 sec. 2025.06.30 14:51:12.182126 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.182231 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.182287 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:12.183123 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.183160 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.183704 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:51:12.183923 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.184062 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} executeQuery: Read 33 rows, 60.55 KiB in 0.001849 sec., 17847.48512709573 rows/sec., 31.98 MiB/sec. 2025.06.30 14:51:12.184117 [ 276 ] {2534f4cc-3e0b-4fbb-b630-357c9d58010f} TCPHandler: Processed in 0.002043251 sec. 2025.06.30 14:51:12.184231 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:12.184327 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:12.184368 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:12.184699 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:12.184735 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:12.185030 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:51:12.185242 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:12.185368 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} executeQuery: Read 82 rows, 5.33 KiB in 0.00106 sec., 77358.49056603774 rows/sec., 4.91 MiB/sec. 2025.06.30 14:51:12.185404 [ 276 ] {77def79a-9f66-400b-b242-f18a0fce71a5} TCPHandler: Processed in 0.001223474 sec. 2025.06.30 14:51:13.570956 [ 41 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:51:13.571006 [ 41 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:51:13.686995 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 2025.06.30 14:51:13.687731 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:13.687770 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:13.688490 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:51:13.688718 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:13.688849 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 2025.06.30 14:51:14.750124 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.06.30 14:51:14.766292 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:14.766352 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.30 14:51:14.772112 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:51:14.772812 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:14.775717 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.06.30 14:51:17.162202 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:17.162402 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:17.162469 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:17.163185 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:17.163234 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:17.163642 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:51:17.163872 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:17.164030 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} executeQuery: Read 74 rows, 6.10 KiB in 0.00168 sec., 44047.619047619046 rows/sec., 3.54 MiB/sec. 2025.06.30 14:51:17.164080 [ 276 ] {1c91f52c-b247-4173-ae7c-2c62fd601aa1} TCPHandler: Processed in 0.002013311 sec. 2025.06.30 14:51:17.164210 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:17.164316 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:17.164361 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:17.164768 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:17.164805 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:17.165103 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:51:17.165321 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:17.165452 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} executeQuery: Read 9 rows, 693.00 B in 0.001161 sec., 7751.937984496125 rows/sec., 582.91 KiB/sec. 2025.06.30 14:51:17.165490 [ 276 ] {4fcfcd24-5989-48c4-bb37-f243a8868f3c} TCPHandler: Processed in 0.001331247 sec. 2025.06.30 14:51:17.165600 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:17.165697 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:17.165738 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:17.166163 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:17.166201 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:17.166507 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:51:17.166733 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:17.166859 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} executeQuery: Read 73 rows, 5.84 KiB in 0.001181 sec., 61812.02370872143 rows/sec., 4.83 MiB/sec. 2025.06.30 14:51:17.166899 [ 276 ] {a183d57b-77d5-455f-b2d5-3a2ad30da050} TCPHandler: Processed in 0.001348277 sec. 2025.06.30 14:51:17.167011 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:17.167109 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:17.167154 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:17.167564 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:17.167603 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:17.167966 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:51:17.168193 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:17.168322 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.06.30 14:51:17.168360 [ 276 ] {b8339cca-daf7-41e6-bde0-1bed1e27565a} TCPHandler: Processed in 0.001397668 sec. 2025.06.30 14:51:17.168474 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:17.168572 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:17.168627 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:17.169418 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:17.169457 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:17.169967 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:51:17.170189 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:17.170327 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} executeQuery: Read 9 rows, 16.51 KiB in 0.001773 sec., 5076.1421319796955 rows/sec., 9.10 MiB/sec. 2025.06.30 14:51:17.170389 [ 276 ] {4f3f121e-a110-4873-84b7-018aaf11c534} TCPHandler: Processed in 0.001964039 sec. 2025.06.30 14:51:17.170505 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:17.170626 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:17.170668 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:17.171002 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:17.171039 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:17.171340 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:51:17.171547 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:17.171676 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.06.30 14:51:17.171713 [ 276 ] {e00632fb-136c-4b45-87ce-c0681884c36c} TCPHandler: Processed in 0.001258095 sec. 2025.06.30 14:51:18.744155 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1058 2025.06.30 14:51:18.746557 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:18.746612 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:18.747842 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:51:18.748125 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:18.748286 [ 66 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:51:18.748354 [ 66 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:18.748378 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:18.748482 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:51:18.748493 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1058 2025.06.30 14:51:18.748994 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:18.749131 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 906 rows starting from the beginning of the part 2025.06.30 14:51:18.749512 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2025.06.30 14:51:18.749854 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:51:18.750175 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2025.06.30 14:51:18.750498 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:51:18.750819 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part 2025.06.30 14:51:18.757358 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 72 columns (72 merged, 0 gathered) in 0.008915968 sec., 118663.50350292868 rows/sec., 96.90 MiB/sec. 2025.06.30 14:51:18.758567 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:51:18.759070 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:18.759139 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_31_6} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:51:18.759305 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. 2025.06.30 14:51:21.189910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 2025.06.30 14:51:21.190531 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:21.190571 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:21.191296 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:51:21.191520 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:21.191651 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 2025.06.30 14:51:22.168544 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.168744 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.168809 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:51:22.169676 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.169718 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.170285 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:51:22.170520 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.170676 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} executeQuery: Read 212 rows, 13.81 KiB in 0.001986 sec., 106747.2306143001 rows/sec., 6.79 MiB/sec. 2025.06.30 14:51:22.170719 [ 276 ] {50eb2d97-8ce0-4cd3-88f8-4cea9e91d662} TCPHandler: Processed in 0.002310916 sec. 2025.06.30 14:51:22.170848 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.170945 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:51:22.170987 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:51:22.171426 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.171462 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.171747 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:51:22.171952 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.172082 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} executeQuery: Read 6 rows, 501.00 B in 0.001157 sec., 5185.825410544511 rows/sec., 422.87 KiB/sec. 2025.06.30 14:51:22.172118 [ 276 ] {468254d2-5c4a-4eb2-aa87-651a17b57998} TCPHandler: Processed in 0.001323506 sec. 2025.06.30 14:51:22.172225 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.172321 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:22.172359 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:22.173081 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.173117 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.173466 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:51:22.173664 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.173783 [ 62 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:51:22.173788 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} executeQuery: Read 686 rows, 55.86 KiB in 0.001485 sec., 461952.86195286195 rows/sec., 36.74 MiB/sec. 2025.06.30 14:51:22.173855 [ 62 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.173870 [ 276 ] {24adfc37-c3eb-4845-a208-5301ce2ca6ff} TCPHandler: Processed in 0.001693534 sec. 2025.06.30 14:51:22.173882 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.173988 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:51:22.173990 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.174114 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:22.174130 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.174150 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 835 rows starting from the beginning of the part 2025.06.30 14:51:22.174177 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:22.174222 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 683 rows starting from the beginning of the part 2025.06.30 14:51:22.174272 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 78 rows starting from the beginning of the part 2025.06.30 14:51:22.174315 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 683 rows starting from the beginning of the part 2025.06.30 14:51:22.174355 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 74 rows starting from the beginning of the part 2025.06.30 14:51:22.174394 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 686 rows starting from the beginning of the part 2025.06.30 14:51:22.174633 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.174678 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.175018 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:51:22.175247 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.175358 [ 62 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.06.30 14:51:22.175383 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} executeQuery: Read 145 rows, 9.29 KiB in 0.001272 sec., 113993.7106918239 rows/sec., 7.13 MiB/sec. 2025.06.30 14:51:22.175390 [ 62 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.175424 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.175430 [ 276 ] {4fe6ea10-4f68-45ab-98e9-0a80d18c0d4d} TCPHandler: Processed in 0.00148813 sec. 2025.06.30 14:51:22.175518 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.06.30 14:51:22.175549 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.175654 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:22.175655 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.175693 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 182 rows starting from the beginning of the part 2025.06.30 14:51:22.175713 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:51:22.175763 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 139 rows starting from the beginning of the part 2025.06.30 14:51:22.175812 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part 2025.06.30 14:51:22.175829 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3039 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882347 sec., 1614473.8456830755 rows/sec., 135.60 MiB/sec. 2025.06.30 14:51:22.175852 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 139 rows starting from the beginning of the part 2025.06.30 14:51:22.175917 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:22.175957 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 145 rows starting from the beginning of the part 2025.06.30 14:51:22.176105 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:51:22.176154 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.176195 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.176501 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.176619 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_61_12} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:51:22.176747 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.30 14:51:22.176812 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:51:22.176874 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402818 sec., 449808.88468782126 rows/sec., 30.25 MiB/sec. 2025.06.30 14:51:22.177039 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.06.30 14:51:22.177046 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.177193 [ 57 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:51:22.177196 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} executeQuery: Read 113 rows, 7.49 KiB in 0.001559 sec., 72482.36048749198 rows/sec., 4.69 MiB/sec. 2025.06.30 14:51:22.177232 [ 57 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.177252 [ 276 ] {0784b036-dfa9-4556-ae27-0780b4835191} TCPHandler: Processed in 0.001752785 sec. 2025.06.30 14:51:22.177257 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.177313 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.177343 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:51:22.177367 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.177391 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_55_11} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.06.30 14:51:22.177438 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:22.177467 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 138 rows starting from the beginning of the part 2025.06.30 14:51:22.177477 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.177486 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:51:22.177524 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:51:22.177526 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part 2025.06.30 14:51:22.177585 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:51:22.177631 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part 2025.06.30 14:51:22.177672 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part 2025.06.30 14:51:22.177711 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part 2025.06.30 14:51:22.177974 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.178016 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.178349 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:51:22.178510 [ 196 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 5 columns (5 merged, 0 gathered) in 0.001204284 sec., 509846.5146095108 rows/sec., 35.68 MiB/sec. 2025.06.30 14:51:22.178567 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.178668 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:51:22.178699 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} executeQuery: Read 112 rows, 6.53 KiB in 0.001249 sec., 89671.73738991194 rows/sec., 5.11 MiB/sec. 2025.06.30 14:51:22.178742 [ 276 ] {9f646dbf-183f-496b-ac23-33f3b5c5729c} TCPHandler: Processed in 0.001425168 sec. 2025.06.30 14:51:22.178858 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.178944 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.178953 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:22.179005 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:22.179033 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_16_3} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:51:22.179125 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:51:22.179600 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.179639 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.179971 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:51:22.180178 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.180303 [ 57 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:51:22.180306 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} executeQuery: Read 421 rows, 30.72 KiB in 0.00137 sec., 307299.2700729927 rows/sec., 21.90 MiB/sec. 2025.06.30 14:51:22.180335 [ 57 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.180354 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.180356 [ 276 ] {871e892d-c492-484d-995e-473a56242be5} TCPHandler: Processed in 0.001547131 sec. 2025.06.30 14:51:22.180421 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:51:22.180473 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.180506 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:22.180536 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 500 rows starting from the beginning of the part 2025.06.30 14:51:22.180581 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:51:22.180593 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 415 rows starting from the beginning of the part 2025.06.30 14:51:22.180630 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:51:22.180669 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 81 rows starting from the beginning of the part 2025.06.30 14:51:22.180724 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 415 rows starting from the beginning of the part 2025.06.30 14:51:22.180768 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 73 rows starting from the beginning of the part 2025.06.30 14:51:22.180814 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part 2025.06.30 14:51:22.180968 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.181010 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.181335 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.30 14:51:22.181559 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.181684 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2025.06.30 14:51:22.181722 [ 276 ] {06978388-3590-4467-bf57-73b8457d921e} TCPHandler: Processed in 0.001298576 sec. 2025.06.30 14:51:22.181820 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.181865 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470179 sec., 1295760.5842553866 rows/sec., 98.57 MiB/sec. 2025.06.30 14:51:22.181921 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.181964 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:22.182028 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:51:22.182282 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.182347 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_61_12} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:51:22.182386 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.182405 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:51:22.182429 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.182765 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:51:22.182980 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.183100 [ 57 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:51:22.183104 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} executeQuery: Read 240 rows, 16.48 KiB in 0.001201 sec., 199833.47210657786 rows/sec., 13.40 MiB/sec. 2025.06.30 14:51:22.183133 [ 57 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.183152 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.183153 [ 276 ] {fd8b98b9-403c-45c6-8c4e-ccd97e5973e8} TCPHandler: Processed in 0.001381517 sec. 2025.06.30 14:51:22.183219 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:51:22.183268 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.183309 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:22.183338 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 7028 rows starting from the beginning of the part 2025.06.30 14:51:22.183366 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.183381 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part 2025.06.30 14:51:22.183421 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:51:22.183424 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 164 rows starting from the beginning of the part 2025.06.30 14:51:22.183475 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part 2025.06.30 14:51:22.183507 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:51:22.183542 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 240 rows starting from the beginning of the part 2025.06.30 14:51:22.183737 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.183776 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.184079 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:51:22.184303 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.184436 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} executeQuery: Read 1 rows, 69.00 B in 0.001088 sec., 919.1176470588235 rows/sec., 61.93 KiB/sec. 2025.06.30 14:51:22.184473 [ 276 ] {fad32048-6ce8-4547-b0f7-e6e6f3e0b521} TCPHandler: Processed in 0.001254476 sec. 2025.06.30 14:51:22.184580 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.184674 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.184728 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:22.185560 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 8066 rows, containing 5 columns (5 merged, 0 gathered) in 0.002366537 sec., 3408355.7535757944 rows/sec., 237.35 MiB/sec. 2025.06.30 14:51:22.185572 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.185628 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.186094 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:51:22.186214 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:51:22.186383 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.186462 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_61_12} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:51:22.186503 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.186522 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. 2025.06.30 14:51:22.186645 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} executeQuery: Read 33 rows, 60.55 KiB in 0.001988 sec., 16599.59758551308 rows/sec., 29.75 MiB/sec. 2025.06.30 14:51:22.186702 [ 276 ] {7be0d85e-84d4-405f-bc8e-593655774cfd} TCPHandler: Processed in 0.002178324 sec. 2025.06.30 14:51:22.186824 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:22.186919 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:22.186961 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:22.187289 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.187324 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.187626 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:51:22.187842 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.187963 [ 57 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:51:22.187965 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} executeQuery: Read 82 rows, 5.33 KiB in 0.001065 sec., 76995.30516431924 rows/sec., 4.89 MiB/sec. 2025.06.30 14:51:22.187995 [ 57 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.188013 [ 276 ] {abf8e100-9f8a-4335-8564-692f2290c865} TCPHandler: Processed in 0.001245555 sec. 2025.06.30 14:51:22.188013 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.188083 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:51:22.188158 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:22.188184 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2488 rows starting from the beginning of the part 2025.06.30 14:51:22.188243 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part 2025.06.30 14:51:22.188283 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.06.30 14:51:22.188320 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part 2025.06.30 14:51:22.188355 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:51:22.188393 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part 2025.06.30 14:51:22.189428 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2854 rows, containing 4 columns (4 merged, 0 gathered) in 0.001374657 sec., 2076154.269756019 rows/sec., 136.49 MiB/sec. 2025.06.30 14:51:22.189643 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:51:22.189881 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.189948 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_61_12} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:51:22.190022 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.06.30 14:51:22.277026 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.06.30 14:51:22.295784 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:22.295861 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:22.302493 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:51:22.303270 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:22.307725 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.06.30 14:51:23.001152 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 278.92 MiB, peak 288.31 MiB, free memory in arenas 0.00 B, will set to 277.72 MiB (RSS), difference: -1.20 MiB 2025.06.30 14:51:27.161423 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:27.161727 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:27.161831 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:27.162550 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.162597 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.162992 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:51:27.163212 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.163363 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} executeQuery: Read 74 rows, 6.10 KiB in 0.001713 sec., 43199.06596614127 rows/sec., 3.48 MiB/sec. 2025.06.30 14:51:27.163404 [ 276 ] {b1883ab9-8fa9-4349-9d13-80eea19168cb} TCPHandler: Processed in 0.002166793 sec. 2025.06.30 14:51:27.163529 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:27.163622 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:27.163661 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:27.164050 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.164086 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.164380 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:51:27.164585 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.164709 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} executeQuery: Read 9 rows, 693.00 B in 0.001106 sec., 8137.4321880651 rows/sec., 611.90 KiB/sec. 2025.06.30 14:51:27.164746 [ 276 ] {24319a35-2a3f-4a33-93df-4bca97a2269f} TCPHandler: Processed in 0.001265705 sec. 2025.06.30 14:51:27.164850 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:27.164947 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:27.164986 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:27.165395 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.165431 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.165726 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:51:27.165939 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.166062 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} executeQuery: Read 73 rows, 5.84 KiB in 0.001137 sec., 64204.04573438875 rows/sec., 5.01 MiB/sec. 2025.06.30 14:51:27.166097 [ 276 ] {0fc3ee5e-41c3-4f01-ba6e-90ef1e91ba77} TCPHandler: Processed in 0.001293996 sec. 2025.06.30 14:51:27.166206 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:27.166298 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:27.166340 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:27.166747 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.166783 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.167099 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:51:27.167303 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.167427 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2025.06.30 14:51:27.167462 [ 276 ] {4036d6dc-51c0-4f29-a807-08c47e3a4394} TCPHandler: Processed in 0.001303116 sec. 2025.06.30 14:51:27.167561 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:27.167652 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:27.167704 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:27.168421 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.168456 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.168946 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:51:27.169153 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.169273 [ 55 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:51:27.169284 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} executeQuery: Read 9 rows, 16.51 KiB in 0.001649 sec., 5457.85324439054 rows/sec., 9.78 MiB/sec. 2025.06.30 14:51:27.169349 [ 55 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.169377 [ 276 ] {ccc5c42f-5683-414d-89cd-0f69b8569c03} TCPHandler: Processed in 0.001862417 sec. 2025.06.30 14:51:27.169378 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.169498 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:27.169508 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:51:27.169596 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:27.169641 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:27.169774 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:27.169841 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1071 rows starting from the beginning of the part 2025.06.30 14:51:27.169967 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:27.169971 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:27.170010 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:27.170099 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:27.170195 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:27.170295 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:27.170331 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:51:27.170398 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:27.170555 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.170684 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.06.30 14:51:27.170719 [ 276 ] {68997578-6903-48fb-9322-10d5a45449d7} TCPHandler: Processed in 0.001268865 sec. 2025.06.30 14:51:27.178112 [ 197 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1164 rows, containing 19 columns (19 merged, 0 gathered) in 0.008654822 sec., 134491.50080729564 rows/sec., 241.00 MiB/sec. 2025.06.30 14:51:27.179656 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:51:27.180056 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:27.180142 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_56_11} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:51:27.180326 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. 2025.06.30 14:51:28.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 278.19 MiB, peak 289.71 MiB, free memory in arenas 0.00 B, will set to 283.68 MiB (RSS), difference: 5.49 MiB 2025.06.30 14:51:28.571050 [ 51 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:51:28.571125 [ 51 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:51:28.692700 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 2025.06.30 14:51:28.693468 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:28.693512 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:28.693998 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:51:28.694234 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:28.694381 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 2025.06.30 14:51:28.749616 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1094 2025.06.30 14:51:28.752021 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:28.752061 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:28.753234 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:51:28.753500 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:28.753778 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1094 2025.06.30 14:51:29.808768 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.06.30 14:51:29.825852 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:29.825899 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:29.832178 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:51:29.832847 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:29.835771 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.06.30 14:51:32.168994 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.169221 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.169297 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:51:32.170069 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.170121 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.170540 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:51:32.170772 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.170905 [ 47 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:51:32.170935 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} executeQuery: Read 212 rows, 13.81 KiB in 0.00177 sec., 119774.01129943502 rows/sec., 7.62 MiB/sec. 2025.06.30 14:51:32.170980 [ 47 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.170995 [ 276 ] {825d4f75-0ab7-4c74-aec1-2ef1c279fe12} TCPHandler: Processed in 0.002151843 sec. 2025.06.30 14:51:32.171011 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.171122 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.171153 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:51:32.171230 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:32.171279 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:32.171310 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:32.171351 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 236 rows starting from the beginning of the part 2025.06.30 14:51:32.171423 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.06.30 14:51:32.171476 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.06.30 14:51:32.171526 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.06.30 14:51:32.171571 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part 2025.06.30 14:51:32.171615 [ 194 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2025.06.30 14:51:32.171915 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.171958 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.172340 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:51:32.172555 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.172621 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153639 sec., 721171.0568280189 rows/sec., 49.22 MiB/sec. 2025.06.30 14:51:32.172685 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} executeQuery: Read 683 rows, 55.64 KiB in 0.001478 sec., 462110.9607577808 rows/sec., 36.77 MiB/sec. 2025.06.30 14:51:32.172723 [ 276 ] {3b3d8762-05b0-4310-ad6f-2db8681fca86} TCPHandler: Processed in 0.001654444 sec. 2025.06.30 14:51:32.172770 [ 198 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:51:32.172835 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.172934 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.172978 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:32.173060 [ 198 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.173136 [ 198 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_16_3} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:51:32.173223 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.30 14:51:32.173402 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.173443 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.173752 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:51:32.173962 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.174091 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} executeQuery: Read 139 rows, 8.87 KiB in 0.001175 sec., 118297.87234042553 rows/sec., 7.37 MiB/sec. 2025.06.30 14:51:32.174127 [ 276 ] {85957d30-d82e-4170-aca5-6a3a0b7b820a} TCPHandler: Processed in 0.001341726 sec. 2025.06.30 14:51:32.174235 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.174329 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.174369 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:51:32.174766 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.174801 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.175115 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:51:32.175325 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.175450 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} executeQuery: Read 113 rows, 7.49 KiB in 0.001138 sec., 99297.01230228471 rows/sec., 6.43 MiB/sec. 2025.06.30 14:51:32.175487 [ 276 ] {013744a7-fe2d-4384-88f1-4cb0cdc153a8} TCPHandler: Processed in 0.001300846 sec. 2025.06.30 14:51:32.175595 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.175689 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.175728 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:51:32.176130 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.176166 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.176464 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:51:32.176666 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.176763 [ 47 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:51:32.176790 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} executeQuery: Read 112 rows, 6.53 KiB in 0.001119 sec., 100089.3655049151 rows/sec., 5.70 MiB/sec. 2025.06.30 14:51:32.176799 [ 47 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.176833 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.176834 [ 276 ] {70cdacc3-6e84-4456-8d58-1ddeb0c5fe0c} TCPHandler: Processed in 0.001287326 sec. 2025.06.30 14:51:32.176925 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:51:32.176955 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.177017 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:32.177045 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 124 rows starting from the beginning of the part 2025.06.30 14:51:32.177049 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:32.177093 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:32.177105 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.06.30 14:51:32.177151 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part 2025.06.30 14:51:32.177195 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part 2025.06.30 14:51:32.177233 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part 2025.06.30 14:51:32.177273 [ 189 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part 2025.06.30 14:51:32.177605 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.177640 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.177957 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:51:32.178088 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001200573 sec., 486434.39424341545 rows/sec., 29.95 MiB/sec. 2025.06.30 14:51:32.178175 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.178305 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:51:32.178310 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} executeQuery: Read 415 rows, 30.23 KiB in 0.001278 sec., 324726.1345852895 rows/sec., 23.10 MiB/sec. 2025.06.30 14:51:32.178387 [ 276 ] {3f128293-e826-4564-9355-b0f75666702e} TCPHandler: Processed in 0.001480689 sec. 2025.06.30 14:51:32.178496 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.178592 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:51:32.178635 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:51:32.178678 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.178775 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_16_3} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:51:32.178880 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:51:32.178959 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.179000 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.179306 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.30 14:51:32.179520 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.179647 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.06.30 14:51:32.179682 [ 276 ] {11edfa73-4163-473e-ace9-286ec984072b} TCPHandler: Processed in 0.001235044 sec. 2025.06.30 14:51:32.179782 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.179875 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.179918 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:32.180296 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.180331 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.180663 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:51:32.180872 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.180998 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} executeQuery: Read 237 rows, 16.27 KiB in 0.001141 sec., 207712.5328659071 rows/sec., 13.92 MiB/sec. 2025.06.30 14:51:32.181035 [ 276 ] {efc3565e-48dc-4560-8d84-a402aa2a4c11} TCPHandler: Processed in 0.001301796 sec. 2025.06.30 14:51:32.181163 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.181257 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.181298 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:51:32.181608 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.181644 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.181938 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:51:32.182148 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.182271 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. 2025.06.30 14:51:32.182306 [ 276 ] {d5215af1-2d17-41a4-8904-5470d98ffeb6} TCPHandler: Processed in 0.001192054 sec. 2025.06.30 14:51:32.182409 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.182507 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.182562 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:32.183337 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.183371 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.183914 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:51:32.184135 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.184268 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} executeQuery: Read 33 rows, 60.55 KiB in 0.00178 sec., 18539.32584269663 rows/sec., 33.22 MiB/sec. 2025.06.30 14:51:32.184320 [ 276 ] {16ec30f8-7d18-4441-8b67-fe56425a32c5} TCPHandler: Processed in 0.001961019 sec. 2025.06.30 14:51:32.184431 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:32.184526 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:32.184567 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:32.184885 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:32.184919 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:32.185222 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:51:32.185427 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:32.185550 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} executeQuery: Read 82 rows, 5.33 KiB in 0.001042 sec., 78694.81765834933 rows/sec., 5.00 MiB/sec. 2025.06.30 14:51:32.185584 [ 276 ] {6c2f1657-8564-4916-947a-3440f0f8fec4} TCPHandler: Processed in 0.001203554 sec. 2025.06.30 14:51:36.194479 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 2025.06.30 14:51:36.195256 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:36.195291 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:36.195760 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:51:36.195987 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:36.196118 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 2025.06.30 14:51:37.162344 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.162626 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:51:37.162726 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:51:37.163554 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.163594 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.163961 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:51:37.164195 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.164343 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} executeQuery: Read 2 rows, 167.00 B in 0.001795 sec., 1114.2061281337049 rows/sec., 90.86 KiB/sec. 2025.06.30 14:51:37.164384 [ 276 ] {af5d548f-e208-4841-9e8e-e933b1a14832} TCPHandler: Processed in 0.002217824 sec. 2025.06.30 14:51:37.164500 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.164594 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:37.164632 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:37.165088 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.165124 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.165429 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:51:37.165626 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.165749 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} executeQuery: Read 75 rows, 6.17 KiB in 0.001174 sec., 63884.15672913118 rows/sec., 5.13 MiB/sec. 2025.06.30 14:51:37.165784 [ 276 ] {ad7707d7-8f93-4e08-a72f-606d9ce76883} TCPHandler: Processed in 0.001331077 sec. 2025.06.30 14:51:37.165893 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.165985 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:37.166023 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:37.166406 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.166440 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.166723 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:51:37.166923 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.167052 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} executeQuery: Read 11 rows, 836.00 B in 0.001085 sec., 10138.248847926267 rows/sec., 752.45 KiB/sec. 2025.06.30 14:51:37.167087 [ 276 ] {9ddc5908-76b3-4dc5-b199-5c28887b7f6e} TCPHandler: Processed in 0.001240865 sec. 2025.06.30 14:51:37.167183 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.167273 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:37.167310 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:37.167740 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.167775 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.168061 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:51:37.168268 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.168389 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} executeQuery: Read 75 rows, 6.00 KiB in 0.001133 sec., 66195.93998234776 rows/sec., 5.17 MiB/sec. 2025.06.30 14:51:37.168424 [ 276 ] {97bc05d6-b433-4352-acc6-02b49ab4ec96} TCPHandler: Processed in 0.001287735 sec. 2025.06.30 14:51:37.168530 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.168624 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:37.168665 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:37.169083 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.169118 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.169431 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:51:37.169627 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.169751 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} executeQuery: Read 161 rows, 11.48 KiB in 0.001146 sec., 140488.65619546248 rows/sec., 9.78 MiB/sec. 2025.06.30 14:51:37.169787 [ 276 ] {61966fb3-3a03-4d09-8068-990a8b4fe312} TCPHandler: Processed in 0.001303255 sec. 2025.06.30 14:51:37.169885 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.169977 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:37.170030 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:37.170782 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.170818 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.171312 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:51:37.171516 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.171650 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} executeQuery: Read 9 rows, 16.51 KiB in 0.001691 sec., 5322.294500295683 rows/sec., 9.54 MiB/sec. 2025.06.30 14:51:37.171701 [ 276 ] {3cb22d1b-c6d2-4b3f-b6c0-ff1e5e3a3303} TCPHandler: Processed in 0.001862468 sec. 2025.06.30 14:51:37.171807 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:37.171901 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:37.171941 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:37.172278 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.172313 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.172606 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:51:37.172823 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.172946 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.06.30 14:51:37.172980 [ 276 ] {9d311109-8297-48eb-bb85-0ccdf01e34c5} TCPHandler: Processed in 0.001219234 sec. 2025.06.30 14:51:37.335864 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.06.30 14:51:37.352988 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:37.353040 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:37.359057 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:51:37.359765 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:37.362757 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.06.30 14:51:38.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 284.73 MiB, peak 289.71 MiB, free memory in arenas 0.00 B, will set to 283.71 MiB (RSS), difference: -1.03 MiB 2025.06.30 14:51:38.753997 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1130 2025.06.30 14:51:38.756415 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:38.756460 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:38.757657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:51:38.757924 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:38.758188 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1130 2025.06.30 14:51:42.168939 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.169246 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.169352 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:51:42.170158 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.170201 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.170598 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:51:42.170818 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.170974 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} executeQuery: Read 212 rows, 13.81 KiB in 0.001806 sec., 117386.48947951273 rows/sec., 7.47 MiB/sec. 2025.06.30 14:51:42.171018 [ 276 ] {052eb9bf-dfbd-404f-9441-817c6f7052bc} TCPHandler: Processed in 0.002266605 sec. 2025.06.30 14:51:42.171146 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.171242 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:42.171283 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:42.172016 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.172051 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.172394 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:51:42.172607 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.172742 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} executeQuery: Read 683 rows, 55.64 KiB in 0.001518 sec., 449934.1238471673 rows/sec., 35.80 MiB/sec. 2025.06.30 14:51:42.172779 [ 276 ] {efcb832e-7f87-4016-ba2d-7d285a39dbc7} TCPHandler: Processed in 0.001682284 sec. 2025.06.30 14:51:42.172894 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.172990 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.173031 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:42.173471 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.173508 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.173802 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:51:42.174001 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.174129 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} executeQuery: Read 139 rows, 8.87 KiB in 0.001158 sec., 120034.54231433506 rows/sec., 7.48 MiB/sec. 2025.06.30 14:51:42.174165 [ 276 ] {b47918de-a911-4962-a3ae-622b7922c029} TCPHandler: Processed in 0.001319126 sec. 2025.06.30 14:51:42.174278 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.174374 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.174414 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:51:42.174837 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.174872 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.175169 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:51:42.175368 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.175499 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} executeQuery: Read 113 rows, 7.49 KiB in 0.001144 sec., 98776.22377622378 rows/sec., 6.39 MiB/sec. 2025.06.30 14:51:42.175536 [ 276 ] {cd184a5f-16b9-4ad6-806c-4726878df4ad} TCPHandler: Processed in 0.001306646 sec. 2025.06.30 14:51:42.175648 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.175743 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.175783 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:51:42.176202 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.176238 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.176529 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:51:42.176737 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.176860 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} executeQuery: Read 112 rows, 6.53 KiB in 0.001136 sec., 98591.54929577465 rows/sec., 5.62 MiB/sec. 2025.06.30 14:51:42.176897 [ 276 ] {02158394-0c7a-415a-a6e0-f75f8c4b35cc} TCPHandler: Processed in 0.001299106 sec. 2025.06.30 14:51:42.177010 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.177105 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:42.177145 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:42.177687 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.177722 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.178034 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:51:42.178237 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.178369 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} executeQuery: Read 415 rows, 30.23 KiB in 0.001281 sec., 323965.6518345043 rows/sec., 23.04 MiB/sec. 2025.06.30 14:51:42.178406 [ 276 ] {0b5774f8-b147-4137-acfe-3efa131c0143} TCPHandler: Processed in 0.001445949 sec. 2025.06.30 14:51:42.178518 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.178613 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:51:42.178655 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:51:42.178987 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.179027 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.179322 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.30 14:51:42.179527 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.179628 [ 34 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.06.30 14:51:42.179652 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.06.30 14:51:42.179694 [ 34 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.179704 [ 276 ] {9ce95a94-fe65-469b-87b1-bc384faafe7a} TCPHandler: Processed in 0.001234925 sec. 2025.06.30 14:51:42.179725 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.179815 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.179825 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.06.30 14:51:42.179916 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.179920 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:42.179957 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2025.06.30 14:51:42.179960 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:42.180015 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.06.30 14:51:42.180059 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.06.30 14:51:42.180102 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.06.30 14:51:42.180148 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.06.30 14:51:42.180188 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.06.30 14:51:42.180368 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.180403 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:42.180735 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:51:42.180870 [ 200 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001077522 sec., 83524.9767522148 rows/sec., 4.26 MiB/sec. 2025.06.30 14:51:42.180947 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.181055 [ 200 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.06.30 14:51:42.181087 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} executeQuery: Read 237 rows, 16.27 KiB in 0.001189 sec., 199327.16568544996 rows/sec., 13.36 MiB/sec. 2025.06.30 14:51:42.181128 [ 276 ] {9ef8de23-d26c-4347-89f9-2a355a103b0d} TCPHandler: Processed in 0.001361317 sec. 2025.06.30 14:51:42.181244 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.181342 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.181369 [ 200 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.181386 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:51:42.181457 [ 200 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_15_3} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.06.30 14:51:42.181570 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.30 14:51:42.181706 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.181746 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.182049 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:51:42.182252 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.182356 [ 34 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.30 14:51:42.182379 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.06.30 14:51:42.182396 [ 34 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.182421 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.182421 [ 276 ] {aedde044-dc40-4b25-91f1-d02affa1954f} TCPHandler: Processed in 0.001226154 sec. 2025.06.30 14:51:42.182536 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:51:42.182542 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.182681 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.182689 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:42.182746 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:42.182751 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part 2025.06.30 14:51:42.182829 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.06.30 14:51:42.182873 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.06.30 14:51:42.182911 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.06.30 14:51:42.182948 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.06.30 14:51:42.182987 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.06.30 14:51:42.183581 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.183625 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:42.183797 [ 200 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001319896 sec., 12122.167201052203 rows/sec., 813.87 KiB/sec. 2025.06.30 14:51:42.183928 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.30 14:51:42.184213 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.184213 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:51:42.184291 [ 195 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_16_3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.30 14:51:42.184374 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:51:42.184506 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.184655 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} executeQuery: Read 33 rows, 60.55 KiB in 0.001992 sec., 16566.265060240967 rows/sec., 29.69 MiB/sec. 2025.06.30 14:51:42.184708 [ 276 ] {b20d8521-36f7-4de8-8bdf-345845768981} TCPHandler: Processed in 0.002215194 sec. 2025.06.30 14:51:42.184822 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:42.184918 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:42.184960 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:42.185317 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:42.185354 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:42.185663 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:51:42.185868 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:42.186001 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} executeQuery: Read 82 rows, 5.33 KiB in 0.001097 sec., 74749.3163172288 rows/sec., 4.75 MiB/sec. 2025.06.30 14:51:42.186037 [ 276 ] {6b7f2cef-c628-446e-9ff1-5d4336575a84} TCPHandler: Processed in 0.001263965 sec. 2025.06.30 14:51:43.571440 [ 32 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:51:43.571513 [ 32 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:51:43.696208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 2025.06.30 14:51:43.696739 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:43.696779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:43.697324 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:51:43.697567 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:43.697690 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 2025.06.30 14:51:43.697705 [ 32 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:51:43.697752 [ 32 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:43.697773 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:43.697908 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:51:43.698069 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:43.698112 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part 2025.06.30 14:51:43.698181 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part 2025.06.30 14:51:43.698230 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part 2025.06.30 14:51:43.698277 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part 2025.06.30 14:51:43.698321 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part 2025.06.30 14:51:43.698364 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part 2025.06.30 14:51:43.700300 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002456398 sec., 8592255.815222127 rows/sec., 122.91 MiB/sec. 2025.06.30 14:51:43.700518 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:51:43.700758 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:43.700828 [ 190 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_46_9} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:51:43.700897 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. 2025.06.30 14:51:44.862844 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.06.30 14:51:44.880489 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:44.880536 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:44.886447 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:51:44.887120 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:44.887399 [ 29 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:51:44.887440 [ 29 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:44.887461 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.30 14:51:44.887591 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.890499 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.06.30 14:51:44.891393 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:44.892771 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.897560 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.902139 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.906763 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.911569 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.915595 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:51:44.969690 [ 196 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.082158948 sec., 4223.520486167861 rows/sec., 21.84 MiB/sec. 2025.06.30 14:51:44.972754 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:51:44.974786 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_46_9} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:44.974879 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_46_9} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:51:44.977584 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.06.30 14:51:45.000157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 284.78 MiB, peak 298.20 MiB, free memory in arenas 0.00 B, will set to 286.07 MiB (RSS), difference: 1.28 MiB 2025.06.30 14:51:47.162185 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:47.162389 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:47.162462 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:47.163309 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.163357 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.163768 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:51:47.163998 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.164150 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} executeQuery: Read 74 rows, 6.10 KiB in 0.001818 sec., 40704.07040704071 rows/sec., 3.27 MiB/sec. 2025.06.30 14:51:47.164151 [ 27 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:51:47.164192 [ 276 ] {86e6d601-b708-475a-ab27-01135ebf7eae} TCPHandler: Processed in 0.002147833 sec. 2025.06.30 14:51:47.164235 [ 27 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.164265 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.164344 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:47.164404 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:51:47.164451 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:47.164496 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:47.164564 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:47.164605 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 835 rows starting from the beginning of the part 2025.06.30 14:51:47.164678 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part 2025.06.30 14:51:47.164729 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 683 rows starting from the beginning of the part 2025.06.30 14:51:47.164774 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 75 rows starting from the beginning of the part 2025.06.30 14:51:47.164819 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 683 rows starting from the beginning of the part 2025.06.30 14:51:47.164864 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 74 rows starting from the beginning of the part 2025.06.30 14:51:47.164984 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.165027 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.165666 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:51:47.165901 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.166039 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} executeQuery: Read 9 rows, 693.00 B in 0.001608 sec., 5597.014925373134 rows/sec., 420.87 KiB/sec. 2025.06.30 14:51:47.166046 [ 28 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.06.30 14:51:47.166078 [ 276 ] {758e3c66-2413-4571-bf17-d46681c9744a} TCPHandler: Processed in 0.001784305 sec. 2025.06.30 14:51:47.166097 [ 28 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.166123 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.166204 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:47.166216 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.06.30 14:51:47.166286 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001941419 sec., 1248571.2769886355 rows/sec., 105.12 MiB/sec. 2025.06.30 14:51:47.166307 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:47.166325 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:47.166363 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:47.166363 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 182 rows starting from the beginning of the part 2025.06.30 14:51:47.166440 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:47.166473 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:51:47.166484 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 139 rows starting from the beginning of the part 2025.06.30 14:51:47.166523 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part 2025.06.30 14:51:47.166560 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 139 rows starting from the beginning of the part 2025.06.30 14:51:47.166598 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:47.166741 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.166813 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_66_13} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:51:47.166823 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.166864 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.166880 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.30 14:51:47.167193 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:51:47.167362 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 489 rows, containing 5 columns (5 merged, 0 gathered) in 0.001185134 sec., 412611.5696621648 rows/sec., 27.91 MiB/sec. 2025.06.30 14:51:47.167410 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.167502 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.06.30 14:51:47.167546 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} executeQuery: Read 73 rows, 5.84 KiB in 0.001258 sec., 58028.61685214626 rows/sec., 4.53 MiB/sec. 2025.06.30 14:51:47.167549 [ 28 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:51:47.167593 [ 276 ] {043dff84-a72a-4903-94df-92650cfe90ef} TCPHandler: Processed in 0.001437738 sec. 2025.06.30 14:51:47.167602 [ 28 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.167633 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.167711 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:51:47.167721 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:47.167743 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.167817 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:47.167824 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_60_12} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.06.30 14:51:47.167842 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 500 rows starting from the beginning of the part 2025.06.30 14:51:47.167843 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:47.167898 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 73 rows starting from the beginning of the part 2025.06.30 14:51:47.167898 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:51:47.167899 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:47.167940 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 415 rows starting from the beginning of the part 2025.06.30 14:51:47.167978 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 75 rows starting from the beginning of the part 2025.06.30 14:51:47.168010 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 415 rows starting from the beginning of the part 2025.06.30 14:51:47.168047 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 73 rows starting from the beginning of the part 2025.06.30 14:51:47.168362 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.168402 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.168750 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:51:47.168908 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.001225274 sec., 1265839.3143084731 rows/sec., 96.95 MiB/sec. 2025.06.30 14:51:47.168971 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.169054 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:51:47.169110 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2025.06.30 14:51:47.169113 [ 28 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:51:47.169155 [ 276 ] {2642bb00-b647-463f-895d-7700a34c4c8d} TCPHandler: Processed in 0.001482349 sec. 2025.06.30 14:51:47.169165 [ 28 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.169198 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.169276 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:47.169300 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:51:47.169303 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.169375 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:47.169398 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_66_13} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:51:47.169436 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:47.169440 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:47.169478 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.06.30 14:51:47.169489 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 8066 rows starting from the beginning of the part 2025.06.30 14:51:47.169562 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2025.06.30 14:51:47.169609 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part 2025.06.30 14:51:47.169651 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 161 rows starting from the beginning of the part 2025.06.30 14:51:47.169691 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 237 rows starting from the beginning of the part 2025.06.30 14:51:47.169732 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.06.30 14:51:47.170217 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.170258 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.170867 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:51:47.171093 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.171230 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} executeQuery: Read 9 rows, 16.51 KiB in 0.001873 sec., 4805.125467164976 rows/sec., 8.61 MiB/sec. 2025.06.30 14:51:47.171283 [ 276 ] {817f032d-1bcd-4adb-82a6-022bf141576d} TCPHandler: Processed in 0.002054791 sec. 2025.06.30 14:51:47.171397 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:47.171491 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:47.171532 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:47.171865 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.171900 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.172296 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:51:47.172504 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.172631 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.06.30 14:51:47.172634 [ 28 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:51:47.172668 [ 276 ] {2f4561c1-c40a-44b4-9a85-3bafd424cd5f} TCPHandler: Processed in 0.001318666 sec. 2025.06.30 14:51:47.172683 [ 28 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:47.172707 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:47.172796 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:51:47.172900 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:47.172929 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2854 rows starting from the beginning of the part 2025.06.30 14:51:47.172982 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:51:47.173025 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part 2025.06.30 14:51:47.173024 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 9021 rows, containing 5 columns (5 merged, 0 gathered) in 0.003764445 sec., 2396369.185895929 rows/sec., 166.55 MiB/sec. 2025.06.30 14:51:47.173063 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:51:47.173099 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part 2025.06.30 14:51:47.173148 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.06.30 14:51:47.173328 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:51:47.173694 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.173779 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_66_13} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:51:47.173875 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2025.06.30 14:51:47.174398 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3198 rows, containing 4 columns (4 merged, 0 gathered) in 0.001633993 sec., 1957168.7271610098 rows/sec., 128.63 MiB/sec. 2025.06.30 14:51:47.174770 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:51:47.175048 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:47.175126 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_66_13} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:51:47.175224 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.06.30 14:51:48.758434 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1164 2025.06.30 14:51:48.760937 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:48.760987 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:48.762241 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:51:48.762528 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:48.762901 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1164 2025.06.30 14:51:50.462546 [ 42 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.06.30 14:51:50.462623 [ 42 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:50.462645 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:50.462780 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:51:50.462933 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:50.462967 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 22 rows starting from the beginning of the part 2025.06.30 14:51:50.463037 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2025.06.30 14:51:50.463084 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part 2025.06.30 14:51:50.463129 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.06.30 14:51:50.463172 [ 196 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2025.06.30 14:51:50.463923 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001202884 sec., 34916.085009028306 rows/sec., 2.94 MiB/sec. 2025.06.30 14:51:50.464127 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.06.30 14:51:50.464447 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:50.464527 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_17_4} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.06.30 14:51:50.464622 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:51:51.197790 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 2025.06.30 14:51:51.198583 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:51.198656 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:51.199333 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:51:51.199564 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:51.199709 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 2025.06.30 14:51:52.168715 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.168902 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.168974 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:51:52.169741 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.169793 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.170210 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:51:52.170447 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.170613 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} executeQuery: Read 212 rows, 13.81 KiB in 0.001763 sec., 120249.57458876914 rows/sec., 7.65 MiB/sec. 2025.06.30 14:51:52.170665 [ 276 ] {8ecc3945-28cd-43da-bd6f-356b0dc6e010} TCPHandler: Processed in 0.002085992 sec. 2025.06.30 14:51:52.170795 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.170901 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:51:52.170945 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:51:52.171373 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.171413 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.171722 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:51:52.171926 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.172061 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} executeQuery: Read 4 rows, 348.00 B in 0.001185 sec., 3375.527426160337 rows/sec., 286.79 KiB/sec. 2025.06.30 14:51:52.172099 [ 276 ] {dc1f29c7-e9bc-4e16-8d6b-b7a4e6153646} TCPHandler: Processed in 0.001357816 sec. 2025.06.30 14:51:52.172213 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.172308 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:52.172348 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:52.173071 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.173107 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.173452 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:51:52.173658 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.173787 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} executeQuery: Read 686 rows, 55.88 KiB in 0.001498 sec., 457943.92523364484 rows/sec., 36.43 MiB/sec. 2025.06.30 14:51:52.173825 [ 276 ] {4343fbe9-38b3-453d-838e-26be647dad13} TCPHandler: Processed in 0.001660873 sec. 2025.06.30 14:51:52.173945 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.174040 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.174079 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:52.174523 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.174557 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.174859 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:51:52.175096 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.175224 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} executeQuery: Read 143 rows, 9.16 KiB in 0.001204 sec., 118770.76411960133 rows/sec., 7.43 MiB/sec. 2025.06.30 14:51:52.175261 [ 276 ] {ecb98c18-c133-4583-a2b4-d9e08df7ca13} TCPHandler: Processed in 0.001364738 sec. 2025.06.30 14:51:52.175374 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.175469 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.175510 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:51:52.175924 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.175960 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.176270 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:51:52.176476 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.176603 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} executeQuery: Read 113 rows, 7.49 KiB in 0.001152 sec., 98090.27777777778 rows/sec., 6.35 MiB/sec. 2025.06.30 14:51:52.176639 [ 276 ] {86c0dac4-2b3c-4cea-9075-7e7ae67a67ef} TCPHandler: Processed in 0.001313886 sec. 2025.06.30 14:51:52.176751 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.176846 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.176887 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:51:52.177303 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.177339 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.177635 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:51:52.177842 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.177974 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} executeQuery: Read 112 rows, 6.53 KiB in 0.001145 sec., 97816.59388646288 rows/sec., 5.57 MiB/sec. 2025.06.30 14:51:52.178011 [ 276 ] {5c2e8086-6a91-4752-a221-8e23fdb71e26} TCPHandler: Processed in 0.001309206 sec. 2025.06.30 14:51:52.178125 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.178219 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:52.178258 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:52.178831 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.178866 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.179186 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:51:52.179394 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.179522 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} executeQuery: Read 419 rows, 30.57 KiB in 0.001322 sec., 316944.02420574886 rows/sec., 22.58 MiB/sec. 2025.06.30 14:51:52.179560 [ 276 ] {bb8fa28d-3b0a-4389-8cea-6629ba96f19c} TCPHandler: Processed in 0.001484649 sec. 2025.06.30 14:51:52.179672 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.179767 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:51:52.179810 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:51:52.180166 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.180208 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.180540 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.30 14:51:52.180753 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.180887 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} executeQuery: Read 6 rows, 321.00 B in 0.001139 sec., 5267.778753292361 rows/sec., 275.22 KiB/sec. 2025.06.30 14:51:52.180926 [ 276 ] {5d21e118-e301-436a-bfaa-a3d5e1d53a9d} TCPHandler: Processed in 0.001302186 sec. 2025.06.30 14:51:52.181028 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.181131 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.181175 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:52.181601 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.181638 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.181979 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:51:52.182191 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.182320 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} executeQuery: Read 239 rows, 16.41 KiB in 0.001209 sec., 197684.03639371382 rows/sec., 13.26 MiB/sec. 2025.06.30 14:51:52.182358 [ 276 ] {bc1aa4c8-f75f-4e9d-8e8d-9c6ae1caf63c} TCPHandler: Processed in 0.001380698 sec. 2025.06.30 14:51:52.182470 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.182566 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.182608 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:51:52.182923 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.182959 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.183284 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:51:52.183517 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.183650 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} executeQuery: Read 1 rows, 69.00 B in 0.001103 sec., 906.6183136899365 rows/sec., 61.09 KiB/sec. 2025.06.30 14:51:52.183691 [ 276 ] {c67a5dc0-6e7c-48bc-8781-deecd04f1cb4} TCPHandler: Processed in 0.001270716 sec. 2025.06.30 14:51:52.183807 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.183904 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.183961 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:52.184833 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.184869 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.185500 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:51:52.185755 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.185881 [ 60 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:51:52.185905 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} executeQuery: Read 33 rows, 60.55 KiB in 0.00202 sec., 16336.633663366336 rows/sec., 29.27 MiB/sec. 2025.06.30 14:51:52.185951 [ 60 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.185977 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.186000 [ 276 ] {248fecf1-666b-43a9-96e2-eaa4994a01f8} TCPHandler: Processed in 0.002248065 sec. 2025.06.30 14:51:52.186097 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:51:52.186122 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:52.186228 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:52.186270 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:52.186351 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:51:52.186421 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1164 rows starting from the beginning of the part 2025.06.30 14:51:52.186552 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:52.186626 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.186664 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:52.186670 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.186784 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:52.186900 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 9 rows starting from the beginning of the part 2025.06.30 14:51:52.187012 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part 2025.06.30 14:51:52.187035 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:51:52.187309 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.187479 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} executeQuery: Read 82 rows, 5.33 KiB in 0.00127 sec., 64566.92913385826 rows/sec., 4.10 MiB/sec. 2025.06.30 14:51:52.187518 [ 276 ] {aada001e-5e99-40b1-861c-9b87863ac0b8} TCPHandler: Processed in 0.001447519 sec. 2025.06.30 14:51:52.194715 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1281 rows, containing 19 columns (19 merged, 0 gathered) in 0.008677483 sec., 147623.452561071 rows/sec., 264.53 MiB/sec. 2025.06.30 14:51:52.196178 [ 195 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:51:52.196553 [ 195 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.196634 [ 195 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_61_12} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:51:52.196751 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB. 2025.06.30 14:51:52.390589 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.06.30 14:51:52.411566 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:52.411663 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:52.420594 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:51:52.422222 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:52.429135 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.06.30 14:51:53.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 288.75 MiB, peak 299.86 MiB, free memory in arenas 0.00 B, will set to 292.01 MiB (RSS), difference: 3.26 MiB 2025.06.30 14:51:57.162105 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:57.162322 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:51:57.162392 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:51:57.163155 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:57.163192 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:57.163590 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:51:57.163810 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:57.163957 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} executeQuery: Read 74 rows, 6.10 KiB in 0.001691 sec., 43761.08811354228 rows/sec., 3.52 MiB/sec. 2025.06.30 14:51:57.163998 [ 276 ] {1cbc2353-1fbd-49e1-a577-f25ec9d45cf0} TCPHandler: Processed in 0.002035491 sec. 2025.06.30 14:51:57.164131 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:57.164226 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:51:57.164265 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:51:57.164667 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:57.164700 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:57.164992 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:51:57.165198 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:57.165322 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} executeQuery: Read 9 rows, 693.00 B in 0.001115 sec., 8071.748878923766 rows/sec., 606.96 KiB/sec. 2025.06.30 14:51:57.165366 [ 276 ] {a1f85fc4-22e8-4fb7-85b3-dc9e07a12e01} TCPHandler: Processed in 0.001293456 sec. 2025.06.30 14:51:57.165490 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:57.165615 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:51:57.165664 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:51:57.166158 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:57.166193 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:57.166514 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:51:57.166745 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:57.166878 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} executeQuery: Read 73 rows, 5.84 KiB in 0.001288 sec., 56677.01863354037 rows/sec., 4.42 MiB/sec. 2025.06.30 14:51:57.166918 [ 276 ] {ef46b910-eb3b-475d-8b0e-ceaf1b128813} TCPHandler: Processed in 0.001489719 sec. 2025.06.30 14:51:57.167036 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:57.167133 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:57.167178 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:51:57.167603 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:57.167640 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:57.167976 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:51:57.168186 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:57.168315 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.06.30 14:51:57.168352 [ 276 ] {936a1c75-6c0a-464f-b540-d2c6a9265d71} TCPHandler: Processed in 0.001367637 sec. 2025.06.30 14:51:57.168464 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:57.168560 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:51:57.168615 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:51:57.169388 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:57.169425 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:57.169923 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:51:57.170143 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:57.170280 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} executeQuery: Read 9 rows, 16.51 KiB in 0.001739 sec., 5175.388154111558 rows/sec., 9.27 MiB/sec. 2025.06.30 14:51:57.170335 [ 276 ] {9dc5ef40-d1da-4f4b-9690-49b487620290} TCPHandler: Processed in 0.001921348 sec. 2025.06.30 14:51:57.170450 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:51:57.170547 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:51:57.170590 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:51:57.170934 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:57.170970 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:57.171274 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:51:57.171483 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:57.171610 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.06.30 14:51:57.171647 [ 276 ] {07248b6a-331e-48cf-b732-5589a8d03e8f} TCPHandler: Processed in 0.001247035 sec. 2025.06.30 14:51:58.571558 [ 148 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:51:58.571613 [ 148 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:51:58.699784 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 2025.06.30 14:51:58.700250 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:58.700284 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:58.700759 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:51:58.701004 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:58.701144 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.06.30 14:51:58.763105 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1200 2025.06.30 14:51:58.765568 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:58.765610 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:58.766783 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:51:58.767048 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:58.767297 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1200 2025.06.30 14:51:59.001144 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000819466 sec. 2025.06.30 14:51:59.929213 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.06.30 14:51:59.945470 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:51:59.945531 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:51:59.951437 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:51:59.952126 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:51:59.955058 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.06.30 14:52:02.168325 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.168509 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.168574 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:52:02.169333 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.169376 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.169776 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:52:02.169991 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.170142 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} executeQuery: Read 212 rows, 13.81 KiB in 0.001684 sec., 125890.73634204276 rows/sec., 8.01 MiB/sec. 2025.06.30 14:52:02.170184 [ 276 ] {3406de65-3137-44fc-b267-b4fa256211f6} TCPHandler: Processed in 0.00198928 sec. 2025.06.30 14:52:02.170305 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.170408 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:02.170447 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:02.171191 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.171228 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.171568 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:52:02.171769 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.171894 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} executeQuery: Read 683 rows, 55.64 KiB in 0.001505 sec., 453820.5980066445 rows/sec., 36.11 MiB/sec. 2025.06.30 14:52:02.171931 [ 276 ] {0f8d30ed-906c-467d-8226-b2ca9071c451} TCPHandler: Processed in 0.001674263 sec. 2025.06.30 14:52:02.172043 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.172168 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.172210 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:02.172639 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.172675 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.172960 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:52:02.173171 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.173294 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} executeQuery: Read 139 rows, 8.87 KiB in 0.001145 sec., 121397.37991266376 rows/sec., 7.56 MiB/sec. 2025.06.30 14:52:02.173330 [ 276 ] {e475a16a-1315-40d7-b225-a0fb3841bfc3} TCPHandler: Processed in 0.001335107 sec. 2025.06.30 14:52:02.173441 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.173534 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.173572 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:52:02.173986 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.174020 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.174321 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:52:02.174522 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.174646 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} executeQuery: Read 113 rows, 7.49 KiB in 0.001129 sec., 100088.57395925598 rows/sec., 6.48 MiB/sec. 2025.06.30 14:52:02.174684 [ 276 ] {15fdffe3-ca2d-460f-89d0-3f6d69aa1b49} TCPHandler: Processed in 0.001290556 sec. 2025.06.30 14:52:02.174797 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.174890 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.174928 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:52:02.175343 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.175379 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.175675 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:52:02.175876 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.175997 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} executeQuery: Read 112 rows, 6.53 KiB in 0.001125 sec., 99555.55555555556 rows/sec., 5.67 MiB/sec. 2025.06.30 14:52:02.176034 [ 276 ] {4b693859-7a16-4946-a61d-edaffed3ef0f} TCPHandler: Processed in 0.001285636 sec. 2025.06.30 14:52:02.176146 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.176239 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:02.176277 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:02.176802 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.176837 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.177151 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:52:02.177349 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.177471 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} executeQuery: Read 415 rows, 30.23 KiB in 0.001249 sec., 332265.8126501201 rows/sec., 23.63 MiB/sec. 2025.06.30 14:52:02.177508 [ 276 ] {fcd45b78-5a91-43bf-a29b-8af4ce678304} TCPHandler: Processed in 0.001409648 sec. 2025.06.30 14:52:02.177617 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.177710 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:52:02.177750 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:52:02.178081 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.178116 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.178410 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.30 14:52:02.178618 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.178742 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2025.06.30 14:52:02.178777 [ 276 ] {d267ba54-9709-4460-a837-46eb85e6a366} TCPHandler: Processed in 0.001207894 sec. 2025.06.30 14:52:02.178879 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.178971 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.179012 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:02.179407 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.179442 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.179763 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:52:02.179962 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.180085 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} executeQuery: Read 237 rows, 16.27 KiB in 0.001132 sec., 209363.95759717314 rows/sec., 14.03 MiB/sec. 2025.06.30 14:52:02.180122 [ 276 ] {adbeea68-4b08-43e2-bfc2-545e320f776c} TCPHandler: Processed in 0.001289916 sec. 2025.06.30 14:52:02.180232 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.180325 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.180365 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:52:02.180670 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.180706 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.180991 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:52:02.181191 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.181318 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2025.06.30 14:52:02.181354 [ 276 ] {69c96250-76f8-4fed-9066-de7a972e25c0} TCPHandler: Processed in 0.001169314 sec. 2025.06.30 14:52:02.181451 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.181563 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.181619 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:02.182444 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.182479 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.183020 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:52:02.183244 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.183380 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} executeQuery: Read 33 rows, 60.55 KiB in 0.001834 sec., 17993.456924754635 rows/sec., 32.24 MiB/sec. 2025.06.30 14:52:02.183443 [ 276 ] {11b8ad02-df97-4bb0-bdc0-19ca189a7664} TCPHandler: Processed in 0.00203902 sec. 2025.06.30 14:52:02.183563 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:02.183656 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:02.183696 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:02.184029 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:02.184064 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:02.184360 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:52:02.184560 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:02.184681 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} executeQuery: Read 82 rows, 5.33 KiB in 0.001044 sec., 78544.06130268199 rows/sec., 4.99 MiB/sec. 2025.06.30 14:52:02.184716 [ 276 ] {d9ac383f-eacd-431d-8a16-e35d7b30b945} TCPHandler: Processed in 0.001201994 sec. 2025.06.30 14:52:06.201249 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 2025.06.30 14:52:06.202071 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:06.202140 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:06.202793 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:52:06.203012 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:06.203142 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 2025.06.30 14:52:07.161513 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.161705 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:52:07.161774 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:52:07.162482 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.162538 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.162924 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:52:07.163153 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.163321 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} executeQuery: Read 8 rows, 668.00 B in 0.001667 sec., 4799.040191961608 rows/sec., 391.33 KiB/sec. 2025.06.30 14:52:07.163372 [ 276 ] {a04f3edc-eb62-40b4-8208-89f7139f8142} TCPHandler: Processed in 0.001993019 sec. 2025.06.30 14:52:07.163525 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.163631 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:07.163675 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:07.164164 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.164203 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.164520 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:52:07.164752 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.164886 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} executeQuery: Read 78 rows, 6.39 KiB in 0.00128 sec., 60937.49999999999 rows/sec., 4.87 MiB/sec. 2025.06.30 14:52:07.164924 [ 276 ] {81f879ba-b9f7-4269-aa2f-83eee6d874e3} TCPHandler: Processed in 0.001458259 sec. 2025.06.30 14:52:07.165101 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.165210 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:07.165254 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:07.165686 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.165723 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.166018 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:52:07.166222 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.166352 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} executeQuery: Read 17 rows, 1.24 KiB in 0.001163 sec., 14617.368873602753 rows/sec., 1.04 MiB/sec. 2025.06.30 14:52:07.166390 [ 276 ] {8799ee15-a4ce-4577-b0c1-36bbab12b58e} TCPHandler: Processed in 0.001340966 sec. 2025.06.30 14:52:07.166500 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.166596 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:07.166637 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:07.167071 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.167108 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.167410 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:52:07.167620 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.167746 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} executeQuery: Read 81 rows, 6.49 KiB in 0.001168 sec., 69349.31506849315 rows/sec., 5.42 MiB/sec. 2025.06.30 14:52:07.167783 [ 276 ] {40cf8817-ece6-4b5e-84be-234d301de324} TCPHandler: Processed in 0.001333206 sec. 2025.06.30 14:52:07.167897 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.167993 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:07.168038 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:07.168460 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.168496 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.168826 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:52:07.169044 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.169177 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} executeQuery: Read 164 rows, 11.69 KiB in 0.001202 sec., 136439.26788685526 rows/sec., 9.50 MiB/sec. 2025.06.30 14:52:07.169214 [ 276 ] {6877ace0-6734-48eb-9796-173b05ac7ea2} TCPHandler: Processed in 0.001368397 sec. 2025.06.30 14:52:07.169329 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.169426 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:07.169482 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:07.170678 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.170716 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.171236 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:52:07.171476 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.171625 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} executeQuery: Read 9 rows, 16.51 KiB in 0.002217 sec., 4059.539918809202 rows/sec., 7.27 MiB/sec. 2025.06.30 14:52:07.171696 [ 276 ] {fdf57175-a0ca-4d0a-9bb4-7edb106639bf} TCPHandler: Processed in 0.002417028 sec. 2025.06.30 14:52:07.171815 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:07.171913 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:07.171955 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:07.172304 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.172340 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.172650 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:52:07.172856 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.172988 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.06.30 14:52:07.173025 [ 276 ] {e89f6d7f-fcf3-4972-871a-663f8a221e92} TCPHandler: Processed in 0.001260195 sec. 2025.06.30 14:52:07.455105 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.06.30 14:52:07.471646 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:07.471690 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:07.477791 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:52:07.478484 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:07.481809 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.06.30 14:52:08.767520 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1236 2025.06.30 14:52:08.770265 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:08.770314 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:08.771521 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:52:08.771791 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:08.771914 [ 119 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:52:08.771957 [ 119 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:08.771978 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.30 14:52:08.772120 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:52:08.772128 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1236 2025.06.30 14:52:08.772979 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:08.773195 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1058 rows starting from the beginning of the part 2025.06.30 14:52:08.773597 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part 2025.06.30 14:52:08.773937 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:52:08.774275 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part 2025.06.30 14:52:08.774612 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2025.06.30 14:52:08.774933 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:52:08.780992 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1236 rows, containing 72 columns (72 merged, 0 gathered) in 0.008926988 sec., 138456.55443919046 rows/sec., 110.88 MiB/sec. 2025.06.30 14:52:08.782645 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:52:08.783280 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:08.783370 [ 190 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_36_7} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:52:08.783638 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. 2025.06.30 14:52:12.169132 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.169349 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.169414 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:52:12.170258 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.170303 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.170705 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:52:12.170936 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.171091 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} executeQuery: Read 212 rows, 13.81 KiB in 0.001795 sec., 118105.84958217271 rows/sec., 7.51 MiB/sec. 2025.06.30 14:52:12.171133 [ 276 ] {384f1190-62dd-4026-9de3-3b4b8cf5ee37} TCPHandler: Processed in 0.002141933 sec. 2025.06.30 14:52:12.171279 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.171378 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:12.171419 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:12.172236 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.172273 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.172631 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:52:12.172835 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.172955 [ 131 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:52:12.172962 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} executeQuery: Read 683 rows, 55.64 KiB in 0.001604 sec., 425810.47381546133 rows/sec., 33.88 MiB/sec. 2025.06.30 14:52:12.173027 [ 131 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.173046 [ 276 ] {06a876e2-a6de-42b4-a634-7df8355e89b5} TCPHandler: Processed in 0.001819176 sec. 2025.06.30 14:52:12.173056 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.173191 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:52:12.173198 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.173338 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.173343 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:12.173386 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:12.173419 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 835 rows starting from the beginning of the part 2025.06.30 14:52:12.173491 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 686 rows starting from the beginning of the part 2025.06.30 14:52:12.173535 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 74 rows starting from the beginning of the part 2025.06.30 14:52:12.173576 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 683 rows starting from the beginning of the part 2025.06.30 14:52:12.173623 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 78 rows starting from the beginning of the part 2025.06.30 14:52:12.173668 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 683 rows starting from the beginning of the part 2025.06.30 14:52:12.173865 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.173907 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.174232 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:52:12.174455 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.174584 [ 125 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.06.30 14:52:12.174593 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} executeQuery: Read 139 rows, 8.87 KiB in 0.001274 sec., 109105.18053375196 rows/sec., 6.80 MiB/sec. 2025.06.30 14:52:12.174621 [ 125 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.174639 [ 276 ] {25b989c3-525f-42fa-96b5-a4f75d364656} TCPHandler: Processed in 0.00148927 sec. 2025.06.30 14:52:12.174643 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.174760 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.174758 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.06.30 14:52:12.174856 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.174900 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:52:12.174923 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:12.174962 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 182 rows starting from the beginning of the part 2025.06.30 14:52:12.175029 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 143 rows starting from the beginning of the part 2025.06.30 14:52:12.175059 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3039 rows, containing 5 columns (5 merged, 0 gathered) in 0.001930158 sec., 1574482.5035048944 rows/sec., 132.25 MiB/sec. 2025.06.30 14:52:12.175077 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:12.175132 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 139 rows starting from the beginning of the part 2025.06.30 14:52:12.175173 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 17 rows starting from the beginning of the part 2025.06.30 14:52:12.175213 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 139 rows starting from the beginning of the part 2025.06.30 14:52:12.175262 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:52:12.175328 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.175365 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.175587 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.175692 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_71_14} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:52:12.175797 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.06.30 14:52:12.176001 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:52:12.176223 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.176325 [ 125 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:52:12.176346 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} executeQuery: Read 113 rows, 7.49 KiB in 0.001508 sec., 74933.68700265251 rows/sec., 4.85 MiB/sec. 2025.06.30 14:52:12.176358 [ 125 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.176377 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.176383 [ 276 ] {05525db1-2092-45e9-bb75-873b734f11ff} TCPHandler: Processed in 0.001670843 sec. 2025.06.30 14:52:12.176476 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:52:12.176482 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 629 rows, containing 5 columns (5 merged, 0 gathered) in 0.001779955 sec., 353379.72027382714 rows/sec., 23.77 MiB/sec. 2025.06.30 14:52:12.176536 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.176577 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:12.176606 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 138 rows starting from the beginning of the part 2025.06.30 14:52:12.176635 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.176650 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part 2025.06.30 14:52:12.176653 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.06.30 14:52:12.176682 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:52:12.176697 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part 2025.06.30 14:52:12.176735 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part 2025.06.30 14:52:12.176770 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part 2025.06.30 14:52:12.176806 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part 2025.06.30 14:52:12.176957 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.177049 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_65_13} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.06.30 14:52:12.177122 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.177125 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:52:12.177165 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.177488 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:52:12.177600 [ 192 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 5 columns (5 merged, 0 gathered) in 0.001154363 sec., 608993.8780089106 rows/sec., 42.12 MiB/sec. 2025.06.30 14:52:12.177715 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.177737 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:52:12.177854 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} executeQuery: Read 112 rows, 6.53 KiB in 0.001237 sec., 90541.63298302345 rows/sec., 5.16 MiB/sec. 2025.06.30 14:52:12.177897 [ 276 ] {7ac3aace-7169-4ddc-8b84-19a10596335b} TCPHandler: Processed in 0.001409098 sec. 2025.06.30 14:52:12.177989 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.178017 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.178067 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_21_4} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:52:12.178117 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:12.178145 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.30 14:52:12.178162 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:12.178711 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.178747 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.179075 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:52:12.179283 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.179384 [ 125 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:52:12.179405 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} executeQuery: Read 415 rows, 30.23 KiB in 0.001305 sec., 318007.66283524904 rows/sec., 22.62 MiB/sec. 2025.06.30 14:52:12.179414 [ 125 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.179435 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.179442 [ 276 ] {88e6aec5-e16f-485c-b248-e83622f43465} TCPHandler: Processed in 0.00147249 sec. 2025.06.30 14:52:12.179498 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:52:12.179556 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.179576 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:12.179603 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 500 rows starting from the beginning of the part 2025.06.30 14:52:12.179650 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:52:12.179655 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 419 rows starting from the beginning of the part 2025.06.30 14:52:12.179691 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:52:12.179703 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 73 rows starting from the beginning of the part 2025.06.30 14:52:12.179743 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 415 rows starting from the beginning of the part 2025.06.30 14:52:12.179782 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 81 rows starting from the beginning of the part 2025.06.30 14:52:12.179821 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 415 rows starting from the beginning of the part 2025.06.30 14:52:12.180025 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.180060 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.180363 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.30 14:52:12.180563 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.180689 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.06.30 14:52:12.180724 [ 276 ] {d2dc824b-022a-447b-8615-1be3d0624b51} TCPHandler: Processed in 0.001215484 sec. 2025.06.30 14:52:12.180793 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1903 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321296 sec., 1440252.6004771073 rows/sec., 109.56 MiB/sec. 2025.06.30 14:52:12.180831 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.180924 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.180928 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:52:12.180966 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:12.181157 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.181218 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_71_14} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:52:12.181273 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:52:12.181362 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.181395 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.181721 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:52:12.181936 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.182032 [ 125 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:52:12.182057 [ 125 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.182063 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} executeQuery: Read 237 rows, 16.27 KiB in 0.001157 sec., 204840.1037165082 rows/sec., 13.73 MiB/sec. 2025.06.30 14:52:12.182073 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.182100 [ 276 ] {afc6d5ae-d168-4e60-b18d-9f2f7ebd65c2} TCPHandler: Processed in 0.001316586 sec. 2025.06.30 14:52:12.182135 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:52:12.182202 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:12.182212 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.182225 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 9021 rows starting from the beginning of the part 2025.06.30 14:52:12.182270 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 239 rows starting from the beginning of the part 2025.06.30 14:52:12.182306 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.182306 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:52:12.182348 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:52:12.182351 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part 2025.06.30 14:52:12.182390 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 164 rows starting from the beginning of the part 2025.06.30 14:52:12.182423 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part 2025.06.30 14:52:12.182657 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.182689 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.182984 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:52:12.183192 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.183315 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.06.30 14:52:12.183349 [ 276 ] {433065d8-780a-43e6-bbce-aa3b4df67f78} TCPHandler: Processed in 0.001184843 sec. 2025.06.30 14:52:12.183449 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.183542 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.183596 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:12.184449 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.184482 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.185297 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:52:12.185537 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.185679 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} executeQuery: Read 33 rows, 60.55 KiB in 0.002155 sec., 15313.225058004642 rows/sec., 27.44 MiB/sec. 2025.06.30 14:52:12.185738 [ 276 ] {16cfad8d-4798-4f21-8551-02658f7088b2} TCPHandler: Processed in 0.002336387 sec. 2025.06.30 14:52:12.185793 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 10058 rows, containing 5 columns (5 merged, 0 gathered) in 0.003678123 sec., 2734546.9414698747 rows/sec., 189.59 MiB/sec. 2025.06.30 14:52:12.185866 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:12.185966 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:12.186009 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:12.186059 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:52:12.186349 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.186353 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.186401 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.186439 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_71_14} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:52:12.186534 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2025.06.30 14:52:12.186723 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:52:12.186935 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.187033 [ 125 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:52:12.187060 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} executeQuery: Read 82 rows, 5.33 KiB in 0.001113 sec., 73674.75292003594 rows/sec., 4.68 MiB/sec. 2025.06.30 14:52:12.187065 [ 125 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:12.187090 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:12.187094 [ 276 ] {063baf8c-be2d-4af5-9bdb-139ad23d3e29} TCPHandler: Processed in 0.001278105 sec. 2025.06.30 14:52:12.187158 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:52:12.187244 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:12.187272 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3198 rows starting from the beginning of the part 2025.06.30 14:52:12.187321 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part 2025.06.30 14:52:12.187363 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:52:12.187403 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part 2025.06.30 14:52:12.187443 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:52:12.187483 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part 2025.06.30 14:52:12.188533 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3564 rows, containing 4 columns (4 merged, 0 gathered) in 0.001404148 sec., 2538193.979552013 rows/sec., 166.57 MiB/sec. 2025.06.30 14:52:12.188780 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:52:12.189032 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:12.189100 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_71_14} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:52:12.189157 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.06.30 14:52:13.571859 [ 121 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:52:13.571911 [ 121 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:52:13.703229 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 2025.06.30 14:52:13.704025 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:13.704105 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:13.704885 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:52:13.705116 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:13.705255 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 2025.06.30 14:52:14.981880 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.06.30 14:52:15.000826 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:15.000884 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:15.007064 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:52:15.007778 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:15.010780 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.06.30 14:52:17.161823 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:17.162111 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:17.162214 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:17.163064 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.163108 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.163504 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:52:17.163731 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.163883 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} executeQuery: Read 74 rows, 6.10 KiB in 0.001852 sec., 39956.803455723544 rows/sec., 3.21 MiB/sec. 2025.06.30 14:52:17.163924 [ 276 ] {8468f6e3-7188-48c8-8e0e-8e3f82a77f04} TCPHandler: Processed in 0.002284466 sec. 2025.06.30 14:52:17.164056 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:17.164153 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:17.164193 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:17.164629 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.164664 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.164952 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:52:17.165163 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.165290 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} executeQuery: Read 9 rows, 693.00 B in 0.001155 sec., 7792.207792207792 rows/sec., 585.94 KiB/sec. 2025.06.30 14:52:17.165327 [ 276 ] {3fed2f51-bd37-497e-aaa2-36465bcd6814} TCPHandler: Processed in 0.001325286 sec. 2025.06.30 14:52:17.165436 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:17.165535 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:17.165575 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:17.166043 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.166079 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.166384 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:52:17.166596 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.166721 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} executeQuery: Read 73 rows, 5.84 KiB in 0.001208 sec., 60430.46357615894 rows/sec., 4.72 MiB/sec. 2025.06.30 14:52:17.166759 [ 276 ] {afe430b2-f43f-49bc-824e-1bded77e6207} TCPHandler: Processed in 0.001372478 sec. 2025.06.30 14:52:17.166868 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:17.166962 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:17.167005 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:17.167428 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.167464 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.167790 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:52:17.167995 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.168121 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.06.30 14:52:17.168158 [ 276 ] {93ed501c-23b2-4fc9-adb7-d1a1319dc02f} TCPHandler: Processed in 0.001339137 sec. 2025.06.30 14:52:17.168262 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:17.168355 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:17.168409 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:17.169176 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.169213 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.169720 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:52:17.169944 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.170069 [ 126 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:52:17.170082 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} executeQuery: Read 9 rows, 16.51 KiB in 0.001745 sec., 5157.593123209169 rows/sec., 9.24 MiB/sec. 2025.06.30 14:52:17.170148 [ 126 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.170177 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.170177 [ 276 ] {519ca2c1-a852-4ac6-8db9-e94781af4fb3} TCPHandler: Processed in 0.001963999 sec. 2025.06.30 14:52:17.170299 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:52:17.170310 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:17.170429 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:17.170470 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:17.170532 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:17.170593 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1281 rows starting from the beginning of the part 2025.06.30 14:52:17.170728 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:17.170809 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:17.170835 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part 2025.06.30 14:52:17.170851 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:17.170937 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:17.171033 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part 2025.06.30 14:52:17.171133 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:17.171176 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:52:17.171394 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.171533 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2025.06.30 14:52:17.171569 [ 276 ] {711d5596-ec24-4014-8e95-1b3e87195255} TCPHandler: Processed in 0.001308657 sec. 2025.06.30 14:52:17.177483 [ 197 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1374 rows, containing 19 columns (19 merged, 0 gathered) in 0.007247174 sec., 189591.14269920936 rows/sec., 339.74 MiB/sec. 2025.06.30 14:52:17.179099 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:52:17.179487 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:17.179571 [ 187 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_66_13} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:52:17.179736 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. 2025.06.30 14:52:18.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 293.72 MiB, peak 305.24 MiB, free memory in arenas 0.00 B, will set to 295.92 MiB (RSS), difference: 2.20 MiB 2025.06.30 14:52:18.772372 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1270 2025.06.30 14:52:18.774962 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:18.775014 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:18.776240 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:52:18.776520 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:18.776901 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1270 2025.06.30 14:52:21.205346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 2025.06.30 14:52:21.206004 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:21.206044 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:21.206529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:52:21.206767 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:21.206889 [ 132 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:52:21.206910 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 2025.06.30 14:52:21.206930 [ 132 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:21.206950 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:21.207034 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:52:21.207122 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:21.207152 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:52:21.207207 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part 2025.06.30 14:52:21.207252 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part 2025.06.30 14:52:21.207291 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part 2025.06.30 14:52:21.207332 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part 2025.06.30 14:52:21.207371 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part 2025.06.30 14:52:21.209225 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002221714 sec., 10543211.232408851 rows/sec., 150.82 MiB/sec. 2025.06.30 14:52:21.209690 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:52:21.210006 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:21.210095 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_51_10} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:52:21.210221 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.06.30 14:52:22.169131 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.169329 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.169398 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:52:22.170186 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.170226 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.170611 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:52:22.170826 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.170956 [ 130 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:52:22.170974 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} executeQuery: Read 212 rows, 13.81 KiB in 0.0017 sec., 124705.88235294119 rows/sec., 7.93 MiB/sec. 2025.06.30 14:52:22.171031 [ 130 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.171041 [ 276 ] {e8aee4c0-0cd7-4ed5-97d0-bfaed113190c} TCPHandler: Processed in 0.002045671 sec. 2025.06.30 14:52:22.171064 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.171175 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.171187 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:52:22.171275 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:52:22.171293 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:22.171314 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:52:22.171325 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 236 rows starting from the beginning of the part 2025.06.30 14:52:22.171391 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.06.30 14:52:22.171440 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.06.30 14:52:22.171486 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part 2025.06.30 14:52:22.171532 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2025.06.30 14:52:22.171575 [ 197 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2025.06.30 14:52:22.171704 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.171739 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.172046 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:52:22.172265 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.172389 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} executeQuery: Read 6 rows, 501.00 B in 0.001134 sec., 5291.005291005291 rows/sec., 431.44 KiB/sec. 2025.06.30 14:52:22.172425 [ 276 ] {647f4f71-5e58-47c1-8abc-86a2c932bad2} TCPHandler: Processed in 0.001299295 sec. 2025.06.30 14:52:22.172484 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001336507 sec., 969691.8908767407 rows/sec., 65.72 MiB/sec. 2025.06.30 14:52:22.172534 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.172634 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:22.172672 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:22.172695 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:52:22.173032 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.173124 [ 187 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_21_4} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:52:22.173240 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.30 14:52:22.173386 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.173428 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.173778 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:52:22.173978 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.174104 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} executeQuery: Read 686 rows, 55.86 KiB in 0.001488 sec., 461021.5053763441 rows/sec., 36.66 MiB/sec. 2025.06.30 14:52:22.174141 [ 276 ] {fbd12d89-7b9b-4ccb-85b4-78b9a2977b28} TCPHandler: Processed in 0.001664563 sec. 2025.06.30 14:52:22.174247 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.174340 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.174378 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:22.174807 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.174842 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.175147 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:52:22.175365 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.175489 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} executeQuery: Read 145 rows, 9.29 KiB in 0.001167 sec., 124250.21422450728 rows/sec., 7.77 MiB/sec. 2025.06.30 14:52:22.175524 [ 276 ] {c5f296b1-e246-4662-b56f-64c91388c5dd} TCPHandler: Processed in 0.001324726 sec. 2025.06.30 14:52:22.175629 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.175721 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.175758 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:52:22.176162 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.176201 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.176495 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:52:22.176702 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.176825 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} executeQuery: Read 113 rows, 7.49 KiB in 0.001122 sec., 100713.01247771837 rows/sec., 6.52 MiB/sec. 2025.06.30 14:52:22.176861 [ 276 ] {dfc71882-d9db-4116-9b57-af100f43de6e} TCPHandler: Processed in 0.001279376 sec. 2025.06.30 14:52:22.176966 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.177058 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.177096 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:52:22.177499 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.177534 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.177818 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:52:22.178028 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.178133 [ 128 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:52:22.178148 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} executeQuery: Read 112 rows, 6.53 KiB in 0.001108 sec., 101083.03249097473 rows/sec., 5.76 MiB/sec. 2025.06.30 14:52:22.178198 [ 128 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.178206 [ 276 ] {c11597a3-6e0a-4410-8409-657d03758e53} TCPHandler: Processed in 0.001287096 sec. 2025.06.30 14:52:22.178225 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.178328 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.178332 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:52:22.178424 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:22.178439 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:22.178463 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:22.178467 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 124 rows starting from the beginning of the part 2025.06.30 14:52:22.178523 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part 2025.06.30 14:52:22.178567 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part 2025.06.30 14:52:22.178605 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part 2025.06.30 14:52:22.178643 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part 2025.06.30 14:52:22.178675 [ 197 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part 2025.06.30 14:52:22.178987 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.179021 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.179332 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:52:22.179395 [ 195 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001101312 sec., 621077.4058577407 rows/sec., 37.96 MiB/sec. 2025.06.30 14:52:22.179545 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:52:22.179558 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.179700 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} executeQuery: Read 421 rows, 30.72 KiB in 0.001294 sec., 325347.75888717157 rows/sec., 23.18 MiB/sec. 2025.06.30 14:52:22.179738 [ 276 ] {f3f0b0bb-2d08-4404-9d09-f1345ba72881} TCPHandler: Processed in 0.001458639 sec. 2025.06.30 14:52:22.179824 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.179845 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.179903 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_21_4} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:52:22.179943 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:52:22.179987 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:52:22.180002 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:52:22.180307 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.180345 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.180642 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.30 14:52:22.180858 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.180982 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.06.30 14:52:22.181017 [ 276 ] {1e3ddaab-9fa5-4117-81c7-d5a7cca2c3db} TCPHandler: Processed in 0.001219395 sec. 2025.06.30 14:52:22.181123 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.181215 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.181256 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:22.181643 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.181678 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.181996 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:52:22.182201 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.182323 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} executeQuery: Read 240 rows, 16.48 KiB in 0.001127 sec., 212954.74711623782 rows/sec., 14.28 MiB/sec. 2025.06.30 14:52:22.182358 [ 276 ] {341b3daa-f4c1-4293-bb8f-741841c3434e} TCPHandler: Processed in 0.001281676 sec. 2025.06.30 14:52:22.182464 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.182555 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.182599 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:52:22.182894 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.182927 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.183215 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:52:22.183419 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.183541 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} executeQuery: Read 1 rows, 69.00 B in 0.001003 sec., 997.0089730807578 rows/sec., 67.18 KiB/sec. 2025.06.30 14:52:22.183574 [ 276 ] {64cba220-6d5f-4d9f-9cb8-8b3289681e5f} TCPHandler: Processed in 0.001156913 sec. 2025.06.30 14:52:22.183678 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.183790 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.183848 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:22.184718 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.184756 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.185315 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:52:22.185543 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.185683 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} executeQuery: Read 33 rows, 60.55 KiB in 0.001911 sec., 17268.445839874414 rows/sec., 30.94 MiB/sec. 2025.06.30 14:52:22.185739 [ 276 ] {ed1eca11-42da-42c4-935f-01869750ee7d} TCPHandler: Processed in 0.002111742 sec. 2025.06.30 14:52:22.185853 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:22.185949 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:22.185993 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:22.186336 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.186373 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.186680 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:52:22.186903 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.187033 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} executeQuery: Read 82 rows, 5.33 KiB in 0.001102 sec., 74410.16333938294 rows/sec., 4.73 MiB/sec. 2025.06.30 14:52:22.187077 [ 276 ] {761d90b5-ebf0-4343-8370-b9ee0ee368d3} TCPHandler: Processed in 0.001274025 sec. 2025.06.30 14:52:22.510844 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.06.30 14:52:22.528492 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.528551 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.534842 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:52:22.535580 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.535889 [ 124 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:52:22.535955 [ 124 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:22.535975 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:22.536098 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.538964 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.06.30 14:52:22.540057 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:22.541708 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.547330 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.552078 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.556819 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.561838 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.566700 [ 187 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:52:22.628015 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.091971333 sec., 4175.2140310937975 rows/sec., 21.59 MiB/sec. 2025.06.30 14:52:22.630923 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:52:22.633364 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_51_10} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:22.633500 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_51_10} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:52:22.636015 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.06.30 14:52:23.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 297.89 MiB, peak 311.30 MiB, free memory in arenas 0.00 B, will set to 296.54 MiB (RSS), difference: -1.36 MiB 2025.06.30 14:52:27.161785 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:27.162094 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:27.162200 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:27.163145 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:27.163193 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:27.163582 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:52:27.163798 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:27.163959 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} executeQuery: Read 74 rows, 6.10 KiB in 0.001939 sec., 38164.00206291903 rows/sec., 3.07 MiB/sec. 2025.06.30 14:52:27.164011 [ 276 ] {95146209-a5bf-4b1e-94b8-b323fd8ccd56} TCPHandler: Processed in 0.002362057 sec. 2025.06.30 14:52:27.164141 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:27.164245 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:27.164289 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:27.164704 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:27.164740 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:27.165028 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:52:27.165223 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:27.165352 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} executeQuery: Read 9 rows, 693.00 B in 0.00113 sec., 7964.601769911505 rows/sec., 598.90 KiB/sec. 2025.06.30 14:52:27.165390 [ 276 ] {fbdc6a1f-aefb-4fe0-bc66-ce4f581c4d50} TCPHandler: Processed in 0.001300676 sec. 2025.06.30 14:52:27.165496 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:27.165591 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:27.165630 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:27.166054 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:27.166091 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:27.166393 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:52:27.166598 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:27.166724 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} executeQuery: Read 73 rows, 5.84 KiB in 0.001149 sec., 63533.50739773716 rows/sec., 4.96 MiB/sec. 2025.06.30 14:52:27.166763 [ 276 ] {f46a9894-22e1-45a9-8c0c-74e419d4943b} TCPHandler: Processed in 0.001313706 sec. 2025.06.30 14:52:27.166872 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:27.166966 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:27.167010 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:27.167422 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:27.167457 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:27.167777 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:52:27.167984 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:27.168112 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2025.06.30 14:52:27.168150 [ 276 ] {f401f634-f8ca-4af7-87f8-67e9f4cc9e0a} TCPHandler: Processed in 0.001325166 sec. 2025.06.30 14:52:27.168253 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:27.168345 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:27.168398 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:27.169163 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:27.169199 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:27.169683 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:52:27.169894 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:27.170030 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} executeQuery: Read 9 rows, 16.51 KiB in 0.001701 sec., 5291.005291005291 rows/sec., 9.48 MiB/sec. 2025.06.30 14:52:27.170086 [ 276 ] {7f3d16f6-2014-49e1-af85-c98d9a1192d1} TCPHandler: Processed in 0.001879878 sec. 2025.06.30 14:52:27.170198 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:27.170290 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:27.170331 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:27.170662 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:27.170698 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:27.170991 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:52:27.171194 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:27.171321 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.06.30 14:52:27.171358 [ 276 ] {e44fc07b-633a-43c0-9808-ddcde1527210} TCPHandler: Processed in 0.001207434 sec. 2025.06.30 14:52:28.572265 [ 87 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:52:28.572348 [ 87 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:52:28.707000 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 2025.06.30 14:52:28.707504 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:28.707546 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:28.708284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:52:28.708519 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:28.708653 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 2025.06.30 14:52:28.777092 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1306 2025.06.30 14:52:28.779509 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:28.779546 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:28.780707 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:52:28.780962 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:28.781256 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1306 2025.06.30 14:52:30.039025 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.06.30 14:52:30.054993 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:30.055038 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:30.060722 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:52:30.061417 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:30.064552 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.06.30 14:52:32.168554 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.168791 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.168874 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:52:32.169638 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.169687 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.170105 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:52:32.170329 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.170494 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} executeQuery: Read 212 rows, 13.81 KiB in 0.001759 sec., 120523.0244457078 rows/sec., 7.67 MiB/sec. 2025.06.30 14:52:32.170547 [ 276 ] {ad383eab-a087-4f0a-beec-6634f2542c49} TCPHandler: Processed in 0.002136763 sec. 2025.06.30 14:52:32.170689 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.170795 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:32.170839 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:32.171679 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.171718 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.172092 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:52:32.172315 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.172452 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} executeQuery: Read 683 rows, 55.64 KiB in 0.00168 sec., 406547.61904761905 rows/sec., 32.34 MiB/sec. 2025.06.30 14:52:32.172493 [ 276 ] {f027985b-8380-4e88-b463-851a91f8d343} TCPHandler: Processed in 0.001857968 sec. 2025.06.30 14:52:32.172611 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.172711 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.172753 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:32.173236 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.173273 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.173582 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:52:32.173791 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.173925 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} executeQuery: Read 139 rows, 8.87 KiB in 0.001233 sec., 112733.17112733172 rows/sec., 7.02 MiB/sec. 2025.06.30 14:52:32.173966 [ 276 ] {9f7ba7d2-67a3-4d98-a03c-dfa6a55abbe9} TCPHandler: Processed in 0.001406168 sec. 2025.06.30 14:52:32.174088 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.174186 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.174227 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:52:32.174683 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.174719 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.175024 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:52:32.175240 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.175370 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} executeQuery: Read 113 rows, 7.49 KiB in 0.001201 sec., 94088.25978351374 rows/sec., 6.09 MiB/sec. 2025.06.30 14:52:32.175411 [ 276 ] {1c8e3e4d-2277-4ab4-8bc3-1249f89945c3} TCPHandler: Processed in 0.001373448 sec. 2025.06.30 14:52:32.175528 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.175624 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.175664 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:52:32.176107 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.176144 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.176440 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:52:32.176643 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.176770 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} executeQuery: Read 112 rows, 6.53 KiB in 0.001163 sec., 96302.66552020637 rows/sec., 5.49 MiB/sec. 2025.06.30 14:52:32.176810 [ 276 ] {061568ad-d938-4b13-931f-34cb4684a03e} TCPHandler: Processed in 0.001331897 sec. 2025.06.30 14:52:32.176922 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.177017 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:32.177057 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:32.177668 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.177705 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.178024 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:52:32.178241 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.178373 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} executeQuery: Read 415 rows, 30.23 KiB in 0.001373 sec., 302257.82957028406 rows/sec., 21.50 MiB/sec. 2025.06.30 14:52:32.178413 [ 276 ] {8f2a38d6-4cb5-4ed0-8ce5-4e61a1bf513b} TCPHandler: Processed in 0.001540811 sec. 2025.06.30 14:52:32.178526 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.178621 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:52:32.178663 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:52:32.179001 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.179037 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.179331 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.30 14:52:32.179539 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.179641 [ 90 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.06.30 14:52:32.179666 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.06.30 14:52:32.179709 [ 90 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.179718 [ 276 ] {a0db400b-000a-4a65-98fd-fd1dfb44ca5f} TCPHandler: Processed in 0.001241895 sec. 2025.06.30 14:52:32.179738 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.179833 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.179850 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2025.06.30 14:52:32.179934 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.179959 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:32.179978 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:32.179993 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2025.06.30 14:52:32.180058 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.06.30 14:52:32.180108 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.06.30 14:52:32.180152 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.06.30 14:52:32.180196 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2025.06.30 14:52:32.180237 [ 189 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.06.30 14:52:32.180414 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.180449 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:32.180797 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:52:32.181022 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.181052 [ 195 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001242155 sec., 96606.30114599224 rows/sec., 4.93 MiB/sec. 2025.06.30 14:52:32.181158 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} executeQuery: Read 237 rows, 16.27 KiB in 0.001242 sec., 190821.25603864735 rows/sec., 12.79 MiB/sec. 2025.06.30 14:52:32.181203 [ 276 ] {f0eba8a9-d30c-4786-9ac9-37afdf0b1151} TCPHandler: Processed in 0.001419598 sec. 2025.06.30 14:52:32.181265 [ 199 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.06.30 14:52:32.181316 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.181416 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.181461 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:52:32.181630 [ 199 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.181730 [ 199 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_20_4} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.06.30 14:52:32.181782 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.181823 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.181855 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.30 14:52:32.182117 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:52:32.182327 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.182428 [ 90 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.30 14:52:32.182459 [ 90 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.182458 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2025.06.30 14:52:32.182478 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.182512 [ 276 ] {bd51976c-b414-4cd0-ae5d-fe112a88f5e5} TCPHandler: Processed in 0.001245364 sec. 2025.06.30 14:52:32.182561 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:52:32.182620 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.182637 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:32.182662 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part 2025.06.30 14:52:32.182706 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.06.30 14:52:32.182713 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.182741 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.06.30 14:52:32.182770 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:32.182773 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.06.30 14:52:32.182810 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.06.30 14:52:32.182840 [ 189 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.06.30 14:52:32.183517 [ 192 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.000980269 sec., 21422.6911184583 rows/sec., 1.41 MiB/sec. 2025.06.30 14:52:32.183663 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.183705 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.183725 [ 186 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.30 14:52:32.184085 [ 186 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.184164 [ 186 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_21_4} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.30 14:52:32.184273 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:52:32.184313 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:52:32.184560 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.184703 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} executeQuery: Read 33 rows, 60.55 KiB in 0.002005 sec., 16458.852867830425 rows/sec., 29.49 MiB/sec. 2025.06.30 14:52:32.184770 [ 276 ] {7487fdd9-486a-4844-9d96-93994813e489} TCPHandler: Processed in 0.002199184 sec. 2025.06.30 14:52:32.184889 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:32.184985 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:32.185027 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:32.185396 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:32.185432 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.30 14:52:32.185740 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:52:32.185946 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:32.186075 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} executeQuery: Read 82 rows, 5.33 KiB in 0.001106 sec., 74141.04882459313 rows/sec., 4.71 MiB/sec. 2025.06.30 14:52:32.186113 [ 276 ] {540ba580-4fc3-4550-9916-ef01c3954ca3} TCPHandler: Processed in 0.001273055 sec. 2025.06.30 14:52:36.208784 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 2025.06.30 14:52:36.209349 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:36.209389 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:36.209846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:52:36.210062 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:36.210188 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 2025.06.30 14:52:37.162072 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.162260 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:52:37.162325 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:52:37.162952 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.162996 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.163376 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:52:37.163598 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.163750 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} executeQuery: Read 2 rows, 167.00 B in 0.001539 sec., 1299.545159194282 rows/sec., 105.97 KiB/sec. 2025.06.30 14:52:37.163793 [ 276 ] {48d2ba7b-9f88-4235-8e85-b7ae777dd11d} TCPHandler: Processed in 0.001852257 sec. 2025.06.30 14:52:37.163928 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.164025 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:37.164066 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:37.164496 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.164529 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.164832 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:52:37.165058 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.165192 [ 117 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:52:37.165195 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} executeQuery: Read 75 rows, 6.17 KiB in 0.001187 sec., 63184.49873631003 rows/sec., 5.08 MiB/sec. 2025.06.30 14:52:37.165228 [ 117 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.165247 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.165249 [ 276 ] {4edf954c-2c6c-474f-b6f6-56537e87710a} TCPHandler: Processed in 0.001380367 sec. 2025.06.30 14:52:37.165379 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:52:37.165385 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.165524 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:37.165533 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:37.165567 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:37.165578 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 835 rows starting from the beginning of the part 2025.06.30 14:52:37.165658 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 74 rows starting from the beginning of the part 2025.06.30 14:52:37.165704 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 686 rows starting from the beginning of the part 2025.06.30 14:52:37.165749 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 74 rows starting from the beginning of the part 2025.06.30 14:52:37.165790 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 683 rows starting from the beginning of the part 2025.06.30 14:52:37.165850 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 75 rows starting from the beginning of the part 2025.06.30 14:52:37.166006 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.166046 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.166371 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:52:37.166596 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.166723 [ 117 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 2025.06.30 14:52:37.166730 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} executeQuery: Read 11 rows, 836.00 B in 0.001223 sec., 8994.276369582993 rows/sec., 667.54 KiB/sec. 2025.06.30 14:52:37.166756 [ 117 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.166775 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.166778 [ 276 ] {467f5448-c1a1-4139-b82d-c1401997fbd0} TCPHandler: Processed in 0.001443149 sec. 2025.06.30 14:52:37.166858 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full 2025.06.30 14:52:37.166907 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.166959 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:37.166996 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 182 rows starting from the beginning of the part 2025.06.30 14:52:37.167011 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:37.167053 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:37.167058 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:37.167110 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 145 rows starting from the beginning of the part 2025.06.30 14:52:37.167117 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.001796636 sec., 1350857.93672174 rows/sec., 113.72 MiB/sec. 2025.06.30 14:52:37.167160 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:37.167245 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 139 rows starting from the beginning of the part 2025.06.30 14:52:37.167297 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 11 rows starting from the beginning of the part 2025.06.30 14:52:37.167501 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.167535 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.168107 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:52:37.168421 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.168503 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_76_15} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:52:37.168504 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:52:37.168584 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.06.30 14:52:37.168785 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.168917 [ 117 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:52:37.168922 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} executeQuery: Read 75 rows, 6.00 KiB in 0.001928 sec., 38900.414937759335 rows/sec., 3.04 MiB/sec. 2025.06.30 14:52:37.168950 [ 117 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.168969 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.168973 [ 276 ] {eac71a3e-03a7-4a47-999e-ddbaa2b17819} TCPHandler: Processed in 0.002114912 sec. 2025.06.30 14:52:37.168984 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.002165324 sec., 228603.20210739822 rows/sec., 15.47 MiB/sec. 2025.06.30 14:52:37.169036 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:52:37.169097 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.169132 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2025.06.30 14:52:37.169173 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:37.169197 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:37.169214 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 500 rows starting from the beginning of the part 2025.06.30 14:52:37.169245 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:37.169295 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 73 rows starting from the beginning of the part 2025.06.30 14:52:37.169352 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part 2025.06.30 14:52:37.169399 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 73 rows starting from the beginning of the part 2025.06.30 14:52:37.169411 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.169441 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 415 rows starting from the beginning of the part 2025.06.30 14:52:37.169487 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_70_14} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 2025.06.30 14:52:37.169489 [ 200 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 75 rows starting from the beginning of the part 2025.06.30 14:52:37.169563 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:52:37.169681 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.169719 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.170069 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:52:37.170292 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.170399 [ 117 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:52:37.170423 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} executeQuery: Read 161 rows, 11.48 KiB in 0.001242 sec., 129629.62962962962 rows/sec., 9.03 MiB/sec. 2025.06.30 14:52:37.170427 [ 117 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.170453 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.170461 [ 276 ] {4e7d4d91-0070-4239-994b-4601ad9f96fd} TCPHandler: Processed in 0.001413418 sec. 2025.06.30 14:52:37.170535 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:52:37.170575 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.170606 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1557 rows, containing 5 columns (5 merged, 0 gathered) in 0.001602872 sec., 971381.3704400602 rows/sec., 74.43 MiB/sec. 2025.06.30 14:52:37.170648 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:37.170675 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:37.170681 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 10058 rows starting from the beginning of the part 2025.06.30 14:52:37.170739 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:37.170754 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.06.30 14:52:37.170766 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:52:37.170807 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 240 rows starting from the beginning of the part 2025.06.30 14:52:37.170853 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:52:37.170893 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part 2025.06.30 14:52:37.170935 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 161 rows starting from the beginning of the part 2025.06.30 14:52:37.171089 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.171176 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_76_15} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:52:37.171250 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.06.30 14:52:37.171554 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.171596 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.172203 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:52:37.172428 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.172580 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} executeQuery: Read 9 rows, 16.51 KiB in 0.001922 sec., 4682.622268470343 rows/sec., 8.39 MiB/sec. 2025.06.30 14:52:37.172634 [ 276 ] {5a89ce22-81c6-4a74-966f-2303bcbbc2bb} TCPHandler: Processed in 0.002108351 sec. 2025.06.30 14:52:37.172759 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:37.172855 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:37.172897 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:37.173248 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.173282 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.173581 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:52:37.173799 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.173898 [ 117 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:52:37.173922 [ 117 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.173930 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.06.30 14:52:37.173937 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.173968 [ 276 ] {bf047272-a381-43ac-b1d4-59cfcab6377f} TCPHandler: Processed in 0.001258245 sec. 2025.06.30 14:52:37.174029 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:52:37.174094 [ 196 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 11016 rows, containing 5 columns (5 merged, 0 gathered) in 0.003596351 sec., 3063104.7970567946 rows/sec., 212.10 MiB/sec. 2025.06.30 14:52:37.174150 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:37.174189 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3564 rows starting from the beginning of the part 2025.06.30 14:52:37.174254 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.06.30 14:52:37.174303 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part 2025.06.30 14:52:37.174345 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:52:37.174351 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:52:37.174383 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part 2025.06.30 14:52:37.174427 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:52:37.174636 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.174718 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_76_15} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:52:37.174789 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. 2025.06.30 14:52:37.175759 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3908 rows, containing 4 columns (4 merged, 0 gathered) in 0.001772625 sec., 2204640.0112827024 rows/sec., 144.66 MiB/sec. 2025.06.30 14:52:37.176113 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:52:37.176459 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.176560 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_76_15} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:52:37.176669 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.06.30 14:52:37.564643 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.06.30 14:52:37.580787 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:37.580834 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:37.586547 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:52:37.587229 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:37.590011 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.06.30 14:52:38.781629 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1342 2025.06.30 14:52:38.784528 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:38.784576 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:38.785784 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:52:38.786076 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:38.786344 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1342 2025.06.30 14:52:42.163736 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:42.163954 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:42.164024 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:42.164745 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.164788 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.165201 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:52:42.165428 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.165582 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} executeQuery: Read 122 rows, 10.67 KiB in 0.00168 sec., 72619.04761904762 rows/sec., 6.20 MiB/sec. 2025.06.30 14:52:42.165627 [ 276 ] {497052cd-dd61-48cc-90b6-3cefc0700811} TCPHandler: Processed in 0.00202868 sec. 2025.06.30 14:52:42.165751 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:42.165847 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:42.165888 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:42.166304 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.166341 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.166650 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:52:42.166863 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.166998 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} executeQuery: Read 33 rows, 2.48 KiB in 0.001168 sec., 28253.424657534248 rows/sec., 2.07 MiB/sec. 2025.06.30 14:52:42.167038 [ 276 ] {02e248ee-a29c-43e9-8f67-faf4eaf62289} TCPHandler: Processed in 0.001337586 sec. 2025.06.30 14:52:42.167141 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:42.167236 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:42.167276 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:42.167718 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.167754 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.168053 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:52:42.168265 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.168392 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} executeQuery: Read 97 rows, 7.76 KiB in 0.001173 sec., 82693.94714407502 rows/sec., 6.46 MiB/sec. 2025.06.30 14:52:42.168432 [ 276 ] {2d3a6043-f916-4c60-a918-a09cd7e3e6ea} TCPHandler: Processed in 0.001340627 sec. 2025.06.30 14:52:42.168543 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:42.168638 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:42.168682 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:42.169103 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.169141 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.169481 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:52:42.169699 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.169829 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.06.30 14:52:42.169868 [ 276 ] {91580d89-b56b-439c-8818-03f845ba98ec} TCPHandler: Processed in 0.001373928 sec. 2025.06.30 14:52:42.169982 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:42.170076 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:42.170132 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:42.170987 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.171024 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.171566 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:52:42.171796 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.171926 [ 112 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:52:42.171939 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} executeQuery: Read 33 rows, 60.55 KiB in 0.001879 sec., 17562.533262373603 rows/sec., 31.47 MiB/sec. 2025.06.30 14:52:42.172024 [ 112 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.172049 [ 276 ] {da477e7b-505d-4bd2-a66d-21bb41b1c32e} TCPHandler: Processed in 0.002115922 sec. 2025.06.30 14:52:42.172057 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.172174 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:42.172207 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:52:42.172276 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:42.172323 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:42.172490 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:42.172566 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1374 rows starting from the beginning of the part 2025.06.30 14:52:42.172663 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:42.172704 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:42.172712 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part 2025.06.30 14:52:42.172837 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:42.172942 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part 2025.06.30 14:52:42.173033 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:52:42.173043 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 9 rows starting from the beginning of the part 2025.06.30 14:52:42.173152 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part 2025.06.30 14:52:42.173271 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.173412 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2025.06.30 14:52:42.173452 [ 276 ] {a2a4ced8-0c3d-4b89-a5ec-5933479417ef} TCPHandler: Processed in 0.001327736 sec. 2025.06.30 14:52:42.181407 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 19 columns (19 merged, 0 gathered) in 0.009264235 sec., 160941.51324960994 rows/sec., 288.40 MiB/sec. 2025.06.30 14:52:42.182712 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:52:42.183056 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:42.183137 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_71_14} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:52:42.183240 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. 2025.06.30 14:52:43.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 298.00 MiB, peak 311.30 MiB, free memory in arenas 0.00 B, will set to 303.47 MiB (RSS), difference: 5.47 MiB 2025.06.30 14:52:43.572410 [ 108 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:52:43.572466 [ 108 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:52:43.710378 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 2025.06.30 14:52:43.711078 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:43.711117 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:43.711627 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:52:43.711858 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:43.711982 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 2025.06.30 14:52:45.090099 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.06.30 14:52:45.107418 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:45.107472 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:45.113968 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:52:45.114689 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:45.117617 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.06.30 14:52:47.162135 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:47.162315 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:47.162378 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:47.163060 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:47.163101 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:47.163510 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:52:47.163726 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:47.163872 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} executeQuery: Read 74 rows, 6.10 KiB in 0.001607 sec., 46048.537647790916 rows/sec., 3.70 MiB/sec. 2025.06.30 14:52:47.163919 [ 276 ] {a3788f04-4ab1-4041-9b77-1a87f5823212} TCPHandler: Processed in 0.001911668 sec. 2025.06.30 14:52:47.164044 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:47.164140 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:47.164180 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:47.164579 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:47.164614 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:47.164896 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:52:47.165112 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:47.165240 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} executeQuery: Read 9 rows, 693.00 B in 0.001118 sec., 8050.089445438282 rows/sec., 605.33 KiB/sec. 2025.06.30 14:52:47.165278 [ 276 ] {e36c081d-d2ac-4c28-a0d2-77c3e35a1b85} TCPHandler: Processed in 0.001283206 sec. 2025.06.30 14:52:47.165396 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:47.165488 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:47.165526 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:47.165952 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:47.165985 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:47.166277 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:52:47.166476 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:47.166608 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} executeQuery: Read 73 rows, 5.84 KiB in 0.001136 sec., 64260.56338028169 rows/sec., 5.02 MiB/sec. 2025.06.30 14:52:47.166647 [ 276 ] {9320655c-5c92-4669-87a3-d72a90138c94} TCPHandler: Processed in 0.001298195 sec. 2025.06.30 14:52:47.166758 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:47.166851 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:47.166893 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:47.167316 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:47.167349 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:47.167665 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:52:47.167873 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:47.168004 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.06.30 14:52:47.168042 [ 276 ] {d9e7d2cc-5356-4e89-9e66-8401d36dba46} TCPHandler: Processed in 0.001330406 sec. 2025.06.30 14:52:47.168152 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:47.168245 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:47.168298 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:47.169056 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:47.169090 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:47.169580 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:52:47.169795 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:47.169929 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} executeQuery: Read 9 rows, 16.51 KiB in 0.0017 sec., 5294.117647058823 rows/sec., 9.49 MiB/sec. 2025.06.30 14:52:47.169984 [ 276 ] {109d63a7-bd06-4fdd-b9ee-b91ca31a0816} TCPHandler: Processed in 0.001878737 sec. 2025.06.30 14:52:47.170096 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:47.170189 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:47.170229 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:47.170562 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:47.170595 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:47.170884 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:52:47.171091 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:47.171219 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.06.30 14:52:47.171258 [ 276 ] {e1364e51-e4a2-41a1-a8d7-1d67e9c8ac4f} TCPHandler: Processed in 0.001209124 sec. 2025.06.30 14:52:48.458155 [ 103 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.06.30 14:52:48.458225 [ 103 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:48.458244 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:48.458366 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::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.06.30 14:52:48.458496 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:48.458530 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 22 rows starting from the beginning of the part 2025.06.30 14:52:48.458597 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2025.06.30 14:52:48.458642 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.06.30 14:52:48.458693 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.06.30 14:52:48.458733 [ 197 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2025.06.30 14:52:48.459469 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001154333 sec., 36384.648104143256 rows/sec., 3.06 MiB/sec. 2025.06.30 14:52:48.459640 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.06.30 14:52:48.459974 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:48.460061 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_21_5} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.06.30 14:52:48.460175 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:52:48.786565 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1366 2025.06.30 14:52:48.788760 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:48.788805 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:48.789977 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:52:48.790236 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:48.790499 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1366 2025.06.30 14:52:51.212091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 2025.06.30 14:52:51.212617 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:51.212663 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:51.213134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:52:51.213360 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:51.213486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 2025.06.30 14:52:52.164389 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.164576 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:52:52.164645 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:52:52.165271 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.165322 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.165711 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:52:52.165940 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.166101 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} executeQuery: Read 4 rows, 348.00 B in 0.001574 sec., 2541.296060991105 rows/sec., 215.91 KiB/sec. 2025.06.30 14:52:52.166145 [ 276 ] {0dda3f75-c2e5-42c2-9050-1c8730ad931e} TCPHandler: Processed in 0.001893747 sec. 2025.06.30 14:52:52.166268 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.166365 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:52.166405 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:52.166902 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.166939 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.167251 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:52:52.167477 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.167622 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} executeQuery: Read 125 rows, 10.91 KiB in 0.001276 sec., 97962.38244514106 rows/sec., 8.35 MiB/sec. 2025.06.30 14:52:52.167661 [ 276 ] {a81e329c-9b83-4b54-aedb-9486b41b029d} TCPHandler: Processed in 0.001444369 sec. 2025.06.30 14:52:52.167776 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.167872 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:52.167912 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:52.168347 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.168390 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.168729 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:52:52.168973 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.169119 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} executeQuery: Read 37 rows, 2.77 KiB in 0.001263 sec., 29295.32858273951 rows/sec., 2.15 MiB/sec. 2025.06.30 14:52:52.169159 [ 276 ] {875dc8f4-0ce7-48f6-ac32-0121217fc7cb} TCPHandler: Processed in 0.001432319 sec. 2025.06.30 14:52:52.169283 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.169412 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:52.169461 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:52.169943 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.169979 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.170296 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:52:52.170511 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.170643 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} executeQuery: Read 101 rows, 8.10 KiB in 0.001249 sec., 80864.69175340273 rows/sec., 6.33 MiB/sec. 2025.06.30 14:52:52.170683 [ 276 ] {0f3352cf-fbbc-4dde-915c-da805867de8d} TCPHandler: Processed in 0.001450199 sec. 2025.06.30 14:52:52.170792 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.170886 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:52.170930 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:52.171350 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.171386 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.171711 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:52:52.171920 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.172049 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} executeQuery: Read 162 rows, 11.56 KiB in 0.001179 sec., 137404.58015267176 rows/sec., 9.57 MiB/sec. 2025.06.30 14:52:52.172087 [ 276 ] {59b8d042-bdf0-46ef-8fe2-ced67285793d} TCPHandler: Processed in 0.001343647 sec. 2025.06.30 14:52:52.172193 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.172287 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:52.172343 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:52.173227 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.173263 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.173814 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:52:52.174043 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.174182 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} executeQuery: Read 33 rows, 60.55 KiB in 0.001911 sec., 17268.445839874414 rows/sec., 30.94 MiB/sec. 2025.06.30 14:52:52.174238 [ 276 ] {8285898e-f252-425e-a577-add74a4e6aa2} TCPHandler: Processed in 0.002095222 sec. 2025.06.30 14:52:52.174358 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:52.174454 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:52.174496 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:52.174835 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.174871 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.175171 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:52:52.175383 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.175515 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.06.30 14:52:52.175552 [ 276 ] {04be46a8-2750-4864-aac7-7603ea487093} TCPHandler: Processed in 0.001243995 sec. 2025.06.30 14:52:52.617683 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.06.30 14:52:52.636365 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:52.636434 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:52.642609 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:52:52.643338 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:52.647027 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.06.30 14:52:53.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 304.93 MiB, peak 311.30 MiB, free memory in arenas 0.00 B, will set to 303.90 MiB (RSS), difference: -1.03 MiB 2025.06.30 14:52:57.161788 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:57.162097 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:52:57.162209 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:52:57.163126 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:57.163165 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:57.163550 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:52:57.163776 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:57.163929 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} executeQuery: Read 74 rows, 6.10 KiB in 0.001908 sec., 38784.06708595388 rows/sec., 3.12 MiB/sec. 2025.06.30 14:52:57.163973 [ 276 ] {552eedad-682e-4d56-b31e-812e7bfeffcb} TCPHandler: Processed in 0.002367727 sec. 2025.06.30 14:52:57.164106 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:57.164205 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:52:57.164245 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:52:57.164675 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:57.164709 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:57.165010 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:52:57.165246 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:57.165375 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} executeQuery: Read 9 rows, 693.00 B in 0.001188 sec., 7575.757575757575 rows/sec., 569.66 KiB/sec. 2025.06.30 14:52:57.165413 [ 276 ] {6ed2852d-24ba-4148-855a-f8f2b297536e} TCPHandler: Processed in 0.001357247 sec. 2025.06.30 14:52:57.165535 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:57.165630 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:52:57.165670 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:52:57.166107 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:57.166141 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:57.166443 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:52:57.166653 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:57.166780 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} executeQuery: Read 73 rows, 5.84 KiB in 0.001167 sec., 62553.556126820906 rows/sec., 4.88 MiB/sec. 2025.06.30 14:52:57.166819 [ 276 ] {e904fe90-6a8e-43d9-87df-342a03fe212e} TCPHandler: Processed in 0.001333927 sec. 2025.06.30 14:52:57.166943 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:57.167037 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:57.167080 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:52:57.167510 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:57.167544 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:57.167877 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:52:57.168092 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:57.168222 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.06.30 14:52:57.168259 [ 276 ] {dbbbde69-fe1d-4371-a5d3-d7bcaed9bc6c} TCPHandler: Processed in 0.001365777 sec. 2025.06.30 14:52:57.168365 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:57.168459 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:52:57.168514 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:52:57.169287 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:57.169321 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:57.169845 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:52:57.170072 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:57.170210 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} executeQuery: Read 9 rows, 16.51 KiB in 0.001766 sec., 5096.262740656852 rows/sec., 9.13 MiB/sec. 2025.06.30 14:52:57.170265 [ 276 ] {a921f023-9c7f-48da-ba8d-4bc860c8a472} TCPHandler: Processed in 0.001948669 sec. 2025.06.30 14:52:57.170382 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:52:57.170478 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:52:57.170520 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:52:57.170865 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:57.170899 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:57.171201 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:52:57.171409 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:57.171534 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.06.30 14:52:57.171570 [ 276 ] {b3a0c6c0-5986-4c22-8ffb-949414036dad} TCPHandler: Processed in 0.001238574 sec. 2025.06.30 14:52:58.572715 [ 88 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:52:58.572772 [ 88 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:52:58.713627 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 2025.06.30 14:52:58.714389 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:58.714454 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:58.715100 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:52:58.715339 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:58.715466 [ 88 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:52:58.715481 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 2025.06.30 14:52:58.715510 [ 88 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:58.715532 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:58.715693 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:52:58.715907 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:58.715950 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part 2025.06.30 14:52:58.716024 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part 2025.06.30 14:52:58.716074 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part 2025.06.30 14:52:58.716124 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part 2025.06.30 14:52:58.716165 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part 2025.06.30 14:52:58.716210 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part 2025.06.30 14:52:58.718462 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002852857 sec., 9001853.229937568 rows/sec., 128.77 MiB/sec. 2025.06.30 14:52:58.718699 [ 199 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:52:58.718980 [ 199 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:58.719055 [ 199 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_56_11} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:52:58.719152 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.06.30 14:52:58.790619 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1392 2025.06.30 14:52:58.793404 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:58.793446 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:58.794585 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:52:58.794843 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:58.794990 [ 88 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:52:58.795032 [ 88 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:52:58.795054 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:52:58.795169 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:52:58.795180 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1392 2025.06.30 14:52:58.795818 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:52:58.795966 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1236 rows starting from the beginning of the part 2025.06.30 14:52:58.796299 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part 2025.06.30 14:52:58.796608 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 36 rows starting from the beginning of the part 2025.06.30 14:52:58.796891 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:52:58.797171 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:52:58.797461 [ 186 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 26 rows starting from the beginning of the part 2025.06.30 14:52:58.803425 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1392 rows, containing 72 columns (72 merged, 0 gathered) in 0.008312706 sec., 167454.4967667568 rows/sec., 132.35 MiB/sec. 2025.06.30 14:52:58.804943 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:52:58.805531 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:52:58.805604 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_41_8} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:52:58.805907 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.06.30 14:53:00.147085 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.06.30 14:53:00.164983 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:00.165038 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:00.171383 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:53:00.172082 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:00.172373 [ 86 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:53:00.172443 [ 86 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:00.172466 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:00.172599 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:00.175502 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.06.30 14:53:00.176712 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:00.178295 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:00.183125 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:00.187813 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:00.192536 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:00.197439 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.06.30 14:53:00.201389 [ 195 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.06.30 14:53:00.254864 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.082323732 sec., 5126.103855447175 rows/sec., 26.51 MiB/sec. 2025.06.30 14:53:00.258536 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:53:00.260597 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:00.260680 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_56_11} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:53:00.263289 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.30 14:53:02.162718 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:02.162917 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:02.162984 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:02.163672 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.163716 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.164115 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:53:02.164349 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.164506 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} executeQuery: Read 122 rows, 10.67 KiB in 0.001643 sec., 74254.41265976871 rows/sec., 6.34 MiB/sec. 2025.06.30 14:53:02.164507 [ 84 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:53:02.164552 [ 276 ] {4201dd11-ec2b-4373-b886-9c05b1ad5531} TCPHandler: Processed in 0.001968669 sec. 2025.06.30 14:53:02.164584 [ 84 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.164611 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.164701 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:02.164743 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:53:02.164803 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:02.164848 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:02.164882 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:02.164922 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 835 rows starting from the beginning of the part 2025.06.30 14:53:02.165002 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 122 rows starting from the beginning of the part 2025.06.30 14:53:02.165074 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 74 rows starting from the beginning of the part 2025.06.30 14:53:02.165141 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 125 rows starting from the beginning of the part 2025.06.30 14:53:02.165211 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 74 rows starting from the beginning of the part 2025.06.30 14:53:02.165263 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 122 rows starting from the beginning of the part 2025.06.30 14:53:02.165280 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.165323 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.165911 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:53:02.166150 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.166282 [ 84 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2025.06.30 14:53:02.166292 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} executeQuery: Read 33 rows, 2.48 KiB in 0.001507 sec., 21897.810218978102 rows/sec., 1.61 MiB/sec. 2025.06.30 14:53:02.166326 [ 84 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.166350 [ 276 ] {44fabef1-3150-4db5-baac-81211b832d0c} TCPHandler: Processed in 0.001706664 sec. 2025.06.30 14:53:02.166351 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.166454 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2025.06.30 14:53:02.166470 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:02.166561 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:02.166568 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:02.166600 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 182 rows starting from the beginning of the part 2025.06.30 14:53:02.166618 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:02.166670 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:02.166719 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:02.166759 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 37 rows starting from the beginning of the part 2025.06.30 14:53:02.166760 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 5 columns (5 merged, 0 gathered) in 0.002078531 sec., 650459.3869420277 rows/sec., 56.19 MiB/sec. 2025.06.30 14:53:02.166799 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:02.166842 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:02.167005 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:53:02.167098 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.167141 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.167321 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.167410 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_81_16} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:53:02.167501 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.06.30 14:53:02.167651 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 303 rows, containing 5 columns (5 merged, 0 gathered) in 0.001237475 sec., 244853.43138245217 rows/sec., 17.62 MiB/sec. 2025.06.30 14:53:02.167676 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:53:02.167803 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2025.06.30 14:53:02.167928 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.168057 [ 84 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:53:02.168078 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} executeQuery: Read 97 rows, 7.76 KiB in 0.001526 sec., 63564.875491481 rows/sec., 4.96 MiB/sec. 2025.06.30 14:53:02.168091 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.168087 [ 84 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.168133 [ 276 ] {3f878889-eca5-41fb-9a43-281ca3d0f876} TCPHandler: Processed in 0.001710214 sec. 2025.06.30 14:53:02.168138 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.168171 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_75_15} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2025.06.30 14:53:02.168214 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:53:02.168236 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:53:02.168267 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:02.168293 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:02.168319 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 500 rows starting from the beginning of the part 2025.06.30 14:53:02.168362 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 97 rows starting from the beginning of the part 2025.06.30 14:53:02.168366 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:02.168398 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 73 rows starting from the beginning of the part 2025.06.30 14:53:02.168419 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:02.168437 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 101 rows starting from the beginning of the part 2025.06.30 14:53:02.168478 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 73 rows starting from the beginning of the part 2025.06.30 14:53:02.168510 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 97 rows starting from the beginning of the part 2025.06.30 14:53:02.168867 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.168908 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.169244 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:53:02.169298 [ 196 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 941 rows, containing 5 columns (5 merged, 0 gathered) in 0.001108402 sec., 848969.9585529438 rows/sec., 67.33 MiB/sec. 2025.06.30 14:53:02.169430 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:53:02.169478 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.169598 [ 84 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:53:02.169622 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2025.06.30 14:53:02.169632 [ 84 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.169664 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.169670 [ 276 ] {632ea88b-cae4-4377-956a-42b75d41ae04} TCPHandler: Processed in 0.001450559 sec. 2025.06.30 14:53:02.169674 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.169737 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:02.169753 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_81_16} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:53:02.169793 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:02.169816 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.30 14:53:02.169834 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:02.169869 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 11016 rows starting from the beginning of the part 2025.06.30 14:53:02.169890 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:02.169937 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:02.169945 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:02.169987 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:02.170035 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 162 rows starting from the beginning of the part 2025.06.30 14:53:02.170077 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2025.06.30 14:53:02.170117 [ 193 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:02.170816 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.170851 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.171430 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:53:02.171646 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.171783 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} executeQuery: Read 33 rows, 60.55 KiB in 0.001909 sec., 17286.53745416448 rows/sec., 30.98 MiB/sec. 2025.06.30 14:53:02.171842 [ 276 ] {c6daac0a-72ce-4e59-91e3-9bdd847d7f68} TCPHandler: Processed in 0.002096052 sec. 2025.06.30 14:53:02.171958 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:02.172052 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:02.172092 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:02.172452 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.172486 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.172802 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:53:02.173007 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.173115 [ 84 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:53:02.173133 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.06.30 14:53:02.173147 [ 84 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:02.173176 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:02.173178 [ 276 ] {d9aa23ca-35d5-4b86-9940-5549d92cb9b5} TCPHandler: Processed in 0.001267965 sec. 2025.06.30 14:53:02.173241 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:02.173351 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:02.173380 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3908 rows starting from the beginning of the part 2025.06.30 14:53:02.173430 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:02.173473 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:02.173513 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.06.30 14:53:02.173552 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.06.30 14:53:02.173589 [ 196 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:02.173826 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 11818 rows, containing 5 columns (5 merged, 0 gathered) in 0.004120142 sec., 2868347.7414127956 rows/sec., 198.70 MiB/sec. 2025.06.30 14:53:02.174183 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:53:02.174484 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.174565 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_81_16} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:53:02.174657 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2025.06.30 14:53:02.174936 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4208 rows, containing 4 columns (4 merged, 0 gathered) in 0.001721874 sec., 2443848.969204483 rows/sec., 160.67 MiB/sec. 2025.06.30 14:53:02.175326 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:53:02.175569 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:02.175635 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_81_16} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:53:02.175708 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.06.30 14:53:03.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 305.36 MiB, peak 318.39 MiB, free memory in arenas 0.00 B, will set to 306.43 MiB (RSS), difference: 1.07 MiB 2025.06.30 14:53:06.215632 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 2025.06.30 14:53:06.216457 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:06.216495 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:06.216963 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:53:06.217203 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:06.217333 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.06.30 14:53:07.169061 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.169239 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.169302 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:53:07.169938 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.169973 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.170376 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:53:07.170598 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.170748 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} executeQuery: Read 24 rows, 2.04 KiB in 0.001556 sec., 15424.164524421592 rows/sec., 1.28 MiB/sec. 2025.06.30 14:53:07.170791 [ 276 ] {6063db0e-0e49-43e4-ab41-fd74ba1918bb} TCPHandler: Processed in 0.001856227 sec. 2025.06.30 14:53:07.170910 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.171005 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:53:07.171043 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:53:07.171442 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.171477 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.171770 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:53:07.171976 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.172101 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} executeQuery: Read 8 rows, 668.00 B in 0.001113 sec., 7187.780772686433 rows/sec., 586.11 KiB/sec. 2025.06.30 14:53:07.172140 [ 276 ] {e898ee20-3d64-4d15-b944-e1156b56bef9} TCPHandler: Processed in 0.001277666 sec. 2025.06.30 14:53:07.172245 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.172336 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:07.172374 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:07.172879 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.172913 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.173249 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:53:07.173456 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.173581 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} executeQuery: Read 198 rows, 17.83 KiB in 0.001261 sec., 157018.2394924663 rows/sec., 13.81 MiB/sec. 2025.06.30 14:53:07.173621 [ 276 ] {20c42f63-19c9-4a46-8e1d-644ba98bcf01} TCPHandler: Processed in 0.001423428 sec. 2025.06.30 14:53:07.173734 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.173825 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.173863 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:07.174274 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.174307 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.174590 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:53:07.174794 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.174918 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} executeQuery: Read 29 rows, 2.20 KiB in 0.001109 sec., 26149.684400360686 rows/sec., 1.93 MiB/sec. 2025.06.30 14:53:07.174957 [ 276 ] {c1b23c83-124a-489a-97ec-25156b9fa5d1} TCPHandler: Processed in 0.001271036 sec. 2025.06.30 14:53:07.175065 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.175157 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.175196 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:53:07.175591 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.175624 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.175909 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:53:07.176110 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.176234 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} executeQuery: Read 24 rows, 2.04 KiB in 0.001093 sec., 21957.913998170174 rows/sec., 1.82 MiB/sec. 2025.06.30 14:53:07.176273 [ 276 ] {4353000b-28f1-4e73-9310-b1bba5320884} TCPHandler: Processed in 0.001254925 sec. 2025.06.30 14:53:07.176379 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.176471 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.176509 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:53:07.176907 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.176940 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.177224 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:53:07.177439 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.177562 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} executeQuery: Read 12 rows, 960.00 B in 0.001107 sec., 10840.108401084011 rows/sec., 846.88 KiB/sec. 2025.06.30 14:53:07.177601 [ 276 ] {c009a495-e0bb-4d12-b8e0-73c5a2ba5b13} TCPHandler: Processed in 0.001268445 sec. 2025.06.30 14:53:07.177710 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.177801 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:07.177840 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:07.178286 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.178320 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.178613 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:53:07.178813 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.178938 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} executeQuery: Read 117 rows, 9.75 KiB in 0.001152 sec., 101562.5 rows/sec., 8.26 MiB/sec. 2025.06.30 14:53:07.178977 [ 276 ] {02ebe836-27c7-4e02-91c1-77ff185ea3da} TCPHandler: Processed in 0.001314256 sec. 2025.06.30 14:53:07.179092 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.179189 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.179234 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:07.179691 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.179724 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.180052 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:53:07.180267 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.180390 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} executeQuery: Read 344 rows, 26.63 KiB in 0.001221 sec., 281736.2817362817 rows/sec., 21.30 MiB/sec. 2025.06.30 14:53:07.180429 [ 276 ] {11cc971b-2206-4468-b5df-22467c17caf8} TCPHandler: Processed in 0.001383228 sec. 2025.06.30 14:53:07.180539 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.180658 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.180711 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:07.181482 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.181516 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.182006 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:53:07.182227 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.182354 [ 81 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:53:07.182384 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} executeQuery: Read 9 rows, 16.51 KiB in 0.001742 sec., 5166.475315729047 rows/sec., 9.26 MiB/sec. 2025.06.30 14:53:07.182396 [ 81 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.182421 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.182441 [ 276 ] {26217ded-f059-4b36-ab6d-9f345e5aae0e} TCPHandler: Processed in 0.001949289 sec. 2025.06.30 14:53:07.182534 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:53:07.182556 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:07.182669 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:07.182710 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:07.182795 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:07.182858 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1491 rows starting from the beginning of the part 2025.06.30 14:53:07.182985 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:07.183051 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.183085 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:07.183092 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.183185 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:07.183280 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:07.183378 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:07.183422 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:53:07.183640 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.183780 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.06.30 14:53:07.183820 [ 276 ] {ab63bb8f-d707-4af1-8d39-7c76afb46b1f} TCPHandler: Processed in 0.001312046 sec. 2025.06.30 14:53:07.191307 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 19 columns (19 merged, 0 gathered) in 0.008821296 sec., 179565.4516071108 rows/sec., 321.77 MiB/sec. 2025.06.30 14:53:07.192724 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:53:07.193069 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.193133 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_76_15} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:53:07.193278 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2025.06.30 14:53:07.675565 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.06.30 14:53:07.693283 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:07.693343 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:07.698822 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:53:07.699524 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:07.702366 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.06.30 14:53:08.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 307.73 MiB, peak 318.71 MiB, free memory in arenas 0.00 B, will set to 311.40 MiB (RSS), difference: 3.66 MiB 2025.06.30 14:53:08.795342 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1424 2025.06.30 14:53:08.797618 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:08.797666 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:08.798832 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:53:08.799093 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:08.799354 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1424 2025.06.30 14:53:12.163178 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:12.163386 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:12.163453 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:12.164160 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:12.164207 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:12.164602 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:53:12.164831 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:12.164983 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} executeQuery: Read 122 rows, 10.67 KiB in 0.001644 sec., 74209.24574209245 rows/sec., 6.34 MiB/sec. 2025.06.30 14:53:12.165029 [ 276 ] {b49c8bef-35d5-4855-a71c-84fb3f1aa122} TCPHandler: Processed in 0.00199344 sec. 2025.06.30 14:53:12.165156 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:12.165256 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:12.165299 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:12.165725 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:12.165762 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:12.166059 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:53:12.166290 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:12.166425 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} executeQuery: Read 33 rows, 2.48 KiB in 0.001187 sec., 27801.179443976413 rows/sec., 2.04 MiB/sec. 2025.06.30 14:53:12.166464 [ 276 ] {d0332ff7-c55e-4ed3-a67c-4d5e20dee9ca} TCPHandler: Processed in 0.001359717 sec. 2025.06.30 14:53:12.166575 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:12.166671 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:12.166711 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:12.167158 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:12.167195 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:12.167493 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:53:12.167705 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:12.167837 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} executeQuery: Read 97 rows, 7.76 KiB in 0.001182 sec., 82064.2978003384 rows/sec., 6.41 MiB/sec. 2025.06.30 14:53:12.167877 [ 276 ] {f508a585-a24f-4dba-b307-46a907592d29} TCPHandler: Processed in 0.001351317 sec. 2025.06.30 14:53:12.167990 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:12.168087 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:12.168132 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:12.168553 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:12.168590 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:12.168915 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:53:12.169136 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:12.169271 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.06.30 14:53:12.169310 [ 276 ] {0ed91324-38d4-42b4-be96-2fc27e8e967d} TCPHandler: Processed in 0.001369207 sec. 2025.06.30 14:53:12.169423 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:12.169518 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:12.169573 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:12.170431 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:12.170467 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:12.171020 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:53:12.171244 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:12.171383 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} executeQuery: Read 33 rows, 60.55 KiB in 0.001881 sec., 17543.859649122805 rows/sec., 31.44 MiB/sec. 2025.06.30 14:53:12.171441 [ 276 ] {e116637b-553f-43f6-89a5-eb8beea69a67} TCPHandler: Processed in 0.002066411 sec. 2025.06.30 14:53:12.171557 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:12.171653 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:12.171696 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:12.172039 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:12.172076 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:12.172387 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:53:12.172602 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:12.172731 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.06.30 14:53:12.172768 [ 276 ] {170144df-faaf-49e0-9a75-1bd0d4b22d36} TCPHandler: Processed in 0.001260735 sec. 2025.06.30 14:53:13.572826 [ 72 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:53:13.572884 [ 72 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:53:13.717486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 2025.06.30 14:53:13.718297 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:13.718362 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:13.718854 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:53:13.719080 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:13.719214 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 2025.06.30 14:53:15.202440 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.06.30 14:53:15.218558 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:15.218601 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:15.224024 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:53:15.224700 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:15.227682 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.06.30 14:53:17.161623 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:17.161825 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:17.161898 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:17.162614 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:17.162663 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:17.163050 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:53:17.163280 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:17.163432 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} executeQuery: Read 74 rows, 6.10 KiB in 0.001661 sec., 44551.475015051175 rows/sec., 3.58 MiB/sec. 2025.06.30 14:53:17.163477 [ 276 ] {215e6e1b-bb13-4adc-a4a1-dde929611286} TCPHandler: Processed in 0.00199404 sec. 2025.06.30 14:53:17.163600 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:17.163695 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:17.163734 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:17.164132 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:17.164171 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:17.164475 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:53:17.164686 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:17.164821 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} executeQuery: Read 9 rows, 693.00 B in 0.001144 sec., 7867.1328671328665 rows/sec., 591.57 KiB/sec. 2025.06.30 14:53:17.164860 [ 276 ] {f312c827-dae7-4511-bb9b-4093a5964fcb} TCPHandler: Processed in 0.001308046 sec. 2025.06.30 14:53:17.164976 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:17.165069 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:17.165109 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:17.165542 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:17.165578 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:17.165892 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:53:17.166106 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:17.166233 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} executeQuery: Read 73 rows, 5.84 KiB in 0.001179 sec., 61916.878710771845 rows/sec., 4.83 MiB/sec. 2025.06.30 14:53:17.166272 [ 276 ] {f0502ae9-8422-4ec6-94f7-17a3aff5896f} TCPHandler: Processed in 0.001343227 sec. 2025.06.30 14:53:17.166387 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:17.166481 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:17.166523 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:17.166938 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:17.166973 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:17.167291 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:53:17.167494 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:17.167622 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2025.06.30 14:53:17.167660 [ 276 ] {0445d359-b21b-42dc-bcfe-2ccfe208f7af} TCPHandler: Processed in 0.001320396 sec. 2025.06.30 14:53:17.167761 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:17.167853 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:17.167908 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:17.168682 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:17.168718 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:17.169211 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:53:17.169433 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:17.169571 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} executeQuery: Read 9 rows, 16.51 KiB in 0.001734 sec., 5190.311418685121 rows/sec., 9.30 MiB/sec. 2025.06.30 14:53:17.169628 [ 276 ] {acd49b48-9eb7-4bfe-87fe-3108a35700ae} TCPHandler: Processed in 0.001914379 sec. 2025.06.30 14:53:17.169743 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:17.169836 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:17.169877 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:17.170212 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:17.170248 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:17.170540 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:53:17.170751 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:17.170878 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.06.30 14:53:17.170915 [ 276 ] {902d2548-6f7a-47eb-879c-4d8cfffaae7d} TCPHandler: Processed in 0.001221384 sec. 2025.06.30 14:53:18.800569 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1448 2025.06.30 14:53:18.802876 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:18.802924 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.30 14:53:18.804109 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:53:18.804403 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:18.804668 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1448 2025.06.30 14:53:21.220317 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 2025.06.30 14:53:21.220858 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:21.220892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:21.221363 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:53:21.221585 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:21.221706 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.06.30 14:53:22.163172 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.163372 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:53:22.163457 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:53:22.164123 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.164168 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.164552 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:53:22.164771 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.164928 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} executeQuery: Read 6 rows, 501.00 B in 0.001609 sec., 3729.0242386575515 rows/sec., 304.08 KiB/sec. 2025.06.30 14:53:22.164976 [ 276 ] {5cd21e39-b047-4088-b8af-2e301122db66} TCPHandler: Processed in 0.001940569 sec. 2025.06.30 14:53:22.165111 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.165214 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:22.165255 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:22.165722 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.165758 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.166069 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:53:22.166303 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.166436 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} executeQuery: Read 125 rows, 10.89 KiB in 0.001245 sec., 100401.6064257028 rows/sec., 8.54 MiB/sec. 2025.06.30 14:53:22.166476 [ 276 ] {8127cb31-4473-43a3-9772-0b20aa66fc8e} TCPHandler: Processed in 0.001423738 sec. 2025.06.30 14:53:22.166589 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.166682 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:22.166720 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:22.167127 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.167161 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.167486 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:53:22.167698 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.167826 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} executeQuery: Read 39 rows, 2.90 KiB in 0.001161 sec., 33591.73126614987 rows/sec., 2.44 MiB/sec. 2025.06.30 14:53:22.167865 [ 276 ] {40a0b300-0651-48cd-aca1-66fbf0c8f338} TCPHandler: Processed in 0.001323416 sec. 2025.06.30 14:53:22.167972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.168066 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:22.168104 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:22.168525 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.168561 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.168853 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:53:22.169065 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.169195 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} executeQuery: Read 103 rows, 8.25 KiB in 0.001146 sec., 89877.83595113437 rows/sec., 7.03 MiB/sec. 2025.06.30 14:53:22.169235 [ 276 ] {f0941fa1-4b4b-4748-a634-b5aa9f612790} TCPHandler: Processed in 0.001309295 sec. 2025.06.30 14:53:22.169343 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.169435 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:22.169478 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:22.169901 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.169934 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.170267 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:53:22.170470 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.170599 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} executeQuery: Read 163 rows, 11.62 KiB in 0.00118 sec., 138135.59322033898 rows/sec., 9.62 MiB/sec. 2025.06.30 14:53:22.170638 [ 276 ] {47580307-b2e1-4cee-ba09-0278fcef6e58} TCPHandler: Processed in 0.001341687 sec. 2025.06.30 14:53:22.170746 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.170839 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:22.170893 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:22.171715 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.171748 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.172287 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:53:22.172515 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.172650 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} executeQuery: Read 33 rows, 60.55 KiB in 0.001828 sec., 18052.516411378558 rows/sec., 32.35 MiB/sec. 2025.06.30 14:53:22.172707 [ 276 ] {997247be-134a-4f39-81d5-e16103d5e3d2} TCPHandler: Processed in 0.0020075 sec. 2025.06.30 14:53:22.172827 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:22.172919 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:22.172960 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:22.173313 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.173346 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.173637 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:53:22.173838 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.173965 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.06.30 14:53:22.174002 [ 276 ] {ad389759-4856-4cf7-a1da-8883299bfadb} TCPHandler: Processed in 0.001229105 sec. 2025.06.30 14:53:22.728699 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.06.30 14:53:22.746554 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:22.746610 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:22.752636 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:53:22.753435 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:22.756586 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.06.30 14:53:27.161403 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:27.161699 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:27.161763 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:27.162441 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.162482 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.162863 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:53:27.163075 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.163230 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} executeQuery: Read 74 rows, 6.10 KiB in 0.001597 sec., 46336.88165309957 rows/sec., 3.73 MiB/sec. 2025.06.30 14:53:27.163251 [ 26 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:53:27.163275 [ 276 ] {94e03125-9774-468a-b403-124eaad3c490} TCPHandler: Processed in 0.002052341 sec. 2025.06.30 14:53:27.163338 [ 26 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.163368 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.163467 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:27.163486 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:53:27.163566 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:27.163600 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:27.163606 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:27.163634 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 835 rows starting from the beginning of the part 2025.06.30 14:53:27.163701 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 198 rows starting from the beginning of the part 2025.06.30 14:53:27.163752 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 122 rows starting from the beginning of the part 2025.06.30 14:53:27.163800 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 74 rows starting from the beginning of the part 2025.06.30 14:53:27.163847 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 125 rows starting from the beginning of the part 2025.06.30 14:53:27.163896 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 74 rows starting from the beginning of the part 2025.06.30 14:53:27.164036 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.164071 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.164367 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:53:27.164583 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.164715 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} executeQuery: Read 9 rows, 693.00 B in 0.001166 sec., 7718.696397941681 rows/sec., 580.41 KiB/sec. 2025.06.30 14:53:27.164721 [ 26 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2025.06.30 14:53:27.164755 [ 276 ] {3f09af21-532a-46a5-9178-18e67765432d} TCPHandler: Processed in 0.001336917 sec. 2025.06.30 14:53:27.164777 [ 26 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.164803 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.164883 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:27.164928 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2025.06.30 14:53:27.164974 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 5 columns (5 merged, 0 gathered) in 0.00152936 sec., 933723.9106554376 rows/sec., 81.11 MiB/sec. 2025.06.30 14:53:27.164982 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:27.165061 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:27.165080 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:27.165122 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 182 rows starting from the beginning of the part 2025.06.30 14:53:27.165188 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part 2025.06.30 14:53:27.165217 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:53:27.165234 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:27.165285 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:27.165327 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 39 rows starting from the beginning of the part 2025.06.30 14:53:27.165370 [ 196 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:27.165507 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.165532 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.165548 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.165621 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_86_17} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:53:27.165740 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.30 14:53:27.165898 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:53:27.166127 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.166228 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 301 rows, containing 5 columns (5 merged, 0 gathered) in 0.001358987 sec., 221488.50577672926 rows/sec., 15.93 MiB/sec. 2025.06.30 14:53:27.166256 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} executeQuery: Read 73 rows, 5.84 KiB in 0.00129 sec., 56589.14728682171 rows/sec., 4.42 MiB/sec. 2025.06.30 14:53:27.166265 [ 26 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:53:27.166319 [ 276 ] {ddf81a8b-a7ca-4594-ba91-eaadfc5f7b73} TCPHandler: Processed in 0.001483129 sec. 2025.06.30 14:53:27.166320 [ 26 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.166359 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.166412 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2025.06.30 14:53:27.166449 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:27.166454 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:53:27.166543 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:27.166576 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:27.166590 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:27.166615 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 500 rows starting from the beginning of the part 2025.06.30 14:53:27.166684 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 117 rows starting from the beginning of the part 2025.06.30 14:53:27.166723 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.166727 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 97 rows starting from the beginning of the part 2025.06.30 14:53:27.166784 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 73 rows starting from the beginning of the part 2025.06.30 14:53:27.166804 [ 189 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_80_16} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2025.06.30 14:53:27.166822 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 103 rows starting from the beginning of the part 2025.06.30 14:53:27.166866 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 73 rows starting from the beginning of the part 2025.06.30 14:53:27.166906 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:53:27.167028 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.167066 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.167406 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:53:27.167630 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.167756 [ 66 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:53:27.167759 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2025.06.30 14:53:27.167803 [ 66 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.167821 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 963 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413178 sec., 681442.8189513282 rows/sec., 54.35 MiB/sec. 2025.06.30 14:53:27.167824 [ 276 ] {200c0c54-6e6d-4fe3-9d92-038dc09fd2da} TCPHandler: Processed in 0.001423058 sec. 2025.06.30 14:53:27.167830 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.167940 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:27.167954 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:27.167995 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:53:27.168063 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:27.168066 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:27.168123 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 11818 rows starting from the beginning of the part 2025.06.30 14:53:27.168130 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:27.168196 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 344 rows starting from the beginning of the part 2025.06.30 14:53:27.168253 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.06.30 14:53:27.168275 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.168301 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:27.168349 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 163 rows starting from the beginning of the part 2025.06.30 14:53:27.168351 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_86_17} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:53:27.168396 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2025.06.30 14:53:27.168452 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.30 14:53:27.168913 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.168954 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.169474 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:53:27.169687 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.169831 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} executeQuery: Read 9 rows, 16.51 KiB in 0.001784 sec., 5044.8430493273545 rows/sec., 9.04 MiB/sec. 2025.06.30 14:53:27.169888 [ 276 ] {d75de185-a6bf-49c8-92f0-2a8cf42c5d2e} TCPHandler: Processed in 0.001981529 sec. 2025.06.30 14:53:27.170002 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:27.170096 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:27.170136 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:27.170472 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.170507 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.170937 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:53:27.171143 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.171270 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2025.06.30 14:53:27.171277 [ 64 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:53:27.171310 [ 276 ] {bc12ab78-725b-4840-b56f-c2c288543249} TCPHandler: Processed in 0.001354688 sec. 2025.06.30 14:53:27.171328 [ 64 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:27.171354 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:27.171430 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:27.171519 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:27.171547 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4208 rows starting from the beginning of the part 2025.06.30 14:53:27.171602 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:27.171649 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:27.171691 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:27.171732 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:27.171774 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.06.30 14:53:27.171919 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 12805 rows, containing 5 columns (5 merged, 0 gathered) in 0.004023081 sec., 3182883.9638078376 rows/sec., 221.09 MiB/sec. 2025.06.30 14:53:27.172218 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:53:27.172472 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.172547 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_86_17} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:53:27.172628 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. 2025.06.30 14:53:27.173465 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4508 rows, containing 4 columns (4 merged, 0 gathered) in 0.002065901 sec., 2182098.754974222 rows/sec., 143.70 MiB/sec. 2025.06.30 14:53:27.173748 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:53:27.173990 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:27.174059 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_86_17} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:53:27.174147 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.06.30 14:53:28.572944 [ 66 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:53:28.573004 [ 66 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:53:28.722785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 2025.06.30 14:53:28.723314 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:28.723362 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:28.723839 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:53:28.724068 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:28.724195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 2025.06.30 14:53:28.805743 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1474 2025.06.30 14:53:28.808021 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:28.808063 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:28.809235 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:53:28.809508 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:28.809772 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1474 2025.06.30 14:53:30.257614 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.06.30 14:53:30.275966 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:30.276029 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:30.282245 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:53:30.282946 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:30.286224 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.06.30 14:53:32.168970 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.169161 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.169228 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:53:32.170015 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.170061 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.170499 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:53:32.170726 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.170877 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} executeQuery: Read 212 rows, 13.81 KiB in 0.001769 sec., 119841.71848501978 rows/sec., 7.62 MiB/sec. 2025.06.30 14:53:32.170924 [ 276 ] {1a31615f-adee-424c-a7af-755cda43dea9} TCPHandler: Processed in 0.002081812 sec. 2025.06.30 14:53:32.171057 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.171154 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:32.171194 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:32.171932 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.171967 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.172316 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:53:32.172528 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.172659 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} executeQuery: Read 683 rows, 55.64 KiB in 0.001523 sec., 448456.992777413 rows/sec., 35.68 MiB/sec. 2025.06.30 14:53:32.172699 [ 276 ] {5ea30be3-4d60-4805-80f4-074e1379f13b} TCPHandler: Processed in 0.001697694 sec. 2025.06.30 14:53:32.172816 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.172909 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.172947 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:32.173391 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.173424 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.173729 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:53:32.173945 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.174071 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} executeQuery: Read 139 rows, 8.87 KiB in 0.001179 sec., 117896.52247667515 rows/sec., 7.34 MiB/sec. 2025.06.30 14:53:32.174112 [ 276 ] {568ff8af-bd95-4ff1-8448-871ce682e2b1} TCPHandler: Processed in 0.001343046 sec. 2025.06.30 14:53:32.174225 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.174317 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.174357 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:53:32.174781 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.174816 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.175104 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:53:32.175317 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.175447 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} executeQuery: Read 113 rows, 7.49 KiB in 0.001146 sec., 98603.83944153576 rows/sec., 6.38 MiB/sec. 2025.06.30 14:53:32.175486 [ 276 ] {a12ac8c6-e269-4ed9-8258-e95ca625a106} TCPHandler: Processed in 0.001307876 sec. 2025.06.30 14:53:32.175598 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.175691 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.175729 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:53:32.176151 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.176185 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.176493 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:53:32.176696 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.176820 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} executeQuery: Read 112 rows, 6.53 KiB in 0.001145 sec., 97816.59388646288 rows/sec., 5.57 MiB/sec. 2025.06.30 14:53:32.176860 [ 276 ] {0563e4d7-9799-490b-a8a2-b85e169abbc5} TCPHandler: Processed in 0.001309026 sec. 2025.06.30 14:53:32.176976 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.177068 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:32.177107 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:32.177691 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.177726 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.178048 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:53:32.178262 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.178387 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} executeQuery: Read 415 rows, 30.23 KiB in 0.001335 sec., 310861.42322097375 rows/sec., 22.11 MiB/sec. 2025.06.30 14:53:32.178426 [ 276 ] {77d94452-832c-4f15-b598-52386f322ada} TCPHandler: Processed in 0.001498409 sec. 2025.06.30 14:53:32.178539 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.178631 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:53:32.178672 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:53:32.179005 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.179038 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.179333 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.30 14:53:32.179537 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.179662 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2025.06.30 14:53:32.179699 [ 276 ] {06cbb3a2-631b-48dc-9594-254b20619561} TCPHandler: Processed in 0.001207874 sec. 2025.06.30 14:53:32.179812 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.179903 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.179945 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:32.180349 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.180383 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.180701 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:53:32.180909 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.181039 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} executeQuery: Read 237 rows, 16.27 KiB in 0.001146 sec., 206806.28272251307 rows/sec., 13.86 MiB/sec. 2025.06.30 14:53:32.181078 [ 276 ] {50353be6-d6a6-4d66-9d90-8f3d84d7f2b9} TCPHandler: Processed in 0.001311466 sec. 2025.06.30 14:53:32.181195 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.181287 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.181328 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:53:32.181638 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.181671 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.181958 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:53:32.182167 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.182289 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. 2025.06.30 14:53:32.182329 [ 276 ] {df5c113a-c64f-4485-982a-edc8fca287f6} TCPHandler: Processed in 0.001181733 sec. 2025.06.30 14:53:32.182439 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.182531 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.182583 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:32.183506 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.183540 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.184068 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:53:32.184299 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.184408 [ 57 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:53:32.184432 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} executeQuery: Read 33 rows, 60.55 KiB in 0.001917 sec., 17214.397496087637 rows/sec., 30.85 MiB/sec. 2025.06.30 14:53:32.184443 [ 57 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.184466 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.184489 [ 276 ] {f2317005-fdbe-4177-91b8-b993cfe9fe8f} TCPHandler: Processed in 0.002097621 sec. 2025.06.30 14:53:32.184575 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:53:32.184609 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:32.184709 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:32.184749 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:32.184842 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:32.184910 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1584 rows starting from the beginning of the part 2025.06.30 14:53:32.185040 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:32.185087 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:32.185125 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:32.185201 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:32.185368 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:32.185433 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:53:32.185486 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:32.185598 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:32.185666 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.185799 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} executeQuery: Read 82 rows, 5.33 KiB in 0.001106 sec., 74141.04882459313 rows/sec., 4.71 MiB/sec. 2025.06.30 14:53:32.185837 [ 276 ] {a5cde013-d562-4d10-9b77-ad8252d78677} TCPHandler: Processed in 0.001276425 sec. 2025.06.30 14:53:32.201698 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1701 rows, containing 19 columns (19 merged, 0 gathered) in 0.017169942 sec., 99068.4767601428 rows/sec., 177.53 MiB/sec. 2025.06.30 14:53:32.203600 [ 192 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:53:32.203981 [ 192 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:32.204063 [ 192 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_81_16} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:53:32.204240 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.56 MiB. 2025.06.30 14:53:33.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.98 MiB, peak 326.51 MiB, free memory in arenas 0.00 B, will set to 317.02 MiB (RSS), difference: 4.03 MiB 2025.06.30 14:53:36.224330 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 2025.06.30 14:53:36.225074 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:36.225110 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:36.225577 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:53:36.225800 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:36.225939 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.06.30 14:53:36.225948 [ 56 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:53:36.225995 [ 56 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:36.226017 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:36.226169 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:53:36.226332 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:36.226374 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:53:36.226448 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part 2025.06.30 14:53:36.226500 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part 2025.06.30 14:53:36.226547 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part 2025.06.30 14:53:36.226594 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part 2025.06.30 14:53:36.226637 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part 2025.06.30 14:53:36.228784 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002684813 sec., 10428659.277201056 rows/sec., 149.18 MiB/sec. 2025.06.30 14:53:36.229147 [ 200 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:53:36.229476 [ 200 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:36.229551 [ 200 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_61_12} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:53:36.229648 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. 2025.06.30 14:53:37.162517 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.162799 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:53:37.162900 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:53:37.163611 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.163651 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.164031 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:53:37.164244 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.164400 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} executeQuery: Read 2 rows, 167.00 B in 0.001674 sec., 1194.7431302270013 rows/sec., 97.42 KiB/sec. 2025.06.30 14:53:37.164443 [ 276 ] {6930ff0c-f447-4786-b77d-7a747d75b8c7} TCPHandler: Processed in 0.002106122 sec. 2025.06.30 14:53:37.164566 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.164662 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:37.164701 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:37.165187 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.165223 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.165549 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:53:37.165750 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.165880 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} executeQuery: Read 75 rows, 6.17 KiB in 0.001236 sec., 60679.61165048544 rows/sec., 4.87 MiB/sec. 2025.06.30 14:53:37.165920 [ 276 ] {245d5a88-09cb-485e-b68d-e1c21d52f6d2} TCPHandler: Processed in 0.001403107 sec. 2025.06.30 14:53:37.166034 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.166128 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:37.166167 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:37.166575 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.166608 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.166892 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:53:37.167092 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.167223 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} executeQuery: Read 11 rows, 836.00 B in 0.001112 sec., 9892.086330935252 rows/sec., 734.18 KiB/sec. 2025.06.30 14:53:37.167262 [ 276 ] {97e10a52-dd15-4c85-8cae-ad5dbcf96651} TCPHandler: Processed in 0.001276215 sec. 2025.06.30 14:53:37.167371 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.167465 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:37.167503 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:37.167928 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.167961 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.168264 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:53:37.168467 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.168595 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} executeQuery: Read 75 rows, 6.00 KiB in 0.001147 sec., 65387.96861377506 rows/sec., 5.11 MiB/sec. 2025.06.30 14:53:37.168634 [ 276 ] {be3f93ab-c0f2-4889-ba66-d6f1a26a5448} TCPHandler: Processed in 0.001310987 sec. 2025.06.30 14:53:37.168745 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.168837 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:37.168879 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:37.169306 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.169340 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.169659 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:53:37.169864 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.169991 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} executeQuery: Read 161 rows, 11.48 KiB in 0.00117 sec., 137606.8376068376 rows/sec., 9.58 MiB/sec. 2025.06.30 14:53:37.170029 [ 276 ] {c2724c4c-3389-4002-b1e5-8a293a4a08ba} TCPHandler: Processed in 0.001331006 sec. 2025.06.30 14:53:37.170144 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.170236 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:37.170290 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:37.171051 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.171089 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.171580 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:53:37.171794 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.171932 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} executeQuery: Read 9 rows, 16.51 KiB in 0.001712 sec., 5257.009345794392 rows/sec., 9.42 MiB/sec. 2025.06.30 14:53:37.171989 [ 276 ] {2e2653a0-0c0c-4432-bede-d21929700f19} TCPHandler: Processed in 0.001891957 sec. 2025.06.30 14:53:37.172103 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:37.172197 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:37.172237 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:37.172577 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.172613 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.172902 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:53:37.173105 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.173233 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.06.30 14:53:37.173271 [ 276 ] {d952aed4-5671-45ad-a1e2-3c9a0bea4469} TCPHandler: Processed in 0.001215584 sec. 2025.06.30 14:53:37.786275 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.06.30 14:53:37.804501 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.804565 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.810916 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:53:37.811630 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.811932 [ 55 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:53:37.812000 [ 55 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:37.812022 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:37.812122 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.814906 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.06.30 14:53:37.815215 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:37.815999 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.819280 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.822577 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.826169 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.830443 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.834506 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:53:37.884216 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.072129908 sec., 6377.382319689081 rows/sec., 32.98 MiB/sec. 2025.06.30 14:53:37.887366 [ 194 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:53:37.889482 [ 194 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_61_12} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:37.889606 [ 194 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_61_12} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:53:37.892583 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.06.30 14:53:38.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 318.61 MiB, peak 332.01 MiB, free memory in arenas 0.00 B, will set to 317.56 MiB (RSS), difference: -1.05 MiB 2025.06.30 14:53:38.809934 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1510 2025.06.30 14:53:38.812787 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:38.812830 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:38.814052 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:53:38.814325 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:38.814596 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1510 2025.06.30 14:53:42.169367 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.169588 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.169660 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:53:42.170517 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.170565 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.170964 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:53:42.171185 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.171344 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} executeQuery: Read 212 rows, 13.81 KiB in 0.001808 sec., 117256.63716814159 rows/sec., 7.46 MiB/sec. 2025.06.30 14:53:42.171387 [ 276 ] {30a0ad0b-e423-4a51-be15-7e24c41c4093} TCPHandler: Processed in 0.002159973 sec. 2025.06.30 14:53:42.171498 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.171593 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:42.171633 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:42.172409 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.172444 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.172785 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:53:42.172999 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.173127 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} executeQuery: Read 683 rows, 55.64 KiB in 0.001551 sec., 440361.05738233397 rows/sec., 35.04 MiB/sec. 2025.06.30 14:53:42.173168 [ 276 ] {b7955e0f-97bd-4b19-81c4-3cd8954ee4cb} TCPHandler: Processed in 0.001717134 sec. 2025.06.30 14:53:42.173281 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.173375 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.173414 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:42.173875 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.173908 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.174207 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:53:42.174423 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.174548 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} executeQuery: Read 139 rows, 8.87 KiB in 0.00119 sec., 116806.72268907563 rows/sec., 7.28 MiB/sec. 2025.06.30 14:53:42.174588 [ 276 ] {64197ee8-353a-426f-ac8d-ec5b629b4c17} TCPHandler: Processed in 0.001354677 sec. 2025.06.30 14:53:42.174698 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.174791 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.174830 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:53:42.175271 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.175304 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.175599 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:53:42.175802 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.175891 [ 49 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:53:42.175926 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} executeQuery: Read 113 rows, 7.49 KiB in 0.001151 sec., 98175.49956559515 rows/sec., 6.36 MiB/sec. 2025.06.30 14:53:42.175930 [ 49 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.175959 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.175966 [ 276 ] {661e3049-61f4-4737-9e32-c7aeed6902a1} TCPHandler: Processed in 0.001315027 sec. 2025.06.30 14:53:42.176051 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:53:42.176077 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.176159 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:42.176171 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.176191 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 138 rows starting from the beginning of the part 2025.06.30 14:53:42.176210 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:53:42.176255 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part 2025.06.30 14:53:42.176306 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part 2025.06.30 14:53:42.176354 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2025.06.30 14:53:42.176427 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part 2025.06.30 14:53:42.176471 [ 201 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part 2025.06.30 14:53:42.176652 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.176687 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.176981 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:53:42.177186 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.177316 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} executeQuery: Read 112 rows, 6.53 KiB in 0.001161 sec., 96468.56158484066 rows/sec., 5.50 MiB/sec. 2025.06.30 14:53:42.177320 [ 198 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305996 sec., 470139.2653576274 rows/sec., 32.90 MiB/sec. 2025.06.30 14:53:42.177383 [ 276 ] {e53cd7be-1c3c-4f3d-854e-45046cac2c80} TCPHandler: Processed in 0.001352787 sec. 2025.06.30 14:53:42.177500 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.177506 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:53:42.177594 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:42.177633 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:42.177801 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.177874 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_26_5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:53:42.177943 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:53:42.178198 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.178233 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.178553 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:53:42.178763 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.178889 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} executeQuery: Read 415 rows, 30.23 KiB in 0.001311 sec., 316552.2501906941 rows/sec., 22.52 MiB/sec. 2025.06.30 14:53:42.178930 [ 276 ] {8ab51951-8501-4013-8212-754d86b79819} TCPHandler: Processed in 0.00147726 sec. 2025.06.30 14:53:42.179040 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.179133 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:53:42.179174 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:53:42.179511 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.179546 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.179841 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.30 14:53:42.180043 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.180169 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2025.06.30 14:53:42.180208 [ 276 ] {813b7549-4545-406b-8ae0-260de2655382} TCPHandler: Processed in 0.001215094 sec. 2025.06.30 14:53:42.180316 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.180408 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.180449 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:42.180870 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.180905 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.181228 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:53:42.181431 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.181557 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} executeQuery: Read 237 rows, 16.27 KiB in 0.001165 sec., 203433.47639484977 rows/sec., 13.64 MiB/sec. 2025.06.30 14:53:42.181597 [ 276 ] {59e01e76-d46a-460d-ae45-53df19afb612} TCPHandler: Processed in 0.001328217 sec. 2025.06.30 14:53:42.181708 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.181800 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.181840 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:53:42.182160 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.182195 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.182478 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:53:42.182684 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.182811 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.06.30 14:53:42.182848 [ 276 ] {0fc8a39b-680c-4124-956e-a82d062795ae} TCPHandler: Processed in 0.001187184 sec. 2025.06.30 14:53:42.182954 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.183045 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.183102 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:42.183926 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.183961 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.184491 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:53:42.184707 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.184842 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} executeQuery: Read 33 rows, 60.55 KiB in 0.001812 sec., 18211.920529801326 rows/sec., 32.63 MiB/sec. 2025.06.30 14:53:42.184897 [ 276 ] {3d44c7c0-5a99-4526-a177-2e62b40e544d} TCPHandler: Processed in 0.00198984 sec. 2025.06.30 14:53:42.185008 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:42.185101 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:42.185142 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:42.185508 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:42.185544 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:42.185840 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:53:42.186044 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:42.186169 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. 2025.06.30 14:53:42.186207 [ 276 ] {692b8012-79ec-4045-92cc-ed4d176de729} TCPHandler: Processed in 0.001245805 sec. 2025.06.30 14:53:43.573248 [ 49 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:53:43.573303 [ 49 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:53:43.726062 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 2025.06.30 14:53:43.726855 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:43.726933 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.30 14:53:43.727515 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:53:43.727747 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:43.727894 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 2025.06.30 14:53:45.314963 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.06.30 14:53:45.331050 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:45.331106 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:45.336957 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:53:45.337650 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:45.340756 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.06.30 14:53:47.161905 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:47.162196 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:47.162293 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:47.162916 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:47.162958 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:47.163363 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:53:47.163583 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:47.163738 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} executeQuery: Read 74 rows, 6.10 KiB in 0.001618 sec., 45735.47589616811 rows/sec., 3.68 MiB/sec. 2025.06.30 14:53:47.163782 [ 276 ] {bac6855d-69ac-4dce-bb53-497fe6abfcdf} TCPHandler: Processed in 0.002056401 sec. 2025.06.30 14:53:47.163900 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:47.163994 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:47.164034 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:47.164436 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:47.164472 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:47.164755 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:53:47.164967 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:47.165095 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} executeQuery: Read 9 rows, 693.00 B in 0.001118 sec., 8050.089445438282 rows/sec., 605.33 KiB/sec. 2025.06.30 14:53:47.165135 [ 276 ] {b28f2056-482b-4f8d-9928-1bb13a598dd8} TCPHandler: Processed in 0.001282535 sec. 2025.06.30 14:53:47.165243 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:47.165336 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:47.165374 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:47.165791 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:47.165826 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:47.166114 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:53:47.166316 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:47.166441 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} executeQuery: Read 73 rows, 5.84 KiB in 0.001121 sec., 65120.42818911686 rows/sec., 5.08 MiB/sec. 2025.06.30 14:53:47.166480 [ 276 ] {1a8deff4-d430-4a76-b829-f5631aa0473a} TCPHandler: Processed in 0.001284276 sec. 2025.06.30 14:53:47.166590 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:47.166682 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:47.166724 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:47.167130 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:47.167165 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:47.167482 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:53:47.167693 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:47.167821 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.06.30 14:53:47.167860 [ 276 ] {b6a48a8c-cbb2-4760-95ba-2d198846930c} TCPHandler: Processed in 0.001316737 sec. 2025.06.30 14:53:47.167959 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:47.168052 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:47.168111 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:47.168859 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:47.168895 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:47.169391 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:53:47.169605 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:47.169739 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} executeQuery: Read 9 rows, 16.51 KiB in 0.001703 sec., 5284.791544333529 rows/sec., 9.47 MiB/sec. 2025.06.30 14:53:47.169794 [ 276 ] {b41aa195-c783-4177-bc1b-9bb5c729a4c9} TCPHandler: Processed in 0.001881587 sec. 2025.06.30 14:53:47.169907 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:47.170000 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:47.170041 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:47.170375 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:47.170410 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:47.170703 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:53:47.170911 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:47.171040 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.06.30 14:53:47.171078 [ 276 ] {f86c3ac2-c9be-44d0-8fd4-80099718787f} TCPHandler: Processed in 0.001218604 sec. 2025.06.30 14:53:48.814787 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1544 2025.06.30 14:53:48.817291 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:48.817354 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:48.818602 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:53:48.818892 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:48.819062 [ 40 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.30 14:53:48.819135 [ 40 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:48.819158 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:48.819265 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1544 2025.06.30 14:53:48.819316 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:53:48.820170 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:48.820359 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1392 rows starting from the beginning of the part 2025.06.30 14:53:48.820703 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part 2025.06.30 14:53:48.821012 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:53:48.821291 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 26 rows starting from the beginning of the part 2025.06.30 14:53:48.821576 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:53:48.821864 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part 2025.06.30 14:53:48.828847 [ 198 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 72 columns (72 merged, 0 gathered) in 0.009610132 sec., 160663.76611684417 rows/sec., 125.67 MiB/sec. 2025.06.30 14:53:48.830473 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.30 14:53:48.831047 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:48.831124 [ 191 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_46_9} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.30 14:53:48.831482 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.06.30 14:53:50.087569 [ 38 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.06.30 14:53:50.087657 [ 38 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:50.087684 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:50.087806 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.06.30 14:53:50.087953 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:50.087993 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 22 rows starting from the beginning of the part 2025.06.30 14:53:50.088071 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2025.06.30 14:53:50.088128 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.06.30 14:53:50.088180 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.06.30 14:53:50.088229 [ 187 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part 2025.06.30 14:53:50.089022 [ 198 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272006 sec., 33018.712175885965 rows/sec., 2.78 MiB/sec. 2025.06.30 14:53:50.089219 [ 189 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.06.30 14:53:50.089557 [ 189 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:50.089645 [ 189 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_25_6} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.06.30 14:53:50.089745 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:53:51.228084 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 2025.06.30 14:53:51.228739 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:51.228785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:51.229266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:53:51.229496 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:51.229628 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.06.30 14:53:52.169142 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.169329 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.169399 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:53:52.170149 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.170196 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.170592 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:53:52.170833 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.170973 [ 37 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:53:52.170989 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} executeQuery: Read 212 rows, 13.81 KiB in 0.00171 sec., 123976.60818713451 rows/sec., 7.88 MiB/sec. 2025.06.30 14:53:52.171017 [ 37 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.171039 [ 276 ] {8f562eca-d56f-49e5-aa05-829adb462516} TCPHandler: Processed in 0.002032071 sec. 2025.06.30 14:53:52.171041 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.171178 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.171190 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:53:52.171278 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:53:52.171325 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:53:52.171348 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.171391 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 236 rows starting from the beginning of the part 2025.06.30 14:53:52.171466 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part 2025.06.30 14:53:52.171520 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.06.30 14:53:52.171571 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2025.06.30 14:53:52.171617 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2025.06.30 14:53:52.171666 [ 191 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2025.06.30 14:53:52.171719 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.171759 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.172095 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:53:52.172333 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.172472 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} executeQuery: Read 4 rows, 348.00 B in 0.001212 sec., 3300.3300330033003 rows/sec., 280.40 KiB/sec. 2025.06.30 14:53:52.172512 [ 276 ] {be21ad9b-61ff-4a5b-a8b3-fe27732908ed} TCPHandler: Processed in 0.001384317 sec. 2025.06.30 14:53:52.172620 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.172714 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:52.172754 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:52.172809 [ 189 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 5 columns (5 merged, 0 gathered) in 0.001695564 sec., 653469.8778695466 rows/sec., 44.60 MiB/sec. 2025.06.30 14:53:52.172991 [ 198 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:53:52.173304 [ 198 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.173388 [ 198 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_26_5} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:53:52.173483 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.30 14:53:52.173516 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.173557 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.173918 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:53:52.174150 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.174282 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} executeQuery: Read 686 rows, 55.88 KiB in 0.001584 sec., 433080.8080808081 rows/sec., 34.45 MiB/sec. 2025.06.30 14:53:52.174313 [ 36 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:53:52.174323 [ 276 ] {79d85419-66d2-470c-aa10-e95dff3e4e3b} TCPHandler: Processed in 0.001752075 sec. 2025.06.30 14:53:52.174389 [ 36 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.174418 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.174486 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.174510 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:53:52.174587 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.174616 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.174631 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:52.174652 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 835 rows starting from the beginning of the part 2025.06.30 14:53:52.174719 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 683 rows starting from the beginning of the part 2025.06.30 14:53:52.174768 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 75 rows starting from the beginning of the part 2025.06.30 14:53:52.174809 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 683 rows starting from the beginning of the part 2025.06.30 14:53:52.174850 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 74 rows starting from the beginning of the part 2025.06.30 14:53:52.174890 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 686 rows starting from the beginning of the part 2025.06.30 14:53:52.175094 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.175138 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.175497 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:53:52.175750 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.175888 [ 36 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2025.06.30 14:53:52.175889 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} executeQuery: Read 143 rows, 9.16 KiB in 0.001319 sec., 108415.46626231994 rows/sec., 6.78 MiB/sec. 2025.06.30 14:53:52.175934 [ 36 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.175955 [ 276 ] {d145d207-00e1-4f8d-8f41-c54c93e87914} TCPHandler: Processed in 0.00151831 sec. 2025.06.30 14:53:52.175961 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.176047 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2025.06.30 14:53:52.176077 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.176139 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.176168 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 182 rows starting from the beginning of the part 2025.06.30 14:53:52.176177 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.176215 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 139 rows starting from the beginning of the part 2025.06.30 14:53:52.176221 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:53:52.176267 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 11 rows starting from the beginning of the part 2025.06.30 14:53:52.176282 [ 196 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3036 rows, containing 5 columns (5 merged, 0 gathered) in 0.001810436 sec., 1676944.1173286436 rows/sec., 140.87 MiB/sec. 2025.06.30 14:53:52.176315 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 139 rows starting from the beginning of the part 2025.06.30 14:53:52.176361 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:52.176401 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 143 rows starting from the beginning of the part 2025.06.30 14:53:52.176503 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:53:52.176675 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.176718 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.176822 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.176925 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_91_18} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:53:52.177040 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.30 14:53:52.177199 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:53:52.177209 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 623 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192894 sec., 522259.312227239 rows/sec., 35.10 MiB/sec. 2025.06.30 14:53:52.177383 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2025.06.30 14:53:52.177449 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.177597 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. 2025.06.30 14:53:52.177640 [ 276 ] {8032b4af-d6a5-4ba1-b4b3-a86fd21ef66c} TCPHandler: Processed in 0.001612672 sec. 2025.06.30 14:53:52.177684 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.177763 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.177769 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_85_17} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2025.06.30 14:53:52.177864 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.177888 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:53:52.177909 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:53:52.178380 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.178422 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.178759 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:53:52.179009 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.179131 [ 36 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:53:52.179163 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} executeQuery: Read 112 rows, 6.53 KiB in 0.001314 sec., 85235.92085235921 rows/sec., 4.86 MiB/sec. 2025.06.30 14:53:52.179170 [ 36 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.179210 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.179218 [ 276 ] {09b02ff0-86e5-4be2-ada9-dcb5e34f696b} TCPHandler: Processed in 0.00150409 sec. 2025.06.30 14:53:52.179296 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:53:52.179351 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.179412 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.179448 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 124 rows starting from the beginning of the part 2025.06.30 14:53:52.179454 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:52.179501 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:52.179513 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part 2025.06.30 14:53:52.179565 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2025.06.30 14:53:52.179607 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part 2025.06.30 14:53:52.179647 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part 2025.06.30 14:53:52.179686 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part 2025.06.30 14:53:52.180195 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.180247 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.180544 [ 195 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001290445 sec., 452557.06364858634 rows/sec., 27.87 MiB/sec. 2025.06.30 14:53:52.180696 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:53:52.180704 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:53:52.181053 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.181071 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.181139 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_26_5} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:53:52.181217 [ 36 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:53:52.181234 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} executeQuery: Read 419 rows, 30.57 KiB in 0.001799 sec., 232907.1706503613 rows/sec., 16.59 MiB/sec. 2025.06.30 14:53:52.181239 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:53:52.181254 [ 36 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.181285 [ 276 ] {3fdef05a-70a9-4bc3-8792-aaafaff3b311} TCPHandler: Processed in 0.001986069 sec. 2025.06.30 14:53:52.181296 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.181380 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:53:52.181411 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.181481 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.181513 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 500 rows starting from the beginning of the part 2025.06.30 14:53:52.181513 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:53:52.181566 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 415 rows starting from the beginning of the part 2025.06.30 14:53:52.181568 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:53:52.181618 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 75 rows starting from the beginning of the part 2025.06.30 14:53:52.181662 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 415 rows starting from the beginning of the part 2025.06.30 14:53:52.181702 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 73 rows starting from the beginning of the part 2025.06.30 14:53:52.181743 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 419 rows starting from the beginning of the part 2025.06.30 14:53:52.181934 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.181976 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.182310 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.30 14:53:52.182538 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.182677 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} executeQuery: Read 6 rows, 321.00 B in 0.001184 sec., 5067.5675675675675 rows/sec., 264.76 KiB/sec. 2025.06.30 14:53:52.182717 [ 276 ] {d337f5b4-d0cc-4e4c-9e13-64380d5b5df6} TCPHandler: Processed in 0.001357677 sec. 2025.06.30 14:53:52.182823 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1897 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147838 sec., 1283161.298177735 rows/sec., 97.58 MiB/sec. 2025.06.30 14:53:52.182831 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.182947 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.182969 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:53:52.182995 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:52.183220 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.183293 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_91_18} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:53:52.183361 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:53:52.183444 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.183485 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.183836 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:53:52.184046 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.184169 [ 36 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:53:52.184182 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} executeQuery: Read 239 rows, 16.41 KiB in 0.001254 sec., 190590.11164274323 rows/sec., 12.78 MiB/sec. 2025.06.30 14:53:52.184208 [ 36 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.184230 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.184231 [ 276 ] {c36f42bf-8566-4513-a85c-a8b6f2b01412} TCPHandler: Processed in 0.001451619 sec. 2025.06.30 14:53:52.184308 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:53:52.184358 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.184413 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.184447 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 12805 rows starting from the beginning of the part 2025.06.30 14:53:52.184458 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.184503 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part 2025.06.30 14:53:52.184506 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:53:52.184557 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part 2025.06.30 14:53:52.184607 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part 2025.06.30 14:53:52.184648 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.06.30 14:53:52.184689 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 239 rows starting from the beginning of the part 2025.06.30 14:53:52.184848 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.184891 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.185233 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:53:52.185448 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.185579 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} executeQuery: Read 1 rows, 69.00 B in 0.00114 sec., 877.1929824561404 rows/sec., 59.11 KiB/sec. 2025.06.30 14:53:52.185618 [ 276 ] {57e45276-3b33-4ef1-af1b-d95c0a8715f9} TCPHandler: Processed in 0.001311647 sec. 2025.06.30 14:53:52.185726 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.185822 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.185877 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:52.186750 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.186787 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.187359 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:53:52.187586 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.187733 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} executeQuery: Read 33 rows, 60.55 KiB in 0.001928 sec., 17116.182572614107 rows/sec., 30.67 MiB/sec. 2025.06.30 14:53:52.187808 [ 276 ] {dc64c82c-808e-4d23-8083-207ddf5b6f8f} TCPHandler: Processed in 0.002130752 sec. 2025.06.30 14:53:52.187919 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:52.188015 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:52.188058 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:52.188388 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.188423 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.188673 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 13839 rows, containing 5 columns (5 merged, 0 gathered) in 0.004397587 sec., 3146953.0904107187 rows/sec., 218.21 MiB/sec. 2025.06.30 14:53:52.188741 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:53:52.188960 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.189076 [ 36 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:53:52.189092 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} executeQuery: Read 82 rows, 5.33 KiB in 0.001095 sec., 74885.84474885845 rows/sec., 4.76 MiB/sec. 2025.06.30 14:53:52.189109 [ 36 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.189125 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:53:52.189135 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.189137 [ 276 ] {b3161e1b-9efe-437f-9c29-7bc8d0737a45} TCPHandler: Processed in 0.001267995 sec. 2025.06.30 14:53:52.189211 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:52.189316 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:52.189344 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4508 rows starting from the beginning of the part 2025.06.30 14:53:52.189397 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part 2025.06.30 14:53:52.189417 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.189440 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:52.189480 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part 2025.06.30 14:53:52.189507 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_91_18} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:53:52.189518 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:53:52.189557 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part 2025.06.30 14:53:52.189615 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2025.06.30 14:53:52.191235 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4874 rows, containing 4 columns (4 merged, 0 gathered) in 0.00205701 sec., 2369458.5830890466 rows/sec., 155.85 MiB/sec. 2025.06.30 14:53:52.191568 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:53:52.191870 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.191955 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_91_18} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:53:52.192035 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.06.30 14:53:52.840824 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.06.30 14:53:52.858120 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:52.858189 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:52.864610 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:53:52.865625 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:52.870298 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.06.30 14:53:57.162035 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:57.162256 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:53:57.162332 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:53:57.163035 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.163078 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.163487 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:53:57.163725 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.163891 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} executeQuery: Read 74 rows, 6.10 KiB in 0.001691 sec., 43761.08811354228 rows/sec., 3.52 MiB/sec. 2025.06.30 14:53:57.163939 [ 276 ] {64fd6090-29d9-4222-aca4-f82cb21ef812} TCPHandler: Processed in 0.002046721 sec. 2025.06.30 14:53:57.164064 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:57.164171 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:53:57.164215 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:53:57.164638 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.164674 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.164988 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:53:57.165200 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.165337 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} executeQuery: Read 9 rows, 693.00 B in 0.00119 sec., 7563.0252100840335 rows/sec., 568.70 KiB/sec. 2025.06.30 14:53:57.165376 [ 276 ] {c1345bb6-8516-49b4-b8dc-7e2b02a80fc9} TCPHandler: Processed in 0.001364867 sec. 2025.06.30 14:53:57.165482 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:57.165580 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:53:57.165621 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:53:57.166054 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.166090 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.166397 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:53:57.166613 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.166744 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} executeQuery: Read 73 rows, 5.84 KiB in 0.001184 sec., 61655.40540540541 rows/sec., 4.81 MiB/sec. 2025.06.30 14:53:57.166783 [ 276 ] {9bc0a6c9-b559-420c-bb97-78f57d990489} TCPHandler: Processed in 0.001352407 sec. 2025.06.30 14:53:57.166892 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:57.166988 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:57.167032 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:53:57.167448 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.167484 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.167811 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:53:57.168017 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.168149 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} executeQuery: Read 160 rows, 11.41 KiB in 0.001179 sec., 135708.22731128076 rows/sec., 9.45 MiB/sec. 2025.06.30 14:53:57.168187 [ 276 ] {be613cd0-8cc1-41f6-9505-3c7b90ab3597} TCPHandler: Processed in 0.001344347 sec. 2025.06.30 14:53:57.168308 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:57.168431 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:53:57.168497 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:53:57.169390 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.169435 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.169965 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:53:57.170189 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.170317 [ 30 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:53:57.170327 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} executeQuery: Read 9 rows, 16.51 KiB in 0.001921 sec., 4685.0598646538265 rows/sec., 8.40 MiB/sec. 2025.06.30 14:53:57.170393 [ 30 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.170419 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.170423 [ 276 ] {7e479751-2a70-4b8d-baec-d6a4efdc5b7b} TCPHandler: Processed in 0.002177163 sec. 2025.06.30 14:53:57.170545 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:53:57.170547 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:53:57.170641 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:53:57.170688 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:53:57.170848 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:53:57.170927 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1701 rows starting from the beginning of the part 2025.06.30 14:53:57.171018 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:57.171060 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:57.171086 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:57.171220 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:57.171334 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:57.171399 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:53:57.171443 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part 2025.06.30 14:53:57.171558 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 9 rows starting from the beginning of the part 2025.06.30 14:53:57.171642 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.171785 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} executeQuery: Read 60 rows, 4.14 KiB in 0.001162 sec., 51635.11187607573 rows/sec., 3.48 MiB/sec. 2025.06.30 14:53:57.171822 [ 276 ] {5060f80c-381a-4607-96ea-5a417c3e076b} TCPHandler: Processed in 0.001327496 sec. 2025.06.30 14:53:57.184326 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 19 columns (19 merged, 0 gathered) in 0.013840906 sec., 129615.79249219668 rows/sec., 232.27 MiB/sec. 2025.06.30 14:53:57.185843 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:53:57.186192 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:57.186272 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_86_17} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:53:57.186402 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.14 MiB. 2025.06.30 14:53:58.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 319.75 MiB, peak 336.83 MiB, free memory in arenas 0.00 B, will set to 324.63 MiB (RSS), difference: 4.89 MiB 2025.06.30 14:53:58.573357 [ 31 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:53:58.573440 [ 31 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:53:58.729776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 2025.06.30 14:53:58.730348 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:58.730395 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:58.730901 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:53:58.731129 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:58.731264 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 2025.06.30 14:53:58.819461 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1580 2025.06.30 14:53:58.822010 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:53:58.822059 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:53:58.823300 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:53:58.823581 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:53:58.823958 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1580 2025.06.30 14:53:59.001177 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000817796 sec. 2025.06.30 14:54:00.370406 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.06.30 14:54:00.388393 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:00.388440 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:00.394611 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:54:00.395329 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:00.398502 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.06.30 14:54:02.168840 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.169052 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.169129 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:54:02.170040 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.170092 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.170505 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:54:02.170737 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.170905 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} executeQuery: Read 212 rows, 13.81 KiB in 0.001909 sec., 111052.9072812991 rows/sec., 7.06 MiB/sec. 2025.06.30 14:54:02.170958 [ 276 ] {dca874b7-3c4a-4bff-b0b2-ec6c04cd302e} TCPHandler: Processed in 0.002281546 sec. 2025.06.30 14:54:02.171085 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.171191 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:02.171236 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:02.172004 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.172042 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.172426 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:54:02.172645 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.172782 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} executeQuery: Read 683 rows, 55.64 KiB in 0.001616 sec., 422648.51485148515 rows/sec., 33.63 MiB/sec. 2025.06.30 14:54:02.172821 [ 276 ] {1af25ef4-5567-48ec-83d1-2222647ef930} TCPHandler: Processed in 0.001790966 sec. 2025.06.30 14:54:02.172935 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.173035 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.173077 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:02.173534 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.173571 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.173876 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:54:02.174081 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.174212 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} executeQuery: Read 139 rows, 8.87 KiB in 0.001198 sec., 116026.71118530884 rows/sec., 7.23 MiB/sec. 2025.06.30 14:54:02.174250 [ 276 ] {2022bdd0-930e-440e-a73f-c0a648d541ea} TCPHandler: Processed in 0.001365827 sec. 2025.06.30 14:54:02.174360 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.174457 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.174498 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:54:02.174935 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.174970 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.175270 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:54:02.175487 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.175617 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} executeQuery: Read 113 rows, 7.49 KiB in 0.001179 sec., 95843.93553859204 rows/sec., 6.20 MiB/sec. 2025.06.30 14:54:02.175655 [ 276 ] {90cd3397-8f07-4b35-9732-de08f14053bd} TCPHandler: Processed in 0.001344516 sec. 2025.06.30 14:54:02.175774 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.175870 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.175910 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:54:02.176348 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.176384 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.176686 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:54:02.176902 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.177031 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} executeQuery: Read 112 rows, 6.53 KiB in 0.001179 sec., 94995.75911789652 rows/sec., 5.41 MiB/sec. 2025.06.30 14:54:02.177068 [ 276 ] {67d50710-1949-4c70-960a-987e14f1b72b} TCPHandler: Processed in 0.001343337 sec. 2025.06.30 14:54:02.177181 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.177277 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:02.177318 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:02.177873 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.177909 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.178244 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:54:02.178462 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.178592 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} executeQuery: Read 415 rows, 30.23 KiB in 0.001333 sec., 311327.8319579895 rows/sec., 22.14 MiB/sec. 2025.06.30 14:54:02.178630 [ 276 ] {00dadd76-50d6-481c-a741-69b5fd087727} TCPHandler: Processed in 0.00149911 sec. 2025.06.30 14:54:02.178740 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.178836 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:54:02.178878 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:54:02.179208 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.179243 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.179545 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.30 14:54:02.179751 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.179878 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.06.30 14:54:02.179916 [ 276 ] {6ba2c0e9-5372-4564-9cdd-bf6b74f71b84} TCPHandler: Processed in 0.001225494 sec. 2025.06.30 14:54:02.180016 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.180111 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.180156 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:02.180583 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.180619 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.180961 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:54:02.181185 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.181319 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} executeQuery: Read 237 rows, 16.27 KiB in 0.001227 sec., 193154.03422982886 rows/sec., 12.95 MiB/sec. 2025.06.30 14:54:02.181357 [ 276 ] {e59cbe5c-1567-4969-ba7d-f79173e2c19b} TCPHandler: Processed in 0.001391088 sec. 2025.06.30 14:54:02.181468 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.181563 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.181605 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:54:02.181911 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.181948 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.182238 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:54:02.182441 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.182571 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.06.30 14:54:02.182607 [ 276 ] {f335bce3-b7de-4734-b716-5520b0804e31} TCPHandler: Processed in 0.001188414 sec. 2025.06.30 14:54:02.182728 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.182823 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.182878 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:02.183739 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.183775 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.184323 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:54:02.184554 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.184694 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} executeQuery: Read 33 rows, 60.55 KiB in 0.001889 sec., 17469.560614081525 rows/sec., 31.30 MiB/sec. 2025.06.30 14:54:02.184767 [ 276 ] {937c69b8-f560-4213-aa6b-243cf5e10074} TCPHandler: Processed in 0.002088041 sec. 2025.06.30 14:54:02.184888 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:02.184984 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:02.185026 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:02.185371 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:02.185407 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:02.185715 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:54:02.185934 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:02.186063 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} executeQuery: Read 82 rows, 5.33 KiB in 0.001097 sec., 74749.3163172288 rows/sec., 4.75 MiB/sec. 2025.06.30 14:54:02.186099 [ 276 ] {bf2546b3-78c9-426d-acf4-4f74c66eb588} TCPHandler: Processed in 0.001261286 sec. 2025.06.30 14:54:06.231394 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 2025.06.30 14:54:06.232260 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:06.232300 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:06.232795 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:54:06.233031 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:06.233177 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 2025.06.30 14:54:07.161924 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.162206 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:54:07.162309 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:54:07.163145 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.163183 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.163566 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:54:07.163807 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.163963 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} executeQuery: Read 8 rows, 668.00 B in 0.001837 sec., 4354.926510615133 rows/sec., 355.11 KiB/sec. 2025.06.30 14:54:07.164005 [ 276 ] {0a56805f-be40-4211-958e-1a82a993005c} TCPHandler: Processed in 0.002269266 sec. 2025.06.30 14:54:07.164128 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.164225 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:07.164266 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:07.164686 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.164720 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.165045 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:54:07.165253 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.165383 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} executeQuery: Read 78 rows, 6.39 KiB in 0.001176 sec., 66326.5306122449 rows/sec., 5.31 MiB/sec. 2025.06.30 14:54:07.165421 [ 276 ] {19da2611-f235-44eb-8916-f267a06108eb} TCPHandler: Processed in 0.001344487 sec. 2025.06.30 14:54:07.165533 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.165628 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:07.165668 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:07.166060 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.166096 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.166397 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:54:07.166608 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.166739 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} executeQuery: Read 17 rows, 1.24 KiB in 0.001129 sec., 15057.573073516385 rows/sec., 1.07 MiB/sec. 2025.06.30 14:54:07.166776 [ 276 ] {dd8c3378-c63c-4ec6-a2be-40e0384c771e} TCPHandler: Processed in 0.001293376 sec. 2025.06.30 14:54:07.166877 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.166971 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:07.167012 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:07.167423 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.167460 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.167770 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:54:07.167971 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.168099 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} executeQuery: Read 81 rows, 6.49 KiB in 0.001145 sec., 70742.35807860263 rows/sec., 5.53 MiB/sec. 2025.06.30 14:54:07.168136 [ 276 ] {ea625698-d829-45ad-80a2-133861a43dc2} TCPHandler: Processed in 0.001308946 sec. 2025.06.30 14:54:07.168245 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.168340 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:07.168384 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:07.168796 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.168831 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.169162 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:54:07.169379 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.169507 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} executeQuery: Read 164 rows, 11.69 KiB in 0.001185 sec., 138396.62447257384 rows/sec., 9.64 MiB/sec. 2025.06.30 14:54:07.169544 [ 276 ] {cb7fcf10-f7aa-4913-843b-5a1c13392462} TCPHandler: Processed in 0.001348777 sec. 2025.06.30 14:54:07.169644 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.169739 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:07.169795 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:07.170548 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.170585 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.171090 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:54:07.171312 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.171448 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} executeQuery: Read 9 rows, 16.51 KiB in 0.001727 sec., 5211.349160393746 rows/sec., 9.34 MiB/sec. 2025.06.30 14:54:07.171503 [ 276 ] {fa8c90db-12d3-43e2-88ef-50909458faf5} TCPHandler: Processed in 0.001907498 sec. 2025.06.30 14:54:07.171618 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:07.171715 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:07.171757 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:07.172086 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.172122 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.172439 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:54:07.172644 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.172771 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.06.30 14:54:07.172807 [ 276 ] {87a2ce2f-4f67-4447-8b8f-692bcabc5f25} TCPHandler: Processed in 0.001239805 sec. 2025.06.30 14:54:07.898546 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.06.30 14:54:07.915836 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:07.915901 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:07.922155 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:54:07.922823 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:07.925879 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.06.30 14:54:08.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.68 MiB, peak 336.83 MiB, free memory in arenas 0.00 B, will set to 324.64 MiB (RSS), difference: -1.03 MiB 2025.06.30 14:54:08.825113 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1616 2025.06.30 14:54:08.827478 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:08.827521 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:08.828693 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:54:08.828949 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:08.829204 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1616 2025.06.30 14:54:12.169653 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.169877 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.169945 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:54:12.170690 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.170737 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.171135 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:54:12.171368 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.171520 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} executeQuery: Read 212 rows, 13.81 KiB in 0.001695 sec., 125073.74631268438 rows/sec., 7.95 MiB/sec. 2025.06.30 14:54:12.171563 [ 276 ] {0ab84446-d25b-4e36-958e-115408bda9c6} TCPHandler: Processed in 0.002044241 sec. 2025.06.30 14:54:12.171683 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.171804 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:12.171846 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:12.172584 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.172622 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.172973 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:54:12.173189 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.173319 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} executeQuery: Read 683 rows, 55.64 KiB in 0.001534 sec., 445241.1994784876 rows/sec., 35.42 MiB/sec. 2025.06.30 14:54:12.173357 [ 276 ] {42a60a3a-f054-4630-8977-a61b1e87f893} TCPHandler: Processed in 0.001724604 sec. 2025.06.30 14:54:12.173472 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.173566 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.173607 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:12.174074 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.174114 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.174459 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:54:12.174665 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.174794 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} executeQuery: Read 139 rows, 8.87 KiB in 0.001246 sec., 111556.9823434992 rows/sec., 6.95 MiB/sec. 2025.06.30 14:54:12.174832 [ 276 ] {fc7546fd-c5f4-44ae-9037-870b0f498883} TCPHandler: Processed in 0.001410138 sec. 2025.06.30 14:54:12.174952 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.175047 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.175087 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:54:12.175512 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.175549 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.175843 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:54:12.176044 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.176173 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} executeQuery: Read 113 rows, 7.49 KiB in 0.001144 sec., 98776.22377622378 rows/sec., 6.39 MiB/sec. 2025.06.30 14:54:12.176211 [ 276 ] {bef3c620-14de-432f-aec7-b4d90effb5ac} TCPHandler: Processed in 0.001307746 sec. 2025.06.30 14:54:12.176323 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.176418 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.176457 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:54:12.176877 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.176914 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.177226 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:54:12.177437 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.177562 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} executeQuery: Read 112 rows, 6.53 KiB in 0.001162 sec., 96385.5421686747 rows/sec., 5.49 MiB/sec. 2025.06.30 14:54:12.177599 [ 276 ] {84e4a8da-bc5a-49e4-9f8e-fabc05096909} TCPHandler: Processed in 0.001325556 sec. 2025.06.30 14:54:12.177711 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.177805 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:12.177845 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:12.178393 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.178429 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.178742 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:54:12.178956 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.179084 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} executeQuery: Read 415 rows, 30.23 KiB in 0.001297 sec., 319969.1595990748 rows/sec., 22.76 MiB/sec. 2025.06.30 14:54:12.179127 [ 276 ] {3ca8be78-88a7-4a82-8ead-df7ee96e7610} TCPHandler: Processed in 0.001466249 sec. 2025.06.30 14:54:12.179239 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.179334 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:54:12.179375 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:54:12.179729 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.179766 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.180066 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.30 14:54:12.180305 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.180414 [ 142 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.06.30 14:54:12.180436 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} executeQuery: Read 6 rows, 321.00 B in 0.001121 sec., 5352.3639607493305 rows/sec., 279.64 KiB/sec. 2025.06.30 14:54:12.180482 [ 142 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.180491 [ 276 ] {1a56ccf1-b142-4f6a-8a7f-77d896aa3d5e} TCPHandler: Processed in 0.001301426 sec. 2025.06.30 14:54:12.180512 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.180605 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.180608 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.06.30 14:54:12.180704 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.180714 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:12.180744 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2025.06.30 14:54:12.180747 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:12.180799 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.06.30 14:54:12.180845 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.06.30 14:54:12.180884 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.06.30 14:54:12.180925 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.06.30 14:54:12.180964 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.06.30 14:54:12.181212 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.181247 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.181587 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:54:12.181705 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001137743 sec., 131839.96737400274 rows/sec., 6.73 MiB/sec. 2025.06.30 14:54:12.181800 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.181813 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.06.30 14:54:12.181932 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} executeQuery: Read 237 rows, 16.27 KiB in 0.001247 sec., 190056.134723336 rows/sec., 12.74 MiB/sec. 2025.06.30 14:54:12.181969 [ 276 ] {5676a11f-818e-4f5b-9548-32fb4065b967} TCPHandler: Processed in 0.001412028 sec. 2025.06.30 14:54:12.182056 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.182083 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.182120 [ 193 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_25_5} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.06.30 14:54:12.182178 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.182187 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.30 14:54:12.182228 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:54:12.182542 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.182579 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.182860 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:54:12.183061 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.183168 [ 142 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.30 14:54:12.183190 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2025.06.30 14:54:12.183199 [ 142 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.183230 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.183233 [ 276 ] {e2e9bdce-a269-40dd-8dc4-5250d3b98ed7} TCPHandler: Processed in 0.001199634 sec. 2025.06.30 14:54:12.183307 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:54:12.183351 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.183401 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:12.183426 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part 2025.06.30 14:54:12.183445 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.183473 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.06.30 14:54:12.183499 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:12.183511 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.06.30 14:54:12.183547 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.06.30 14:54:12.183581 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.06.30 14:54:12.183615 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2025.06.30 14:54:12.184235 [ 201 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.000959939 sec., 27085.054362829305 rows/sec., 1.78 MiB/sec. 2025.06.30 14:54:12.184331 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.184369 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.184396 [ 194 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.30 14:54:12.184742 [ 194 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.184821 [ 194 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_26_5} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.30 14:54:12.184923 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:54:12.184967 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:54:12.185201 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.185341 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} executeQuery: Read 33 rows, 60.55 KiB in 0.001913 sec., 17250.39205436487 rows/sec., 30.91 MiB/sec. 2025.06.30 14:54:12.185405 [ 276 ] {b08c8ecf-535a-488b-9b41-ddac1411542f} TCPHandler: Processed in 0.002102692 sec. 2025.06.30 14:54:12.185519 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:12.185614 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:12.185657 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:12.185991 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:12.186028 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:12.186329 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:54:12.186536 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:12.186663 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} executeQuery: Read 82 rows, 5.33 KiB in 0.001068 sec., 76779.02621722847 rows/sec., 4.88 MiB/sec. 2025.06.30 14:54:12.186700 [ 276 ] {1eada284-7902-4d46-9961-0c93bf43146d} TCPHandler: Processed in 0.001230624 sec. 2025.06.30 14:54:13.573508 [ 150 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:54:13.573574 [ 150 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:54:13.734311 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 2025.06.30 14:54:13.734866 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:13.734905 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:13.735388 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:54:13.735625 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:13.735757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 2025.06.30 14:54:13.735760 [ 150 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:54:13.735823 [ 150 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:13.735843 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.30 14:54:13.735962 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:54:13.736117 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:13.736155 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part 2025.06.30 14:54:13.736218 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part 2025.06.30 14:54:13.736262 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part 2025.06.30 14:54:13.736303 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part 2025.06.30 14:54:13.736344 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part 2025.06.30 14:54:13.736384 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part 2025.06.30 14:54:13.738624 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002710054 sec., 11164353.18263031 rows/sec., 159.71 MiB/sec. 2025.06.30 14:54:13.739198 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:54:13.739529 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:13.739612 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_66_13} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:54:13.739737 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. 2025.06.30 14:54:15.426914 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.06.30 14:54:15.446002 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:15.446063 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:15.452070 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:54:15.452756 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:15.453062 [ 146 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:54:15.453142 [ 146 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:15.453166 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:15.453294 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.456586 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.06.30 14:54:15.457107 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:15.458559 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.463255 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.467876 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.472702 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.477302 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.481138 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:15.536625 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.083387063 sec., 5960.157152914716 rows/sec., 30.82 MiB/sec. 2025.06.30 14:54:15.540224 [ 196 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:54:15.542381 [ 196 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_66_13} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:15.542503 [ 196 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_66_13} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:54:15.544754 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.06.30 14:54:16.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.73 MiB, peak 339.46 MiB, free memory in arenas 0.00 B, will set to 327.13 MiB (RSS), difference: 1.40 MiB 2025.06.30 14:54:17.161747 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:17.161947 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:17.162017 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:17.162691 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.162735 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.163117 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:54:17.163345 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.163495 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} executeQuery: Read 74 rows, 6.10 KiB in 0.001604 sec., 46134.663341645886 rows/sec., 3.71 MiB/sec. 2025.06.30 14:54:17.163491 [ 127 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:54:17.163538 [ 276 ] {1e2e40d7-59de-4625-aa70-f65b4d89681e} TCPHandler: Processed in 0.001926989 sec. 2025.06.30 14:54:17.163572 [ 127 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.163597 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.163675 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:17.163702 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:54:17.163776 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:17.163820 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:17.163834 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:17.163875 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 835 rows starting from the beginning of the part 2025.06.30 14:54:17.163950 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 74 rows starting from the beginning of the part 2025.06.30 14:54:17.164003 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 683 rows starting from the beginning of the part 2025.06.30 14:54:17.164050 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 78 rows starting from the beginning of the part 2025.06.30 14:54:17.164094 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 683 rows starting from the beginning of the part 2025.06.30 14:54:17.164140 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 74 rows starting from the beginning of the part 2025.06.30 14:54:17.164225 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.164267 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.164925 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:54:17.165157 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.165274 [ 127 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2025.06.30 14:54:17.165286 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} executeQuery: Read 9 rows, 693.00 B in 0.001528 sec., 5890.052356020942 rows/sec., 442.90 KiB/sec. 2025.06.30 14:54:17.165312 [ 127 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.165335 [ 276 ] {0d64553c-9922-45f1-a9ee-a43998d91fad} TCPHandler: Processed in 0.001709214 sec. 2025.06.30 14:54:17.165335 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.165431 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2025.06.30 14:54:17.165458 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:17.165520 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:17.165542 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.001883398 sec., 1288628.319664776 rows/sec., 108.48 MiB/sec. 2025.06.30 14:54:17.165548 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 182 rows starting from the beginning of the part 2025.06.30 14:54:17.165554 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:17.165655 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:17.165658 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:17.165707 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 139 rows starting from the beginning of the part 2025.06.30 14:54:17.165747 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 17 rows starting from the beginning of the part 2025.06.30 14:54:17.165780 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:54:17.165786 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 139 rows starting from the beginning of the part 2025.06.30 14:54:17.165840 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:17.166094 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.166110 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.166133 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.166199 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_96_19} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:54:17.166290 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.30 14:54:17.166455 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:54:17.166635 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001238634 sec., 399633.79012686556 rows/sec., 27.05 MiB/sec. 2025.06.30 14:54:17.166677 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.166793 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2025.06.30 14:54:17.166819 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} executeQuery: Read 73 rows, 5.84 KiB in 0.001284 sec., 56853.58255451713 rows/sec., 4.44 MiB/sec. 2025.06.30 14:54:17.166822 [ 143 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:54:17.166863 [ 276 ] {95717794-4919-45c2-9682-0eadcedf1b19} TCPHandler: Processed in 0.001453419 sec. 2025.06.30 14:54:17.166881 [ 143 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.166913 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.166991 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:17.167002 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:54:17.167059 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.167095 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:17.167127 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:17.167136 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_90_18} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2025.06.30 14:54:17.167143 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:17.167167 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 500 rows starting from the beginning of the part 2025.06.30 14:54:17.167239 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 73 rows starting from the beginning of the part 2025.06.30 14:54:17.167241 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:54:17.167283 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 415 rows starting from the beginning of the part 2025.06.30 14:54:17.167330 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 81 rows starting from the beginning of the part 2025.06.30 14:54:17.167367 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 415 rows starting from the beginning of the part 2025.06.30 14:54:17.167404 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 73 rows starting from the beginning of the part 2025.06.30 14:54:17.167596 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.167636 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.167980 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:54:17.168216 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.168334 [ 143 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:54:17.168351 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2025.06.30 14:54:17.168374 [ 143 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.168397 [ 276 ] {fbeaee52-705e-438a-8bcd-4830d800190f} TCPHandler: Processed in 0.001453749 sec. 2025.06.30 14:54:17.168400 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.168435 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1557 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468899 sec., 1059977.5750408978 rows/sec., 81.21 MiB/sec. 2025.06.30 14:54:17.168538 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:54:17.168589 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:54:17.168537 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:17.168730 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:17.168743 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:17.168781 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 13839 rows starting from the beginning of the part 2025.06.30 14:54:17.168823 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:17.168861 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.168865 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:54:17.168938 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part 2025.06.30 14:54:17.168940 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_96_19} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:54:17.168992 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 164 rows starting from the beginning of the part 2025.06.30 14:54:17.169047 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part 2025.06.30 14:54:17.169054 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.06.30 14:54:17.169102 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:54:17.169687 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.169730 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.170464 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:54:17.170755 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.170930 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} executeQuery: Read 9 rows, 16.51 KiB in 0.002211 sec., 4070.55630936228 rows/sec., 7.29 MiB/sec. 2025.06.30 14:54:17.170996 [ 276 ] {15a62244-cef0-483a-9590-ae72066066a5} TCPHandler: Processed in 0.002522431 sec. 2025.06.30 14:54:17.171125 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:17.171223 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:17.171267 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:17.171615 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.171651 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.172091 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:54:17.172329 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.172439 [ 143 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:54:17.172459 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} executeQuery: Read 60 rows, 4.14 KiB in 0.001255 sec., 47808.764940239045 rows/sec., 3.22 MiB/sec. 2025.06.30 14:54:17.172476 [ 143 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:17.172500 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:17.172503 [ 276 ] {6d2cd393-f30f-41c7-9b84-edf76818ab43} TCPHandler: Processed in 0.001439079 sec. 2025.06.30 14:54:17.172576 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:54:17.172676 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:17.172701 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4874 rows starting from the beginning of the part 2025.06.30 14:54:17.172746 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:54:17.172782 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part 2025.06.30 14:54:17.172815 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2025.06.30 14:54:17.172848 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part 2025.06.30 14:54:17.172884 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:54:17.174772 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 14797 rows, containing 5 columns (5 merged, 0 gathered) in 0.006290256 sec., 2352368.488659285 rows/sec., 162.96 MiB/sec. 2025.06.30 14:54:17.175067 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5218 rows, containing 4 columns (4 merged, 0 gathered) in 0.002523141 sec., 2068057.2350098547 rows/sec., 135.99 MiB/sec. 2025.06.30 14:54:17.175164 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:54:17.175445 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.175523 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_96_19} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:54:17.175582 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:54:17.175602 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. 2025.06.30 14:54:17.175846 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:17.175921 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_96_19} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:54:17.176013 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2025.06.30 14:54:18.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 327.72 MiB, peak 339.46 MiB, free memory in arenas 0.00 B, will set to 329.89 MiB (RSS), difference: 2.18 MiB 2025.06.30 14:54:18.830362 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1650 2025.06.30 14:54:18.832775 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:18.832814 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:18.834040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:54:18.834330 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:18.834597 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1650 2025.06.30 14:54:21.235871 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 2025.06.30 14:54:21.236451 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:21.236494 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:21.236974 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:54:21.237195 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:21.237325 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 2025.06.30 14:54:22.170795 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.170997 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.171072 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:54:22.171879 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.171923 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.172343 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:54:22.172573 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.172735 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} executeQuery: Read 212 rows, 13.81 KiB in 0.001792 sec., 118303.57142857143 rows/sec., 7.52 MiB/sec. 2025.06.30 14:54:22.172787 [ 276 ] {fad1d0ec-eb72-4e3b-9f3a-01a981217993} TCPHandler: Processed in 0.002131842 sec. 2025.06.30 14:54:22.172908 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.173017 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:54:22.173063 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:54:22.173481 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.173516 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.173823 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:54:22.174029 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.174159 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} executeQuery: Read 6 rows, 501.00 B in 0.001167 sec., 5141.388174807198 rows/sec., 419.24 KiB/sec. 2025.06.30 14:54:22.174196 [ 276 ] {dd012b42-aff1-4dd2-8b73-2fdbca4cb518} TCPHandler: Processed in 0.001339496 sec. 2025.06.30 14:54:22.174303 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.174400 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:22.174439 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:22.175187 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.175221 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.175564 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:54:22.175778 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.175909 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} executeQuery: Read 686 rows, 55.86 KiB in 0.001528 sec., 448952.8795811518 rows/sec., 35.70 MiB/sec. 2025.06.30 14:54:22.175948 [ 276 ] {ed527534-91bd-4819-959f-0170fa27529c} TCPHandler: Processed in 0.001698804 sec. 2025.06.30 14:54:22.176063 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.176158 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.176197 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:22.176643 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.176677 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.177011 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:54:22.177233 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.177370 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} executeQuery: Read 145 rows, 9.29 KiB in 0.00123 sec., 117886.17886178862 rows/sec., 7.37 MiB/sec. 2025.06.30 14:54:22.177408 [ 276 ] {9332799d-90bb-4fa0-bea7-b22c1eadd2f0} TCPHandler: Processed in 0.001393307 sec. 2025.06.30 14:54:22.177521 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.177615 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.177655 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:54:22.178088 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.178122 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.178424 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:54:22.178634 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.178758 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} executeQuery: Read 113 rows, 7.49 KiB in 0.001161 sec., 97329.88802756245 rows/sec., 6.30 MiB/sec. 2025.06.30 14:54:22.178794 [ 276 ] {909d23d0-c188-4030-a458-cf15ac177f75} TCPHandler: Processed in 0.001320126 sec. 2025.06.30 14:54:22.178919 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.179013 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.179052 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:54:22.179492 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.179526 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.179821 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:54:22.180024 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.180146 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} executeQuery: Read 112 rows, 6.53 KiB in 0.00115 sec., 97391.3043478261 rows/sec., 5.55 MiB/sec. 2025.06.30 14:54:22.180182 [ 276 ] {61ae8b65-fcdd-47cf-bb99-e7ecdbbae49b} TCPHandler: Processed in 0.001317827 sec. 2025.06.30 14:54:22.180295 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.180388 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:22.180427 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:22.181037 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.181072 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.181402 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:54:22.181609 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.181734 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} executeQuery: Read 421 rows, 30.72 KiB in 0.001364 sec., 308651.0263929619 rows/sec., 21.99 MiB/sec. 2025.06.30 14:54:22.181771 [ 276 ] {d96d516d-85fe-433f-9f6a-a75809ae061b} TCPHandler: Processed in 0.00152312 sec. 2025.06.30 14:54:22.181882 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.181975 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:54:22.182016 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:54:22.182332 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.182365 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.182670 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.30 14:54:22.182876 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.183009 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} executeQuery: Read 6 rows, 321.00 B in 0.001051 sec., 5708.848715509039 rows/sec., 298.27 KiB/sec. 2025.06.30 14:54:22.183044 [ 276 ] {adac6c09-cb42-4410-aaa8-4d72560fd978} TCPHandler: Processed in 0.001209575 sec. 2025.06.30 14:54:22.183214 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.183314 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.183357 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:22.183783 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.183818 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.184154 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:54:22.184369 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.184491 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} executeQuery: Read 240 rows, 16.48 KiB in 0.001195 sec., 200836.820083682 rows/sec., 13.47 MiB/sec. 2025.06.30 14:54:22.184527 [ 276 ] {c1d85e8d-8a98-4fb4-a4f1-977851f0d76b} TCPHandler: Processed in 0.001361497 sec. 2025.06.30 14:54:22.184642 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.184735 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.184776 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:54:22.185102 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.185135 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.185423 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:54:22.185623 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.185746 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} executeQuery: Read 1 rows, 69.00 B in 0.001029 sec., 971.8172983479107 rows/sec., 65.48 KiB/sec. 2025.06.30 14:54:22.185781 [ 276 ] {2eed51a7-789d-4e1b-a987-6d523eefb3bb} TCPHandler: Processed in 0.001185803 sec. 2025.06.30 14:54:22.185888 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.185980 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.186035 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:22.186868 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.186903 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.187412 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:54:22.187637 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.187769 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} executeQuery: Read 33 rows, 60.55 KiB in 0.001807 sec., 18262.313226342005 rows/sec., 32.73 MiB/sec. 2025.06.30 14:54:22.187769 [ 129 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:54:22.187822 [ 129 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.187830 [ 276 ] {c98b522b-4373-4b99-b7f1-db4860a96e71} TCPHandler: Processed in 0.001988589 sec. 2025.06.30 14:54:22.187843 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.187949 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:22.187969 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:54:22.188042 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:22.188087 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:22.188230 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:22.188296 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1794 rows starting from the beginning of the part 2025.06.30 14:54:22.188417 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.188427 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 33 rows starting from the beginning of the part 2025.06.30 14:54:22.188458 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.188552 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:22.188659 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 33 rows starting from the beginning of the part 2025.06.30 14:54:22.188755 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:22.188772 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:54:22.188850 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 33 rows starting from the beginning of the part 2025.06.30 14:54:22.188998 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.189123 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} executeQuery: Read 82 rows, 5.33 KiB in 0.0011 sec., 74545.45454545454 rows/sec., 4.73 MiB/sec. 2025.06.30 14:54:22.189159 [ 276 ] {cbec1f53-1121-4556-9a4c-db943c8e6a33} TCPHandler: Processed in 0.001258226 sec. 2025.06.30 14:54:22.200623 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1911 rows, containing 19 columns (19 merged, 0 gathered) in 0.012708273 sec., 150374.48440083084 rows/sec., 269.46 MiB/sec. 2025.06.30 14:54:22.202855 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:54:22.203438 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.203569 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_91_18} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:54:22.203740 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.35 MiB. 2025.06.30 14:54:22.956649 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.06.30 14:54:22.972158 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:22.972214 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:22.978343 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:54:22.979048 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:22.981940 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.06.30 14:54:23.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 331.29 MiB, peak 348.10 MiB, free memory in arenas 0.00 B, will set to 337.89 MiB (RSS), difference: 6.61 MiB 2025.06.30 14:54:27.162722 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:27.163018 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:27.163116 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:27.163875 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:27.163914 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:27.164303 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:54:27.164521 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:27.164673 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} executeQuery: Read 74 rows, 6.10 KiB in 0.001731 sec., 42749.85557481225 rows/sec., 3.44 MiB/sec. 2025.06.30 14:54:27.164714 [ 276 ] {a4347eb9-36ad-43bd-92a2-51600ff45534} TCPHandler: Processed in 0.002168683 sec. 2025.06.30 14:54:27.164836 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:27.164930 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:27.164969 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:27.165352 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:27.165385 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:27.165671 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:54:27.165870 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:27.165995 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} executeQuery: Read 9 rows, 693.00 B in 0.001084 sec., 8302.58302583026 rows/sec., 624.32 KiB/sec. 2025.06.30 14:54:27.166031 [ 276 ] {43f92529-5dde-4a53-afd2-7d4301681445} TCPHandler: Processed in 0.001245054 sec. 2025.06.30 14:54:27.166126 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:27.166217 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:27.166254 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:27.166670 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:27.166703 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:27.166998 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:54:27.167215 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:27.167341 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} executeQuery: Read 73 rows, 5.84 KiB in 0.001141 sec., 63978.965819456615 rows/sec., 4.99 MiB/sec. 2025.06.30 14:54:27.167376 [ 276 ] {8879a93a-3627-4a57-8c70-84f5951e1303} TCPHandler: Processed in 0.001296796 sec. 2025.06.30 14:54:27.167479 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:27.167571 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:27.167613 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:27.168007 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:27.168042 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:27.168361 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:54:27.168566 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:27.168693 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2025.06.30 14:54:27.168729 [ 276 ] {374e3682-1d39-4506-ba25-6fb325ae7444} TCPHandler: Processed in 0.001296235 sec. 2025.06.30 14:54:27.168832 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:27.168936 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:27.168993 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:27.169772 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:27.169808 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:27.170353 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:54:27.170582 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:27.170722 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} executeQuery: Read 9 rows, 16.51 KiB in 0.001806 sec., 4983.388704318937 rows/sec., 8.93 MiB/sec. 2025.06.30 14:54:27.170776 [ 276 ] {9a9bc985-07f9-49b8-baf9-76b83425449e} TCPHandler: Processed in 0.001994729 sec. 2025.06.30 14:54:27.170889 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:27.170986 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:27.171028 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:27.171348 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:27.171382 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:27.171707 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:54:27.171925 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:27.172057 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.06.30 14:54:27.172092 [ 276 ] {f632144b-5c28-4bea-b02d-439ac09e593a} TCPHandler: Processed in 0.001253465 sec. 2025.06.30 14:54:28.573613 [ 139 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:54:28.573668 [ 139 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:54:28.737461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 2025.06.30 14:54:28.737977 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:28.738009 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:28.738494 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:54:28.738728 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:28.738857 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 2025.06.30 14:54:28.834753 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1686 2025.06.30 14:54:28.837218 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:28.837270 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:28.838640 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.30 14:54:28.838920 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:28.839328 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1686 2025.06.30 14:54:30.481999 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.06.30 14:54:30.499041 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:30.499112 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:30.505121 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:54:30.505811 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:30.509125 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.06.30 14:54:32.169839 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.170038 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.170115 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:54:32.170911 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.170962 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.171383 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:54:32.171623 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.171794 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} executeQuery: Read 212 rows, 13.81 KiB in 0.001809 sec., 117191.818684356 rows/sec., 7.45 MiB/sec. 2025.06.30 14:54:32.171848 [ 276 ] {f22f7a32-d161-47f5-a18d-e165b2f581b8} TCPHandler: Processed in 0.002161523 sec. 2025.06.30 14:54:32.171979 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.172085 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:32.172131 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:32.172890 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.172929 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.173282 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:54:32.173488 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.173624 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} executeQuery: Read 683 rows, 55.64 KiB in 0.001561 sec., 437540.03843689937 rows/sec., 34.81 MiB/sec. 2025.06.30 14:54:32.173664 [ 276 ] {0c33c093-e929-48f9-8d2d-48aef211c152} TCPHandler: Processed in 0.001739174 sec. 2025.06.30 14:54:32.173781 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.173880 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.173921 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:32.174379 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.174417 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.174726 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:54:32.174950 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.175083 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} executeQuery: Read 139 rows, 8.87 KiB in 0.001222 sec., 113747.95417348608 rows/sec., 7.09 MiB/sec. 2025.06.30 14:54:32.175124 [ 276 ] {265f6316-47c0-4c68-aaa0-42ca385f6bbc} TCPHandler: Processed in 0.001394887 sec. 2025.06.30 14:54:32.175239 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.175335 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.175376 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:54:32.175804 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.175841 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.176141 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:54:32.176355 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.176471 [ 124 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:54:32.176486 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} executeQuery: Read 113 rows, 7.49 KiB in 0.001168 sec., 96746.57534246576 rows/sec., 6.26 MiB/sec. 2025.06.30 14:54:32.176537 [ 124 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.176549 [ 276 ] {e98faf0c-3dd3-483a-a558-ea1126a94ba5} TCPHandler: Processed in 0.001361477 sec. 2025.06.30 14:54:32.176565 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.176663 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::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.06.30 14:54:32.176666 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.176763 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:32.176778 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.176793 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 138 rows starting from the beginning of the part 2025.06.30 14:54:32.176818 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:54:32.176858 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part 2025.06.30 14:54:32.176908 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part 2025.06.30 14:54:32.176952 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part 2025.06.30 14:54:32.176994 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part 2025.06.30 14:54:32.177031 [ 197 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part 2025.06.30 14:54:32.177272 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.177309 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.177624 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:54:32.177838 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.177845 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 5 columns (5 merged, 0 gathered) in 0.001221774 sec., 575392.8304252669 rows/sec., 39.80 MiB/sec. 2025.06.30 14:54:32.177969 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} executeQuery: Read 112 rows, 6.53 KiB in 0.00121 sec., 92561.98347107439 rows/sec., 5.27 MiB/sec. 2025.06.30 14:54:32.178015 [ 276 ] {2ff5c8dd-fe0d-4fea-bdae-707568bcafd8} TCPHandler: Processed in 0.001397778 sec. 2025.06.30 14:54:32.178052 [ 187 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:54:32.178139 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.178241 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:32.178284 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:32.178428 [ 187 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.178524 [ 187 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_31_6} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:54:32.178641 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.30 14:54:32.178842 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.178884 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.179209 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:54:32.179426 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.179558 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} executeQuery: Read 415 rows, 30.23 KiB in 0.001337 sec., 310396.40987284965 rows/sec., 22.08 MiB/sec. 2025.06.30 14:54:32.179598 [ 276 ] {8b7f2fa6-fd7f-460d-88b5-0b98ac082c01} TCPHandler: Processed in 0.00150961 sec. 2025.06.30 14:54:32.179714 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.179808 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:54:32.179850 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:54:32.180185 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.180222 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.180512 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.30 14:54:32.180723 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.180848 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.06.30 14:54:32.180883 [ 276 ] {55fae108-3ced-4e45-98ee-99fa24d0df1c} TCPHandler: Processed in 0.001220484 sec. 2025.06.30 14:54:32.180984 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.181077 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.181121 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:32.181513 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.181551 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.181872 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:54:32.182078 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.182209 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} executeQuery: Read 237 rows, 16.27 KiB in 0.001149 sec., 206266.31853785898 rows/sec., 13.83 MiB/sec. 2025.06.30 14:54:32.182247 [ 276 ] {558aa00e-887f-4b8e-b2f8-d21941ae334b} TCPHandler: Processed in 0.001311616 sec. 2025.06.30 14:54:32.182357 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.182450 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.182492 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:54:32.182802 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.182840 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.183129 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:54:32.183336 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.183470 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.06.30 14:54:32.183507 [ 276 ] {d19af6eb-d29e-4e2a-bc24-0939f0b07a4b} TCPHandler: Processed in 0.001199355 sec. 2025.06.30 14:54:32.183619 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.183713 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.183768 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:32.184595 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.184630 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.185180 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:54:32.185400 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.185541 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} executeQuery: Read 33 rows, 60.55 KiB in 0.001846 sec., 17876.489707475623 rows/sec., 32.03 MiB/sec. 2025.06.30 14:54:32.185595 [ 276 ] {c909c7e9-2669-47da-a72a-fac11d0895c8} TCPHandler: Processed in 0.00202611 sec. 2025.06.30 14:54:32.185720 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:32.185813 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:32.185855 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:32.186193 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:32.186231 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.30 14:54:32.186530 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:54:32.186746 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:32.186873 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} executeQuery: Read 82 rows, 5.33 KiB in 0.001078 sec., 76066.79035250464 rows/sec., 4.83 MiB/sec. 2025.06.30 14:54:32.186909 [ 276 ] {3045cd9c-cb54-4982-bdcf-34b310b02ccb} TCPHandler: Processed in 0.001238694 sec. 2025.06.30 14:54:36.238983 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 2025.06.30 14:54:36.239587 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:36.239631 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:36.240106 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:54:36.240325 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:36.240452 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 2025.06.30 14:54:37.161944 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.162230 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:54:37.162332 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:54:37.163169 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.163214 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.163584 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:54:37.163804 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.163957 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} executeQuery: Read 2 rows, 167.00 B in 0.001805 sec., 1108.03324099723 rows/sec., 90.35 KiB/sec. 2025.06.30 14:54:37.163999 [ 276 ] {e0f19143-cdc7-4f72-8578-8e54f9f19037} TCPHandler: Processed in 0.002239295 sec. 2025.06.30 14:54:37.164116 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.164210 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:37.164249 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:37.164728 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.164765 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.165088 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:54:37.165306 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.165433 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} executeQuery: Read 75 rows, 6.17 KiB in 0.001242 sec., 60386.473429951686 rows/sec., 4.85 MiB/sec. 2025.06.30 14:54:37.165469 [ 276 ] {aed09fdd-48a0-443c-ad5a-82f7084cae71} TCPHandler: Processed in 0.001402458 sec. 2025.06.30 14:54:37.165581 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.165676 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:37.165716 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:37.166110 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.166146 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.166437 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:54:37.166638 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.166765 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} executeQuery: Read 11 rows, 836.00 B in 0.001107 sec., 9936.76603432701 rows/sec., 737.49 KiB/sec. 2025.06.30 14:54:37.166801 [ 276 ] {4ea109e8-e0f3-4e39-92d4-abb275832d19} TCPHandler: Processed in 0.001268616 sec. 2025.06.30 14:54:37.166898 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.167017 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:37.167056 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:37.167469 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.167504 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.167802 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:54:37.168010 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.168134 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} executeQuery: Read 75 rows, 6.00 KiB in 0.001134 sec., 66137.56613756613 rows/sec., 5.17 MiB/sec. 2025.06.30 14:54:37.168170 [ 276 ] {f5c85692-b04b-4425-ad49-6998421eafb7} TCPHandler: Processed in 0.001319257 sec. 2025.06.30 14:54:37.168303 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.168397 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:37.168438 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:37.168874 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.168910 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.169244 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:54:37.169458 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.169586 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} executeQuery: Read 161 rows, 11.48 KiB in 0.001207 sec., 133388.56669428336 rows/sec., 9.29 MiB/sec. 2025.06.30 14:54:37.169622 [ 276 ] {4ce6ed02-0a8b-4346-b444-9d553d6fac96} TCPHandler: Processed in 0.001366728 sec. 2025.06.30 14:54:37.169721 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.169814 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:37.169868 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:37.170631 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.170667 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.171168 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:54:37.171385 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.171519 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} executeQuery: Read 9 rows, 16.51 KiB in 0.001723 sec., 5223.447475333721 rows/sec., 9.36 MiB/sec. 2025.06.30 14:54:37.171571 [ 276 ] {a9c33bfb-d987-4300-b007-624ca8447a0e} TCPHandler: Processed in 0.001897748 sec. 2025.06.30 14:54:37.171683 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:37.171776 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:37.171816 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:37.172146 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:37.172181 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:37.172475 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:54:37.172678 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:37.172803 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2025.06.30 14:54:37.172838 [ 276 ] {089796d6-09da-4bb3-88b4-346d1cce5490} TCPHandler: Processed in 0.001204134 sec. 2025.06.30 14:54:38.009192 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.06.30 14:54:38.026133 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:38.026203 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:38.032535 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:54:38.033219 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:38.036282 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.06.30 14:54:38.839581 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1722 2025.06.30 14:54:38.842137 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:38.842188 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:38.843419 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.30 14:54:38.843703 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:38.843847 [ 79 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.30 14:54:38.843885 [ 79 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:38.843903 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:38.843997 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:54:38.844092 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1722 2025.06.30 14:54:38.844515 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:38.844655 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1544 rows starting from the beginning of the part 2025.06.30 14:54:38.845028 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2025.06.30 14:54:38.845358 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:54:38.845697 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part 2025.06.30 14:54:38.846022 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part 2025.06.30 14:54:38.846339 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:54:38.853446 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1722 rows, containing 72 columns (72 merged, 0 gathered) in 0.009487499 sec., 181501.99541523008 rows/sec., 140.56 MiB/sec. 2025.06.30 14:54:38.855265 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.30 14:54:38.855890 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:38.855985 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_51_10} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.30 14:54:38.856338 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2025.06.30 14:54:42.169125 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.169433 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.169540 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:54:42.170506 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.170547 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.170953 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:54:42.171178 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.171313 [ 93 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:54:42.171342 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} executeQuery: Read 212 rows, 13.81 KiB in 0.001988 sec., 106639.83903420522 rows/sec., 6.78 MiB/sec. 2025.06.30 14:54:42.171356 [ 93 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.171381 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.171396 [ 276 ] {7f8076da-816d-46f3-8b38-2913bdeb7143} TCPHandler: Processed in 0.002454849 sec. 2025.06.30 14:54:42.171512 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:54:42.171523 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.171671 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.171673 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:42.171714 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 236 rows starting from the beginning of the part 2025.06.30 14:54:42.171738 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:42.171794 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part 2025.06.30 14:54:42.171853 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part 2025.06.30 14:54:42.171901 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2025.06.30 14:54:42.171941 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part 2025.06.30 14:54:42.171979 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part 2025.06.30 14:54:42.172491 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.172532 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.172903 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:54:42.172938 [ 186 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478919 sec., 876315.741430058 rows/sec., 59.39 MiB/sec. 2025.06.30 14:54:42.173148 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.173176 [ 195 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:54:42.173277 [ 93 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.30 14:54:42.173294 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} executeQuery: Read 683 rows, 55.64 KiB in 0.001646 sec., 414945.32199270965 rows/sec., 33.01 MiB/sec. 2025.06.30 14:54:42.173332 [ 93 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.173342 [ 276 ] {22f211bf-9aed-44ea-87b6-6860c1b3e90f} TCPHandler: Processed in 0.001872078 sec. 2025.06.30 14:54:42.173365 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.173447 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:54:42.173468 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.173553 [ 195 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.173568 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.173582 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.173611 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 835 rows starting from the beginning of the part 2025.06.30 14:54:42.173637 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:42.173663 [ 195 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_31_6} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:54:42.173671 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 686 rows starting from the beginning of the part 2025.06.30 14:54:42.173729 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 74 rows starting from the beginning of the part 2025.06.30 14:54:42.173770 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 683 rows starting from the beginning of the part 2025.06.30 14:54:42.173780 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.30 14:54:42.173810 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 75 rows starting from the beginning of the part 2025.06.30 14:54:42.173853 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 683 rows starting from the beginning of the part 2025.06.30 14:54:42.174124 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.174166 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.174488 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:54:42.174723 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.174855 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} executeQuery: Read 139 rows, 8.87 KiB in 0.001293 sec., 107501.93348801236 rows/sec., 6.70 MiB/sec. 2025.06.30 14:54:42.174869 [ 106 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2025.06.30 14:54:42.174894 [ 276 ] {e103ffcf-56c7-4d4e-a24d-0f03c855a052} TCPHandler: Processed in 0.001475279 sec. 2025.06.30 14:54:42.174925 [ 106 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.174954 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.175023 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.175032 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2025.06.30 14:54:42.175138 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.175147 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.175190 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:54:42.175195 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 182 rows starting from the beginning of the part 2025.06.30 14:54:42.175216 [ 191 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3036 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801006 sec., 1685724.5339549119 rows/sec., 141.60 MiB/sec. 2025.06.30 14:54:42.175275 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 145 rows starting from the beginning of the part 2025.06.30 14:54:42.175325 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:42.175366 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 139 rows starting from the beginning of the part 2025.06.30 14:54:42.175409 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 11 rows starting from the beginning of the part 2025.06.30 14:54:42.175442 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.30 14:54:42.175447 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 139 rows starting from the beginning of the part 2025.06.30 14:54:42.175644 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.175684 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.175796 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.175880 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_101_20} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.30 14:54:42.175977 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.30 14:54:42.176025 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:54:42.176264 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.176382 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383887 sec., 451626.4695022064 rows/sec., 30.35 MiB/sec. 2025.06.30 14:54:42.176395 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} executeQuery: Read 113 rows, 7.49 KiB in 0.001275 sec., 88627.45098039215 rows/sec., 5.74 MiB/sec. 2025.06.30 14:54:42.176433 [ 276 ] {32099b07-7b0f-4845-bfc7-e3b7cadfa855} TCPHandler: Processed in 0.001459879 sec. 2025.06.30 14:54:42.176524 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.06.30 14:54:42.176546 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.176646 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.176689 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:54:42.176794 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.176873 [ 198 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_95_19} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2025.06.30 14:54:42.176951 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:54:42.177114 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.177155 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.177473 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:54:42.177693 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.177811 [ 106 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:54:42.177822 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} executeQuery: Read 112 rows, 6.53 KiB in 0.001195 sec., 93723.84937238492 rows/sec., 5.34 MiB/sec. 2025.06.30 14:54:42.177845 [ 106 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.177869 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.177870 [ 276 ] {f57f285c-5504-4827-9af8-73110bcb56e0} TCPHandler: Processed in 0.001372108 sec. 2025.06.30 14:54:42.177946 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:54:42.177993 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.178041 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.178076 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 124 rows starting from the beginning of the part 2025.06.30 14:54:42.178093 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:42.178138 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part 2025.06.30 14:54:42.178139 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:42.178192 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part 2025.06.30 14:54:42.178239 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part 2025.06.30 14:54:42.178278 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part 2025.06.30 14:54:42.178318 [ 191 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part 2025.06.30 14:54:42.178711 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.178753 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.179102 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:54:42.179172 [ 198 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259535 sec., 543057.5569555431 rows/sec., 33.19 MiB/sec. 2025.06.30 14:54:42.179317 [ 193 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:54:42.179330 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.179453 [ 106 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.30 14:54:42.179464 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} executeQuery: Read 415 rows, 30.23 KiB in 0.001389 sec., 298776.097912167 rows/sec., 21.25 MiB/sec. 2025.06.30 14:54:42.179487 [ 106 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.179512 [ 276 ] {61e7d617-ab47-4c80-81e9-10388760e1ec} TCPHandler: Processed in 0.001567591 sec. 2025.06.30 14:54:42.179513 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.179597 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:54:42.179613 [ 193 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.179631 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.179691 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.179708 [ 193 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_31_6} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:54:42.179720 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 500 rows starting from the beginning of the part 2025.06.30 14:54:42.179730 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:54:42.179776 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 421 rows starting from the beginning of the part 2025.06.30 14:54:42.179783 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:54:42.179812 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:54:42.179824 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 73 rows starting from the beginning of the part 2025.06.30 14:54:42.179867 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 415 rows starting from the beginning of the part 2025.06.30 14:54:42.179899 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 75 rows starting from the beginning of the part 2025.06.30 14:54:42.179933 [ 191 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 415 rows starting from the beginning of the part 2025.06.30 14:54:42.180123 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.180166 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.180485 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.30 14:54:42.180702 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.180834 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2025.06.30 14:54:42.180870 [ 276 ] {b221146f-db5e-4280-b3bb-9152261b50c2} TCPHandler: Processed in 0.001288266 sec. 2025.06.30 14:54:42.180944 [ 192 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.001371997 sec., 1384113.8136599425 rows/sec., 105.26 MiB/sec. 2025.06.30 14:54:42.180975 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.181076 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.181123 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.30 14:54:42.181126 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:42.181404 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.181482 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_101_20} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.30 14:54:42.181552 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.181577 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:54:42.181589 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.181942 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:54:42.182156 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.182272 [ 106 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.30 14:54:42.182285 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} executeQuery: Read 237 rows, 16.27 KiB in 0.001228 sec., 192996.7426710098 rows/sec., 12.94 MiB/sec. 2025.06.30 14:54:42.182306 [ 106 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.182329 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.182334 [ 276 ] {6a4607ef-0e80-4fcc-bd91-103295fd55c1} TCPHandler: Processed in 0.001408068 sec. 2025.06.30 14:54:42.182393 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:54:42.182454 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.182490 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.182519 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 3 marks from part all_1_96_19, total 14797 rows starting from the beginning of the part 2025.06.30 14:54:42.182555 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.182564 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 240 rows starting from the beginning of the part 2025.06.30 14:54:42.182606 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:54:42.182613 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2025.06.30 14:54:42.182661 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part 2025.06.30 14:54:42.182696 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 161 rows starting from the beginning of the part 2025.06.30 14:54:42.182734 [ 191 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part 2025.06.30 14:54:42.182929 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.182972 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.183285 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:54:42.183501 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.183632 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} executeQuery: Read 1 rows, 69.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 61.54 KiB/sec. 2025.06.30 14:54:42.183669 [ 276 ] {907c8e89-5898-4b5d-8b09-a7f5234203f3} TCPHandler: Processed in 0.001264525 sec. 2025.06.30 14:54:42.183775 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.183874 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.183930 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:42.184796 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.184834 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.185432 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:54:42.185651 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.185798 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} executeQuery: Read 33 rows, 60.55 KiB in 0.001942 sec., 16992.790937178168 rows/sec., 30.45 MiB/sec. 2025.06.30 14:54:42.185866 [ 276 ] {8584e039-66fa-441d-85e0-e269ed497662} TCPHandler: Processed in 0.002140992 sec. 2025.06.30 14:54:42.185981 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:42.186078 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:42.186122 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:42.186464 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.186501 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.186529 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 15832 rows, containing 5 columns (5 merged, 0 gathered) in 0.004161253 sec., 3804623.2709234455 rows/sec., 263.22 MiB/sec. 2025.06.30 14:54:42.186815 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:54:42.187030 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.187129 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.30 14:54:42.187150 [ 106 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.30 14:54:42.187166 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} executeQuery: Read 82 rows, 5.33 KiB in 0.001106 sec., 74141.04882459313 rows/sec., 4.71 MiB/sec. 2025.06.30 14:54:42.187180 [ 106 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:42.187211 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:42.187213 [ 276 ] {a7bef7b1-dcdf-4d0d-9f66-70d688c26f61} TCPHandler: Processed in 0.001282065 sec. 2025.06.30 14:54:42.187292 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:54:42.187394 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:42.187412 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.187424 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5218 rows starting from the beginning of the part 2025.06.30 14:54:42.187484 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part 2025.06.30 14:54:42.187488 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_101_20} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.30 14:54:42.187533 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:54:42.187577 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part 2025.06.30 14:54:42.187579 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. 2025.06.30 14:54:42.187618 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2025.06.30 14:54:42.187661 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part 2025.06.30 14:54:42.189498 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5584 rows, containing 4 columns (4 merged, 0 gathered) in 0.002243935 sec., 2488485.629040057 rows/sec., 163.48 MiB/sec. 2025.06.30 14:54:42.189886 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.30 14:54:42.190146 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:42.190214 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_101_20} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.30 14:54:42.190288 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.06.30 14:54:43.201523 [ 224 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:54:43.201572 [ 224 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:54:43.218273 [ 224 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:54:43.406946 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:54:43.406996 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:54:43.410906 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:54:43.573919 [ 118 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:54:43.573965 [ 118 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:54:43.740598 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 2025.06.30 14:54:43.741117 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:43.741169 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:43.741655 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:54:43.741895 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:43.742052 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 2025.06.30 14:54:45.536361 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.06.30 14:54:45.554479 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:45.554554 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:45.560732 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:54:45.561567 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:45.566504 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.06.30 14:54:47.166203 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:47.166472 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:47.166566 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:47.167495 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.167559 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.168056 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.30 14:54:47.168374 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.168593 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} executeQuery: Read 74 rows, 6.10 KiB in 0.002185 sec., 33867.276887871856 rows/sec., 2.72 MiB/sec. 2025.06.30 14:54:47.168666 [ 276 ] {d5aca95b-c3dc-41b7-bdef-7c952ce63ece} TCPHandler: Processed in 0.002643213 sec. 2025.06.30 14:54:47.168845 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:47.168978 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:47.169039 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:47.169607 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.169655 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.170066 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:54:47.170352 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.170545 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} executeQuery: Read 9 rows, 693.00 B in 0.001595 sec., 5642.633228840125 rows/sec., 424.30 KiB/sec. 2025.06.30 14:54:47.170599 [ 276 ] {a6223d29-cded-4084-8226-e12d6a219eeb} TCPHandler: Processed in 0.001820236 sec. 2025.06.30 14:54:47.170752 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:47.170883 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:47.170941 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:47.171482 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.171527 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.171948 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.30 14:54:47.172241 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.172423 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} executeQuery: Read 73 rows, 5.84 KiB in 0.001565 sec., 46645.36741214058 rows/sec., 3.64 MiB/sec. 2025.06.30 14:54:47.172476 [ 276 ] {e70a67c4-aa59-4e4e-abf5-2c3eb9cb367c} TCPHandler: Processed in 0.001794226 sec. 2025.06.30 14:54:47.172627 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:47.172754 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:47.172809 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:47.173396 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.173445 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.173896 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.30 14:54:47.174182 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.174376 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. 2025.06.30 14:54:47.174427 [ 276 ] {ef156aee-8645-4976-a48d-9d989ab95b06} TCPHandler: Processed in 0.001859857 sec. 2025.06.30 14:54:47.174513 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:54:47.174577 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:47.174578 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:54:47.174708 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:47.174785 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:47.175845 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.175888 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.176640 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:54:47.176957 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.177153 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} executeQuery: Read 9 rows, 16.51 KiB in 0.002467 sec., 3648.155654641265 rows/sec., 6.54 MiB/sec. 2025.06.30 14:54:47.177173 [ 116 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:54:47.177250 [ 116 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.177256 [ 276 ] {c291cc5a-42e4-4e8f-ad97-0ae05bdf1a4c} TCPHandler: Processed in 0.002741015 sec. 2025.06.30 14:54:47.177285 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.177433 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:47.177462 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:54:47.177566 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:47.177628 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:47.177819 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:47.177905 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1911 rows starting from the beginning of the part 2025.06.30 14:54:47.178078 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:47.178078 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:47.178130 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:47.178245 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 33 rows starting from the beginning of the part 2025.06.30 14:54:47.178391 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:47.178539 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part 2025.06.30 14:54:47.178614 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.30 14:54:47.178676 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 9 rows starting from the beginning of the part 2025.06.30 14:54:47.178920 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.179116 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001574 sec., 38119.44091486658 rows/sec., 2.57 MiB/sec. 2025.06.30 14:54:47.179169 [ 276 ] {092ccf87-ee6e-40b6-97f8-807810e449b8} TCPHandler: Processed in 0.001797956 sec. 2025.06.30 14:54:47.179190 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:54:47.192025 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2004 rows, containing 19 columns (19 merged, 0 gathered) in 0.014643972 sec., 136848.11743699046 rows/sec., 245.23 MiB/sec. 2025.06.30 14:54:47.193902 [ 199 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:54:47.194344 [ 199 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:47.194429 [ 199 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_96_19} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:54:47.194607 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.43 MiB. 2025.06.30 14:54:48.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 339.76 MiB, peak 357.14 MiB, free memory in arenas 0.00 B, will set to 344.44 MiB (RSS), difference: 4.68 MiB 2025.06.30 14:54:48.088585 [ 225 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:54:48.088635 [ 225 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:54:48.090750 [ 225 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:54:48.379035 [ 222 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:54:48.379086 [ 222 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:54:48.381583 [ 222 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:54:48.387488 [ 219 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:54:48.387543 [ 219 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:54:48.389380 [ 219 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:54:48.538021 [ 117 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.06.30 14:54:48.538099 [ 117 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:48.538128 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:48.538237 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.06.30 14:54:48.538348 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:48.538383 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 22 rows starting from the beginning of the part 2025.06.30 14:54:48.538455 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part 2025.06.30 14:54:48.538503 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.06.30 14:54:48.538545 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.06.30 14:54:48.538587 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2025.06.30 14:54:48.539386 [ 199 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001187653 sec., 35363.86469785366 rows/sec., 2.97 MiB/sec. 2025.06.30 14:54:48.539539 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.06.30 14:54:48.539808 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:48.539876 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_29_7} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.06.30 14:54:48.539945 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:54:48.844384 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1756 2025.06.30 14:54:48.847989 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:48.848066 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.30 14:54:48.849797 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.30 14:54:48.850217 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:48.850713 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1756 2025.06.30 14:54:49.000294 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 340.46 MiB, peak 357.14 MiB, free memory in arenas 0.00 B, will set to 344.45 MiB (RSS), difference: 3.98 MiB 2025.06.30 14:54:51.242209 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 2025.06.30 14:54:51.242822 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:51.242875 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:51.243417 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:54:51.243675 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:51.243825 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 2025.06.30 14:54:51.243837 [ 110 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:54:51.243910 [ 110 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:51.243933 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:51.244069 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:54:51.244229 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:51.244268 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:54:51.244333 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part 2025.06.30 14:54:51.244380 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part 2025.06.30 14:54:51.244424 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part 2025.06.30 14:54:51.244462 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part 2025.06.30 14:54:51.244503 [ 189 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part 2025.06.30 14:54:51.246855 [ 199 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.002842857 sec., 11458191.53056239 rows/sec., 163.91 MiB/sec. 2025.06.30 14:54:51.247371 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:54:51.247692 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:51.247775 [ 187 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_71_14} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:54:51.247899 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. 2025.06.30 14:54:52.170066 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.170274 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.170345 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:54:52.171127 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.171180 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.171600 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:54:52.171830 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.172006 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} executeQuery: Read 212 rows, 13.81 KiB in 0.001782 sec., 118967.45230078563 rows/sec., 7.57 MiB/sec. 2025.06.30 14:54:52.172063 [ 276 ] {59cd7cbc-c88b-47bb-962b-d1153216a6f1} TCPHandler: Processed in 0.002141523 sec. 2025.06.30 14:54:52.172196 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.172302 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:54:52.172348 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:54:52.172769 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.172807 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.173119 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:54:52.173322 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.173461 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} executeQuery: Read 4 rows, 348.00 B in 0.001182 sec., 3384.09475465313 rows/sec., 287.52 KiB/sec. 2025.06.30 14:54:52.173502 [ 276 ] {d5c3a878-a0ca-44e2-a1cd-075f8fc7fa6f} TCPHandler: Processed in 0.001359668 sec. 2025.06.30 14:54:52.173606 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.173701 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:52.173741 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:52.174466 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.174502 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.174849 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.30 14:54:52.175058 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.175194 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} executeQuery: Read 686 rows, 55.88 KiB in 0.001509 sec., 454605.69913850236 rows/sec., 36.17 MiB/sec. 2025.06.30 14:54:52.175235 [ 276 ] {accd6c5a-1d7c-4f76-a771-073bd97a7496} TCPHandler: Processed in 0.001678453 sec. 2025.06.30 14:54:52.175349 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.175446 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.175486 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:52.175931 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.175968 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.176267 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:54:52.176474 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.176607 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} executeQuery: Read 143 rows, 9.16 KiB in 0.001177 sec., 121495.32710280373 rows/sec., 7.60 MiB/sec. 2025.06.30 14:54:52.176647 [ 276 ] {83d473fd-69b3-42b9-acf9-205cf5eb4942} TCPHandler: Processed in 0.001347056 sec. 2025.06.30 14:54:52.176759 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.176854 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.176894 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:54:52.177330 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.177366 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.177674 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:54:52.177877 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.178004 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} executeQuery: Read 113 rows, 7.49 KiB in 0.001167 sec., 96829.47729220222 rows/sec., 6.27 MiB/sec. 2025.06.30 14:54:52.178045 [ 276 ] {c1bec654-86e9-4f06-9191-0a78095c337c} TCPHandler: Processed in 0.001335666 sec. 2025.06.30 14:54:52.178159 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.178254 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.178294 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:54:52.178730 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.178766 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.179059 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:54:52.179275 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.179404 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} executeQuery: Read 112 rows, 6.53 KiB in 0.001167 sec., 95972.57926306769 rows/sec., 5.47 MiB/sec. 2025.06.30 14:54:52.179444 [ 276 ] {3fc1d29a-ec98-4600-a324-22b1daf4ea55} TCPHandler: Processed in 0.001334626 sec. 2025.06.30 14:54:52.179557 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.179651 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:52.179691 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:52.180275 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.180311 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.180627 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.30 14:54:52.180835 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.180964 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} executeQuery: Read 419 rows, 30.57 KiB in 0.001329 sec., 315274.64258841233 rows/sec., 22.46 MiB/sec. 2025.06.30 14:54:52.181005 [ 276 ] {5d2a7585-8ebb-4eac-a95d-3476346e601f} TCPHandler: Processed in 0.00149855 sec. 2025.06.30 14:54:52.181118 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.181218 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:54:52.181260 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:54:52.181610 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.181645 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.181941 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.30 14:54:52.182161 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.182298 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} executeQuery: Read 6 rows, 321.00 B in 0.001096 sec., 5474.4525547445255 rows/sec., 286.02 KiB/sec. 2025.06.30 14:54:52.182337 [ 276 ] {8522d069-ec7e-41ab-ad19-74fdb851c698} TCPHandler: Processed in 0.001268225 sec. 2025.06.30 14:54:52.182440 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.182535 [ 276 ] {6673101e-d782-442d-9902-34195435689f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.182578 [ 276 ] {6673101e-d782-442d-9902-34195435689f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:52.182994 [ 276 ] {6673101e-d782-442d-9902-34195435689f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.183031 [ 276 ] {6673101e-d782-442d-9902-34195435689f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.183348 [ 276 ] {6673101e-d782-442d-9902-34195435689f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.30 14:54:52.183556 [ 276 ] {6673101e-d782-442d-9902-34195435689f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.183686 [ 276 ] {6673101e-d782-442d-9902-34195435689f} executeQuery: Read 239 rows, 16.41 KiB in 0.001169 sec., 204448.24636441405 rows/sec., 13.71 MiB/sec. 2025.06.30 14:54:52.183726 [ 276 ] {6673101e-d782-442d-9902-34195435689f} TCPHandler: Processed in 0.001334567 sec. 2025.06.30 14:54:52.183839 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.183933 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.183975 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:54:52.184289 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.184325 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.184617 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:54:52.184832 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.184961 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} executeQuery: Read 1 rows, 69.00 B in 0.001044 sec., 957.8544061302682 rows/sec., 64.54 KiB/sec. 2025.06.30 14:54:52.184998 [ 276 ] {f05eef3c-088f-44ed-8af9-fc46f38bf252} TCPHandler: Processed in 0.001209034 sec. 2025.06.30 14:54:52.185105 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.185201 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.185255 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:52.186100 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.186136 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.186665 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:54:52.186896 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.187036 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} executeQuery: Read 33 rows, 60.55 KiB in 0.001852 sec., 17818.57451403888 rows/sec., 31.93 MiB/sec. 2025.06.30 14:54:52.187093 [ 276 ] {81237ba1-9b70-4a44-98ad-62f1dd156e0b} TCPHandler: Processed in 0.00203597 sec. 2025.06.30 14:54:52.187209 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:52.187306 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:52.187347 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:52.187699 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:52.187735 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:52.188032 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.30 14:54:52.188245 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:52.188376 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} executeQuery: Read 82 rows, 5.33 KiB in 0.001087 sec., 75436.98252069917 rows/sec., 4.79 MiB/sec. 2025.06.30 14:54:52.188414 [ 276 ] {a541b159-7e74-4c96-b523-b2d923e1c22e} TCPHandler: Processed in 0.001255475 sec. 2025.06.30 14:54:53.066602 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.06.30 14:54:53.083736 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:53.083779 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:53.089796 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:54:53.090521 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:53.090807 [ 109 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:54:53.090846 [ 109 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:53.090866 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:53.090996 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.093823 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.06.30 14:54:53.095445 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:54:53.097344 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.102255 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.107232 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.112099 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.117080 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.121923 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:54:53.181007 [ 190 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.090125877 sec., 5936.1419584299865 rows/sec., 30.69 MiB/sec. 2025.06.30 14:54:53.184095 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:54:53.186131 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_71_14} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:53.186241 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_71_14} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:54:53.188830 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.06.30 14:54:54.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 345.54 MiB, peak 362.96 MiB, free memory in arenas 0.00 B, will set to 344.52 MiB (RSS), difference: -1.02 MiB 2025.06.30 14:54:57.162363 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:57.162579 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:54:57.162652 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:54:57.163406 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:57.163448 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:57.163843 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.30 14:54:57.164079 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:57.164249 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} executeQuery: Read 74 rows, 6.10 KiB in 0.001721 sec., 42998.25682742591 rows/sec., 3.46 MiB/sec. 2025.06.30 14:54:57.164301 [ 276 ] {95ffba29-a1c5-4e32-abff-0b70cd4a30cd} TCPHandler: Processed in 0.002068831 sec. 2025.06.30 14:54:57.164434 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:57.164538 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:54:57.164580 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:54:57.165002 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:57.165039 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:57.165342 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:54:57.165554 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:57.165698 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} executeQuery: Read 9 rows, 693.00 B in 0.001182 sec., 7614.213197969542 rows/sec., 572.55 KiB/sec. 2025.06.30 14:54:57.165738 [ 276 ] {104da9a2-88b4-4d52-bc00-6363635cab75} TCPHandler: Processed in 0.001357107 sec. 2025.06.30 14:54:57.165844 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:57.165940 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:54:57.165980 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:54:57.166398 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:57.166434 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:57.166737 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.30 14:54:57.166950 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:57.167083 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} executeQuery: Read 73 rows, 5.84 KiB in 0.001161 sec., 62876.83031869079 rows/sec., 4.91 MiB/sec. 2025.06.30 14:54:57.167123 [ 276 ] {75fd7dbd-94f9-4477-bca5-a7e355831684} TCPHandler: Processed in 0.001329147 sec. 2025.06.30 14:54:57.167251 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:57.167347 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:57.167391 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:54:57.167821 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:57.167858 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:57.168188 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.30 14:54:57.168398 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:57.168531 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.06.30 14:54:57.168571 [ 276 ] {360d5a13-1b11-4645-bf59-5e0c99008be0} TCPHandler: Processed in 0.001369197 sec. 2025.06.30 14:54:57.168684 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:57.168780 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:54:57.168836 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:54:57.169622 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:57.169658 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:57.170157 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:54:57.170377 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:57.170531 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} executeQuery: Read 9 rows, 16.51 KiB in 0.001767 sec., 5093.378607809847 rows/sec., 9.13 MiB/sec. 2025.06.30 14:54:57.170600 [ 276 ] {1f3896ad-d320-4b89-a19a-48bb41c8158b} TCPHandler: Processed in 0.001965489 sec. 2025.06.30 14:54:57.170718 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:54:57.170814 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:54:57.170857 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:54:57.171200 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:57.171237 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:57.171543 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.30 14:54:57.171749 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:57.171880 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.06.30 14:54:57.171918 [ 276 ] {3eebc85d-0288-409b-a2e1-5dd2fa2a2a6b} TCPHandler: Processed in 0.001249585 sec. 2025.06.30 14:54:58.574003 [ 103 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:54:58.574057 [ 103 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:54:58.743990 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 2025.06.30 14:54:58.744855 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:58.744902 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:58.745396 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:54:58.745621 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:58.745751 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 2025.06.30 14:54:58.850914 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1792 2025.06.30 14:54:58.853382 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:54:58.853426 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:54:58.854630 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.30 14:54:58.854911 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:54:58.855222 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1792 2025.06.30 14:55:00.593922 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.06.30 14:55:00.610257 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:00.610305 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:00.616268 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:55:00.616949 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:00.619882 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.06.30 14:55:02.170615 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.170795 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.170865 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:55:02.171669 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.171712 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.172117 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:55:02.172348 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.172503 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} executeQuery: Read 212 rows, 13.81 KiB in 0.001758 sec., 120591.58134243458 rows/sec., 7.67 MiB/sec. 2025.06.30 14:55:02.172555 [ 276 ] {95722e87-121a-4e3f-967f-35127e0cb6d3} TCPHandler: Processed in 0.002071311 sec. 2025.06.30 14:55:02.172700 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.172807 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:02.172852 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:02.173649 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.173686 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.174081 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.30 14:55:02.174312 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.174450 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} executeQuery: Read 683 rows, 55.64 KiB in 0.001667 sec., 409718.0563887222 rows/sec., 32.60 MiB/sec. 2025.06.30 14:55:02.174491 [ 276 ] {65e04980-2250-4ca5-8697-3dac1c06a7ca} TCPHandler: Processed in 0.001845917 sec. 2025.06.30 14:55:02.174615 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.174717 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.174764 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:02.175222 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.175258 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.175580 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:55:02.175802 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.175934 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} executeQuery: Read 139 rows, 8.87 KiB in 0.00124 sec., 112096.7741935484 rows/sec., 6.98 MiB/sec. 2025.06.30 14:55:02.175971 [ 276 ] {94ffa50f-f72f-40ef-8949-103c598df41f} TCPHandler: Processed in 0.001405408 sec. 2025.06.30 14:55:02.176086 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.176182 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.176222 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:55:02.176654 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.176694 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.177006 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:55:02.177215 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.177345 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} executeQuery: Read 113 rows, 7.49 KiB in 0.001183 sec., 95519.86475063398 rows/sec., 6.18 MiB/sec. 2025.06.30 14:55:02.177382 [ 276 ] {74eb3f7b-909f-4e2d-9e11-8c947e0300c6} TCPHandler: Processed in 0.001343567 sec. 2025.06.30 14:55:02.177500 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.177594 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.177633 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:55:02.178130 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.178164 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.178468 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:55:02.178739 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.178917 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} executeQuery: Read 112 rows, 6.53 KiB in 0.001339 sec., 83644.51082897685 rows/sec., 4.76 MiB/sec. 2025.06.30 14:55:02.178972 [ 276 ] {62acf10b-dc56-4ab6-ac46-c55a1e5dafaf} TCPHandler: Processed in 0.00151978 sec. 2025.06.30 14:55:02.179121 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.179245 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:02.179302 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:02.179937 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.180163 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.180546 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.30 14:55:02.180761 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.180894 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} executeQuery: Read 415 rows, 30.23 KiB in 0.001676 sec., 247613.36515513127 rows/sec., 17.61 MiB/sec. 2025.06.30 14:55:02.180934 [ 276 ] {2a9b6b8e-2cd8-40f2-be21-588345e527af} TCPHandler: Processed in 0.001876738 sec. 2025.06.30 14:55:02.181058 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.181153 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:55:02.181195 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:55:02.181654 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.181688 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.181986 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.30 14:55:02.182198 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.182302 [ 97 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.06.30 14:55:02.182327 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} executeQuery: Read 6 rows, 321.00 B in 0.001192 sec., 5033.557046979866 rows/sec., 262.98 KiB/sec. 2025.06.30 14:55:02.182345 [ 97 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.182365 [ 276 ] {58aa1b08-30d4-4256-b590-51f5a1aa58bd} TCPHandler: Processed in 0.001358207 sec. 2025.06.30 14:55:02.182367 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.182508 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.06.30 14:55:02.182607 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.182675 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:02.182727 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part 2025.06.30 14:55:02.182746 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.182809 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.06.30 14:55:02.182823 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:02.182877 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.06.30 14:55:02.182944 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.06.30 14:55:02.182994 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.06.30 14:55:02.183034 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.06.30 14:55:02.183476 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.183533 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.183908 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.30 14:55:02.184118 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.184118 [ 198 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001672353 sec., 107632.77848636024 rows/sec., 5.49 MiB/sec. 2025.06.30 14:55:02.184250 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} executeQuery: Read 237 rows, 16.27 KiB in 0.001525 sec., 155409.83606557376 rows/sec., 10.42 MiB/sec. 2025.06.30 14:55:02.184292 [ 276 ] {6f7d0a93-2aa7-48a4-9368-62825880c5c7} TCPHandler: Processed in 0.001737404 sec. 2025.06.30 14:55:02.184330 [ 198 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.06.30 14:55:02.184435 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.184534 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.184577 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:55:02.184681 [ 198 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.184769 [ 198 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_30_6} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.06.30 14:55:02.184856 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.30 14:55:02.184930 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.184969 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.185269 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:55:02.185470 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.185570 [ 97 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.30 14:55:02.185594 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. 2025.06.30 14:55:02.185608 [ 97 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.185628 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.185629 [ 276 ] {95d5cac8-58c0-4a47-93d8-f1d5ad41832b} TCPHandler: Processed in 0.001242324 sec. 2025.06.30 14:55:02.185709 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:55:02.185792 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.185815 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:02.185847 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part 2025.06.30 14:55:02.185888 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.185894 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.06.30 14:55:02.185955 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:02.185955 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.06.30 14:55:02.186010 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2025.06.30 14:55:02.186045 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.06.30 14:55:02.186079 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2025.06.30 14:55:02.186772 [ 186 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.001096952 sec., 28260.12441747679 rows/sec., 1.86 MiB/sec. 2025.06.30 14:55:02.186857 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.186891 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.30 14:55:02.186899 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.187159 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.187244 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_31_6} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.30 14:55:02.187313 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:55:02.187510 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:55:02.187754 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.187893 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} executeQuery: Read 33 rows, 60.55 KiB in 0.002023 sec., 16312.407315867524 rows/sec., 29.23 MiB/sec. 2025.06.30 14:55:02.187965 [ 276 ] {aca8dd4e-11e1-412f-8f81-0e3c4a07edbb} TCPHandler: Processed in 0.002220294 sec. 2025.06.30 14:55:02.188100 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:02.188192 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:02.188236 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:02.188594 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:02.188627 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.30 14:55:02.188923 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.30 14:55:02.189135 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:02.189262 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} executeQuery: Read 82 rows, 5.33 KiB in 0.001088 sec., 75367.64705882352 rows/sec., 4.79 MiB/sec. 2025.06.30 14:55:02.189296 [ 276 ] {728419f4-cf2e-4e9e-a849-994137a16e85} TCPHandler: Processed in 0.001246995 sec. 2025.06.30 14:55:06.245857 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 2025.06.30 14:55:06.246408 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:06.246453 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:06.246957 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:55:06.247215 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:06.247366 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 2025.06.30 14:55:07.161723 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.161928 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:55:07.162000 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:55:07.162772 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.162820 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.163201 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:55:07.163420 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.163569 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} executeQuery: Read 8 rows, 668.00 B in 0.001697 sec., 4714.201532115498 rows/sec., 384.41 KiB/sec. 2025.06.30 14:55:07.163612 [ 276 ] {bf224a47-360d-4638-b724-925bfd79c23d} TCPHandler: Processed in 0.002028451 sec. 2025.06.30 14:55:07.163759 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.163864 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:07.163903 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:07.164412 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.164448 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.164755 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.30 14:55:07.164978 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.165103 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} executeQuery: Read 78 rows, 6.39 KiB in 0.001259 sec., 61953.93169181891 rows/sec., 4.96 MiB/sec. 2025.06.30 14:55:07.165106 [ 86 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.30 14:55:07.165141 [ 276 ] {b68a8252-15e7-4b32-b2a2-142654a3921e} TCPHandler: Processed in 0.001431468 sec. 2025.06.30 14:55:07.165183 [ 86 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.165209 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.165274 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.165318 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:55:07.165371 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:07.165413 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:07.165429 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:07.165465 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 835 rows starting from the beginning of the part 2025.06.30 14:55:07.165529 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 74 rows starting from the beginning of the part 2025.06.30 14:55:07.165574 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 686 rows starting from the beginning of the part 2025.06.30 14:55:07.165616 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 74 rows starting from the beginning of the part 2025.06.30 14:55:07.165655 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 683 rows starting from the beginning of the part 2025.06.30 14:55:07.165700 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 78 rows starting from the beginning of the part 2025.06.30 14:55:07.165817 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.165857 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.166176 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:55:07.166394 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.166527 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} executeQuery: Read 17 rows, 1.24 KiB in 0.001174 sec., 14480.408858603067 rows/sec., 1.03 MiB/sec. 2025.06.30 14:55:07.166563 [ 276 ] {af4745dd-a22c-4de1-b378-624e2256b2c7} TCPHandler: Processed in 0.001338116 sec. 2025.06.30 14:55:07.166565 [ 83 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.06.30 14:55:07.166631 [ 83 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.166653 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.166672 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.166734 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2025.06.30 14:55:07.166770 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:07.166814 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:07.166830 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:07.166862 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 182 rows starting from the beginning of the part 2025.06.30 14:55:07.166911 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:07.166911 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 5 columns (5 merged, 0 gathered) in 0.001634032 sec., 1487118.9793100746 rows/sec., 125.18 MiB/sec. 2025.06.30 14:55:07.166954 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 143 rows starting from the beginning of the part 2025.06.30 14:55:07.167002 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:07.167040 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 139 rows starting from the beginning of the part 2025.06.30 14:55:07.167077 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 17 rows starting from the beginning of the part 2025.06.30 14:55:07.167196 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.30 14:55:07.167243 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.167285 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.167591 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.167639 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.30 14:55:07.167703 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_106_21} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.30 14:55:07.167807 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.06.30 14:55:07.167871 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 5 columns (5 merged, 0 gathered) in 0.001170143 sec., 426443.6056105963 rows/sec., 28.89 MiB/sec. 2025.06.30 14:55:07.167875 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.168012 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.06.30 14:55:07.168025 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} executeQuery: Read 81 rows, 6.49 KiB in 0.001272 sec., 63679.24528301887 rows/sec., 4.98 MiB/sec. 2025.06.30 14:55:07.168024 [ 83 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.30 14:55:07.168069 [ 276 ] {1d623fff-01b0-4923-9cdd-43c22390b929} TCPHandler: Processed in 0.001444329 sec. 2025.06.30 14:55:07.168078 [ 83 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.168110 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.168193 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.168195 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:55:07.168269 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.168294 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:07.168319 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:07.168340 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:07.168343 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_100_20} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.06.30 14:55:07.168354 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 500 rows starting from the beginning of the part 2025.06.30 14:55:07.168429 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 73 rows starting from the beginning of the part 2025.06.30 14:55:07.168437 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:55:07.168476 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 419 rows starting from the beginning of the part 2025.06.30 14:55:07.168518 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 73 rows starting from the beginning of the part 2025.06.30 14:55:07.168587 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 415 rows starting from the beginning of the part 2025.06.30 14:55:07.168632 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 81 rows starting from the beginning of the part 2025.06.30 14:55:07.168784 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.168826 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.169168 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.30 14:55:07.169395 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.169521 [ 83 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.30 14:55:07.169527 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} executeQuery: Read 164 rows, 11.69 KiB in 0.001251 sec., 131095.1239008793 rows/sec., 9.13 MiB/sec. 2025.06.30 14:55:07.169561 [ 83 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.169582 [ 276 ] {05fd6767-5e6f-4ead-9752-611341c430f0} TCPHandler: Processed in 0.001437159 sec. 2025.06.30 14:55:07.169583 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.169643 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1561 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148727 sec., 1049574.0517861585 rows/sec., 80.44 MiB/sec. 2025.06.30 14:55:07.169671 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:55:07.169702 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.169768 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:07.169799 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 3 marks from part all_1_101_20, total 15832 rows starting from the beginning of the part 2025.06.30 14:55:07.169800 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:07.169817 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.30 14:55:07.169848 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:07.169868 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:07.169885 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 239 rows starting from the beginning of the part 2025.06.30 14:55:07.169925 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:07.169960 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part 2025.06.30 14:55:07.169994 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 164 rows starting from the beginning of the part 2025.06.30 14:55:07.170100 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.170170 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_106_21} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.30 14:55:07.170256 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.06.30 14:55:07.170664 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.170704 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.171221 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:55:07.171447 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.171584 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} executeQuery: Read 9 rows, 16.51 KiB in 0.001801 sec., 4997.223764575236 rows/sec., 8.95 MiB/sec. 2025.06.30 14:55:07.171641 [ 276 ] {ea6e8a0a-e31e-467f-8de5-b93c9c1303ca} TCPHandler: Processed in 0.00198726 sec. 2025.06.30 14:55:07.171753 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:07.171847 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:07.171888 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:07.172232 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.172267 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.172565 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.30 14:55:07.172762 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.172879 [ 83 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.30 14:55:07.172886 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.06.30 14:55:07.172921 [ 83 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:07.172942 [ 276 ] {062b202f-531c-4f7a-a9bf-f8901e2289e3} TCPHandler: Processed in 0.001237305 sec. 2025.06.30 14:55:07.172944 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:07.173040 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:07.173144 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:07.173171 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5584 rows starting from the beginning of the part 2025.06.30 14:55:07.173221 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:07.173262 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part 2025.06.30 14:55:07.173300 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:07.173339 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part 2025.06.30 14:55:07.173376 [ 200 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:07.173662 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 16792 rows, containing 5 columns (5 merged, 0 gathered) in 0.00402247 sec., 4174549.468361479 rows/sec., 288.61 MiB/sec. 2025.06.30 14:55:07.173851 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.30 14:55:07.174103 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.174174 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_106_21} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.30 14:55:07.174248 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB. 2025.06.30 14:55:07.175221 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5928 rows, containing 4 columns (4 merged, 0 gathered) in 0.002213024 sec., 2678687.6238124846 rows/sec., 175.95 MiB/sec. 2025.06.30 14:55:07.175636 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.30 14:55:07.175882 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:07.175954 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_106_21} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.30 14:55:07.176042 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.06.30 14:55:08.120928 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.06.30 14:55:08.139233 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:08.139297 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:08.145693 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:55:08.146438 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:08.150261 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.06.30 14:55:08.645278 [ 225 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:55:08.645354 [ 225 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:55:08.648879 [ 225 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:55:08.856388 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1828 2025.06.30 14:55:08.858881 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:08.858939 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:08.860166 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.30 14:55:08.860461 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:08.860830 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1828 2025.06.30 14:55:12.163991 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:12.164213 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:12.164290 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:12.165251 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.165298 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.165721 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.30 14:55:12.165951 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.166103 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} executeQuery: Read 122 rows, 10.67 KiB in 0.001949 sec., 62596.20318111852 rows/sec., 5.35 MiB/sec. 2025.06.30 14:55:12.166145 [ 276 ] {9c3700d9-6985-41b0-898c-d91623b84cf4} TCPHandler: Processed in 0.002291705 sec. 2025.06.30 14:55:12.166206 [ 221 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:55:12.166238 [ 221 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:55:12.166277 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:12.166375 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:12.166417 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:12.166842 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.166878 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.167173 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:55:12.167384 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.167515 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} executeQuery: Read 33 rows, 2.48 KiB in 0.00116 sec., 28448.275862068964 rows/sec., 2.09 MiB/sec. 2025.06.30 14:55:12.167552 [ 276 ] {dcfe0206-40c8-49e7-846e-a0b4834091e3} TCPHandler: Processed in 0.001324296 sec. 2025.06.30 14:55:12.167663 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:12.167756 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:12.167796 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:12.168232 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.168268 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.168570 [ 221 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:55:12.168579 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.30 14:55:12.168786 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.168912 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} executeQuery: Read 97 rows, 7.76 KiB in 0.001173 sec., 82693.94714407502 rows/sec., 6.46 MiB/sec. 2025.06.30 14:55:12.168948 [ 276 ] {f1504645-e8be-4e64-9fd3-ecbf1ecf2df3} TCPHandler: Processed in 0.001332297 sec. 2025.06.30 14:55:12.169009 [ 220 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:55:12.169061 [ 220 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:55:12.169066 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:12.169167 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:12.169211 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:12.169624 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.169661 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.169992 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.30 14:55:12.170266 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.170395 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2025.06.30 14:55:12.170432 [ 276 ] {bb3cdab5-8099-4259-a7e1-3cfee51e5709} TCPHandler: Processed in 0.001413909 sec. 2025.06.30 14:55:12.170477 [ 225 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:55:12.170507 [ 225 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:55:12.170540 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:12.170636 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:12.170691 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:12.171551 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.171589 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.172131 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:55:12.172406 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.172432 [ 220 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:55:12.172543 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} executeQuery: Read 33 rows, 60.55 KiB in 0.001924 sec., 17151.76715176715 rows/sec., 30.74 MiB/sec. 2025.06.30 14:55:12.172542 [ 78 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.30 14:55:12.172602 [ 276 ] {b4230ffa-9183-4850-af55-be56b4cef27e} TCPHandler: Processed in 0.002109372 sec. 2025.06.30 14:55:12.172625 [ 78 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.172657 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.172727 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:12.172780 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:55:12.172784 [ 225 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:55:12.172825 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:12.172871 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:12.173035 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:12.173101 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2004 rows starting from the beginning of the part 2025.06.30 14:55:12.173209 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:12.173240 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:12.173247 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:12.173353 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:12.173455 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:12.173550 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:12.173561 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.30 14:55:12.173644 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:12.173785 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.173914 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.06.30 14:55:12.173950 [ 276 ] {1eb742c2-96c3-4aa7-abe1-e0bab83399e2} TCPHandler: Processed in 0.001270286 sec. 2025.06.30 14:55:12.180319 [ 195 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2121 rows, containing 19 columns (19 merged, 0 gathered) in 0.007588852 sec., 279488.91347465996 rows/sec., 500.83 MiB/sec. 2025.06.30 14:55:12.181902 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.30 14:55:12.182242 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:12.182315 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_101_20} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.30 14:55:12.182427 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.95 MiB. 2025.06.30 14:55:12.982925 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): 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.06.30 14:55:12.982980 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): 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.06.30 14:55:12.984538 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): 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.06.30 14:55:13.109289 [ 219 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:55:13.109343 [ 219 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:55:13.111784 [ 219 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:55:13.574094 [ 78 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:55:13.574142 [ 78 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:55:13.748474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 2025.06.30 14:55:13.748982 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:13.749022 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:13.749496 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:55:13.749723 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:13.749856 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 2025.06.30 14:55:15.651308 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.06.30 14:55:15.670129 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:15.670189 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:15.676336 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:55:15.677061 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:15.680693 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.06.30 14:55:17.162218 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:17.162405 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:17.162472 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:17.163163 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:17.163214 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:17.163623 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.30 14:55:17.163884 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:17.164050 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} executeQuery: Read 74 rows, 6.10 KiB in 0.001697 sec., 43606.36417206836 rows/sec., 3.51 MiB/sec. 2025.06.30 14:55:17.164104 [ 276 ] {cb185d7a-70a1-4a48-aab3-55777b66a4c8} TCPHandler: Processed in 0.00202334 sec. 2025.06.30 14:55:17.164237 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:17.164342 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:17.164387 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:17.164813 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:17.164851 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:17.165162 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.30 14:55:17.165372 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:17.165507 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} executeQuery: Read 9 rows, 693.00 B in 0.001189 sec., 7569.386038687973 rows/sec., 569.18 KiB/sec. 2025.06.30 14:55:17.165546 [ 276 ] {41349b79-f27b-447b-90b7-31497b3810a5} TCPHandler: Processed in 0.001363087 sec. 2025.06.30 14:55:17.165653 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:17.165748 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:17.165789 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:17.166218 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:17.166253 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:17.166571 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.30 14:55:17.166775 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:17.166905 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} executeQuery: Read 73 rows, 5.84 KiB in 0.001176 sec., 62074.82993197279 rows/sec., 4.85 MiB/sec. 2025.06.30 14:55:17.166944 [ 276 ] {2199b6c7-53aa-42c6-b75d-e5b60ab94ac3} TCPHandler: Processed in 0.001341436 sec. 2025.06.30 14:55:17.167056 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:17.167152 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:17.167197 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:17.167611 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:17.167647 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:17.167985 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.30 14:55:17.168222 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:17.168354 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.06.30 14:55:17.168391 [ 276 ] {532fa6a3-8101-46f7-a9b8-59fc78d17b89} TCPHandler: Processed in 0.001384397 sec. 2025.06.30 14:55:17.168490 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:17.168585 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:17.168639 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:17.169414 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:17.169450 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:17.169966 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.30 14:55:17.170188 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:17.170329 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} executeQuery: Read 9 rows, 16.51 KiB in 0.001763 sec., 5104.934770277935 rows/sec., 9.15 MiB/sec. 2025.06.30 14:55:17.170395 [ 276 ] {f540315a-16a9-4a9f-8d08-9d37dc0830d8} TCPHandler: Processed in 0.001952759 sec. 2025.06.30 14:55:17.170406 [ 222 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:55:17.170462 [ 222 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:55:17.170515 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:17.170616 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:17.170659 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:17.171017 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:17.171058 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:17.171411 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.30 14:55:17.171625 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:17.171753 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2025.06.30 14:55:17.171790 [ 276 ] {919262b1-a3f9-456a-b94c-405a49c831ff} TCPHandler: Processed in 0.001325296 sec. 2025.06.30 14:55:17.172559 [ 222 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:55:18.861057 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1852 2025.06.30 14:55:18.863314 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:18.863356 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:18.864668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.30 14:55:18.864937 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:18.865233 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1852 2025.06.30 14:55:21.084943 [ 217 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:55:21.085009 [ 217 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:55:21.087244 [ 217 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:55:21.249965 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 2025.06.30 14:55:21.250562 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:21.250617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:21.251176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:55:21.251411 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:21.251553 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 2025.06.30 14:55:21.460543 [ 225 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:55:21.460607 [ 225 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:55:21.463390 [ 225 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:55:22.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 342.13 MiB, peak 363.15 MiB, free memory in arenas 0.00 B, will set to 346.12 MiB (RSS), difference: 3.99 MiB 2025.06.30 14:55:22.163169 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.163355 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:55:22.163422 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:55:22.164099 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.164142 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.164571 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:55:22.164829 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.164988 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} executeQuery: Read 6 rows, 501.00 B in 0.001684 sec., 3562.9453681710215 rows/sec., 290.53 KiB/sec. 2025.06.30 14:55:22.165047 [ 276 ] {af4558b9-dc2e-47aa-87d9-6036f2fcc105} TCPHandler: Processed in 0.002012871 sec. 2025.06.30 14:55:22.165172 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.165276 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:22.165320 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:22.165824 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.165859 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.166188 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.30 14:55:22.166402 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.166536 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} executeQuery: Read 125 rows, 10.89 KiB in 0.001284 sec., 97352.02492211838 rows/sec., 8.28 MiB/sec. 2025.06.30 14:55:22.166575 [ 276 ] {f9b089ee-7cdd-4b15-9339-6bb2bd6d51d4} TCPHandler: Processed in 0.001456849 sec. 2025.06.30 14:55:22.166697 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.166794 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:22.166835 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:22.167257 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.167291 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.167600 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.30 14:55:22.167816 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.167947 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} executeQuery: Read 39 rows, 2.90 KiB in 0.001172 sec., 33276.45051194539 rows/sec., 2.42 MiB/sec. 2025.06.30 14:55:22.167985 [ 276 ] {5a28b5f1-47c3-419f-ac0a-50c262ea7613} TCPHandler: Processed in 0.001346857 sec. 2025.06.30 14:55:22.168103 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.168205 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:22.168246 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:22.168698 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.168732 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.169040 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.30 14:55:22.169246 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.169375 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} executeQuery: Read 103 rows, 8.25 KiB in 0.001189 sec., 86627.41799831792 rows/sec., 6.77 MiB/sec. 2025.06.30 14:55:22.169413 [ 276 ] {5ef27db3-8c2f-4e73-baea-02901688cc44} TCPHandler: Processed in 0.001367337 sec. 2025.06.30 14:55:22.169537 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.169632 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:22.169676 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:22.170100 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.170134 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.170491 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.30 14:55:22.170705 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.170833 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} executeQuery: Read 163 rows, 11.62 KiB in 0.00122 sec., 133606.55737704918 rows/sec., 9.30 MiB/sec. 2025.06.30 14:55:22.170871 [ 276 ] {2fdc993f-2407-4e86-92f9-136ca8fabec7} TCPHandler: Processed in 0.001391148 sec. 2025.06.30 14:55:22.170972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.171073 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:22.171129 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:22.171980 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.172016 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.172568 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.30 14:55:22.172789 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.172925 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} executeQuery: Read 33 rows, 60.55 KiB in 0.001871 sec., 17637.626937466594 rows/sec., 31.61 MiB/sec. 2025.06.30 14:55:22.172992 [ 276 ] {10ca295d-b25c-4bb2-823e-56559505115f} TCPHandler: Processed in 0.002068701 sec. 2025.06.30 14:55:22.173113 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:22.173209 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:22.173252 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:22.173592 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:22.173627 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:22.173931 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.30 14:55:22.174138 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:22.174267 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.06.30 14:55:22.174302 [ 276 ] {f3313e87-6424-4776-b136-0f7292851537} TCPHandler: Processed in 0.001246925 sec. 2025.06.30 14:55:23.180737 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.06.30 14:55:23.197055 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:23.197107 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:23.203006 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.30 14:55:23.203730 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:23.206732 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.06.30 14:55:27.161979 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:27.162177 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:27.162242 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:27.162955 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:27.162998 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:27.163393 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.30 14:55:27.163614 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:27.163769 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} executeQuery: Read 74 rows, 6.10 KiB in 0.001646 sec., 44957.472660996355 rows/sec., 3.62 MiB/sec. 2025.06.30 14:55:27.163810 [ 276 ] {ac5aeea2-3f9a-4207-b347-60eb706678ce} TCPHandler: Processed in 0.001961129 sec. 2025.06.30 14:55:27.163945 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:27.164042 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:27.164082 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:27.164527 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:27.164563 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:27.164842 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.30 14:55:27.165037 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:27.165164 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} executeQuery: Read 9 rows, 693.00 B in 0.001141 sec., 7887.817703768624 rows/sec., 593.13 KiB/sec. 2025.06.30 14:55:27.165201 [ 276 ] {344fb0c2-dc06-43c8-84cc-d005fdeaa092} TCPHandler: Processed in 0.001310986 sec. 2025.06.30 14:55:27.165315 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:27.165408 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:27.165448 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:27.165877 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:27.165912 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:27.166207 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.30 14:55:27.166408 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:27.166533 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} executeQuery: Read 73 rows, 5.84 KiB in 0.001143 sec., 63867.016622922136 rows/sec., 4.99 MiB/sec. 2025.06.30 14:55:27.166569 [ 276 ] {b8fc7640-b606-42b3-9efc-a5f31d0fec05} TCPHandler: Processed in 0.001306226 sec. 2025.06.30 14:55:27.166680 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:27.166773 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:27.166816 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:27.167221 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:27.167254 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:27.167576 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.30 14:55:27.167780 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:27.167905 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2025.06.30 14:55:27.167941 [ 276 ] {b3fefe41-69cb-48b7-a205-4b0e1373dc1c} TCPHandler: Processed in 0.001308316 sec. 2025.06.30 14:55:27.168050 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:27.168147 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:27.168202 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:27.168948 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:27.168982 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:27.169474 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.30 14:55:27.169689 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:27.169819 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} executeQuery: Read 9 rows, 16.51 KiB in 0.001694 sec., 5312.868949232586 rows/sec., 9.52 MiB/sec. 2025.06.30 14:55:27.169871 [ 276 ] {6572b332-a231-476c-8946-700bffa4295f} TCPHandler: Processed in 0.001869758 sec. 2025.06.30 14:55:27.169984 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:27.170079 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:27.170119 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:27.170448 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:27.170482 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:27.170777 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.30 14:55:27.170974 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:27.171096 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2025.06.30 14:55:27.171130 [ 276 ] {05238417-1ad3-409a-9075-aba585fb0dc9} TCPHandler: Processed in 0.001193794 sec. 2025.06.30 14:55:28.574396 [ 26 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:55:28.574478 [ 26 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:55:28.751726 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 2025.06.30 14:55:28.752300 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:28.752350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:28.752841 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:55:28.753072 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:28.753208 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 2025.06.30 14:55:28.753221 [ 26 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:55:28.753290 [ 26 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:28.753314 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:28.753452 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:55:28.753606 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:28.753649 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part 2025.06.30 14:55:28.753719 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part 2025.06.30 14:55:28.753770 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part 2025.06.30 14:55:28.753817 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part 2025.06.30 14:55:28.753861 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part 2025.06.30 14:55:28.753906 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part 2025.06.30 14:55:28.756266 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.002865237 sec., 12156411.494057909 rows/sec., 173.90 MiB/sec. 2025.06.30 14:55:28.756721 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:55:28.757167 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:28.757292 [ 195 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_76_15} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:55:28.757433 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.06.30 14:55:28.865384 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1878 2025.06.30 14:55:28.868236 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:28.868281 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:28.869434 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.30 14:55:28.869695 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:28.869850 [ 26 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.30 14:55:28.869903 [ 26 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:28.869925 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.30 14:55:28.870022 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1878 2025.06.30 14:55:28.870027 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:55:28.870606 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:28.870743 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1722 rows starting from the beginning of the part 2025.06.30 14:55:28.871088 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part 2025.06.30 14:55:28.871397 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 36 rows starting from the beginning of the part 2025.06.30 14:55:28.871723 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:55:28.872037 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:55:28.872367 [ 194 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 26 rows starting from the beginning of the part 2025.06.30 14:55:28.878757 [ 189 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1878 rows, containing 72 columns (72 merged, 0 gathered) in 0.008773275 sec., 214059.17402566315 rows/sec., 164.58 MiB/sec. 2025.06.30 14:55:28.880681 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.30 14:55:28.881242 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:28.881313 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_56_11} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.30 14:55:28.881607 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2025.06.30 14:55:30.706776 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.06.30 14:55:30.723980 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:30.724032 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:30.729960 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.30 14:55:30.730651 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:30.730939 [ 66 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.30 14:55:30.731006 [ 66 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:30.731028 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:30.731139 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:55:30.733762 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.06.30 14:55:30.734222 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:30.734983 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:55:30.738266 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:55:30.741567 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:55:30.745251 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2025.06.30 14:55:30.749259 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2025.06.30 14:55:30.753234 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:55:30.807114 [ 199 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.076011276 sec., 7538.355230347665 rows/sec., 38.98 MiB/sec. 2025.06.30 14:55:30.810212 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.30 14:55:30.812263 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:30.812370 [ 198 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_76_15} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.30 14:55:30.815195 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.06.30 14:55:31.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 347.21 MiB, peak 364.63 MiB, free memory in arenas 0.00 B, will set to 346.14 MiB (RSS), difference: -1.06 MiB 2025.06.30 14:55:32.163882 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:32.164176 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:32.164281 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:32.165144 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.165191 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.165588 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.30 14:55:32.165826 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.165981 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} executeQuery: Read 122 rows, 10.67 KiB in 0.001886 sec., 64687.16861081654 rows/sec., 5.53 MiB/sec. 2025.06.30 14:55:32.166003 [ 66 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.30 14:55:32.166025 [ 276 ] {fa072884-afdb-465f-b2ce-657bceaa7f4a} TCPHandler: Processed in 0.002329656 sec. 2025.06.30 14:55:32.166078 [ 66 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.166108 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.166206 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:32.166251 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:55:32.166308 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:32.166353 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:32.166409 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:32.166455 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 835 rows starting from the beginning of the part 2025.06.30 14:55:32.166531 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 122 rows starting from the beginning of the part 2025.06.30 14:55:32.166585 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 74 rows starting from the beginning of the part 2025.06.30 14:55:32.166635 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 125 rows starting from the beginning of the part 2025.06.30 14:55:32.166683 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 74 rows starting from the beginning of the part 2025.06.30 14:55:32.166734 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 122 rows starting from the beginning of the part 2025.06.30 14:55:32.166859 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.166904 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.167236 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.30 14:55:32.167455 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.167595 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} executeQuery: Read 33 rows, 2.48 KiB in 0.001306 sec., 25267.993874425727 rows/sec., 1.86 MiB/sec. 2025.06.30 14:55:32.167613 [ 66 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.06.30 14:55:32.167633 [ 276 ] {d5ff9b6e-7c76-4361-bb30-4b380e6511f2} TCPHandler: Processed in 0.001482859 sec. 2025.06.30 14:55:32.167655 [ 66 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.167680 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.167761 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:32.167778 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::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.06.30 14:55:32.167861 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:32.167894 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:32.167896 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 5 columns (5 merged, 0 gathered) in 0.001709814 sec., 790729.284003991 rows/sec., 68.29 MiB/sec. 2025.06.30 14:55:32.167909 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:32.167933 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 182 rows starting from the beginning of the part 2025.06.30 14:55:32.168012 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:32.168059 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:32.168069 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.30 14:55:32.168101 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 39 rows starting from the beginning of the part 2025.06.30 14:55:32.168147 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:32.168186 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:32.168325 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.168414 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_111_22} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.30 14:55:32.168425 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.168472 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.168493 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.30 14:55:32.168801 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.30 14:55:32.168983 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 305 rows, containing 5 columns (5 merged, 0 gathered) in 0.001246325 sec., 244719.47525725633 rows/sec., 17.60 MiB/sec. 2025.06.30 14:55:32.169026 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.169127 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.06.30 14:55:32.169165 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} executeQuery: Read 97 rows, 7.76 KiB in 0.001322 sec., 73373.67624810892 rows/sec., 5.73 MiB/sec. 2025.06.30 14:55:32.169174 [ 66 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.30 14:55:32.169211 [ 276 ] {8c865583-ae2c-4b24-8fd8-49440bdbaba9} TCPHandler: Processed in 0.00149989 sec. 2025.06.30 14:55:32.169221 [ 66 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.169341 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:32.169358 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.169416 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.169450 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:32.169455 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:55:32.169495 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_105_21} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.06.30 14:55:32.169499 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:32.169556 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:32.169583 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.30 14:55:32.169657 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 500 rows starting from the beginning of the part 2025.06.30 14:55:32.169719 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 97 rows starting from the beginning of the part 2025.06.30 14:55:32.169763 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 73 rows starting from the beginning of the part 2025.06.30 14:55:32.169805 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 103 rows starting from the beginning of the part 2025.06.30 14:55:32.169842 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 73 rows starting from the beginning of the part 2025.06.30 14:55:32.169882 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 97 rows starting from the beginning of the part 2025.06.30 14:55:32.170064 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.170099 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.170432 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.30 14:55:32.170655 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.170711 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 943 rows, containing 5 columns (5 merged, 0 gathered) in 0.001295196 sec., 728075.1330300588 rows/sec., 57.74 MiB/sec. 2025.06.30 14:55:32.170785 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} executeQuery: Read 160 rows, 11.41 KiB in 0.001354 sec., 118168.38995568686 rows/sec., 8.23 MiB/sec. 2025.06.30 14:55:32.170795 [ 66 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.30 14:55:32.170826 [ 276 ] {459d2f2b-e693-4418-9a88-6b5e665e5918} TCPHandler: Processed in 0.00153328 sec. 2025.06.30 14:55:32.170838 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.30 14:55:32.170840 [ 66 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.170873 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.170934 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:32.170946 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:55:32.171034 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:32.171052 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:32.171072 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.171083 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 16792 rows starting from the beginning of the part 2025.06.30 14:55:32.171093 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:32.171139 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_111_22} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.30 14:55:32.171144 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:32.171194 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:32.171208 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.30 14:55:32.171230 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 163 rows starting from the beginning of the part 2025.06.30 14:55:32.171272 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:32.171310 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:32.171981 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.172022 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.172587 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.30 14:55:32.172811 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.172950 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} executeQuery: Read 33 rows, 60.55 KiB in 0.001934 sec., 17063.08169596691 rows/sec., 30.58 MiB/sec. 2025.06.30 14:55:32.173006 [ 276 ] {226acbd3-7ba9-44cc-b96f-16e70800e543} TCPHandler: Processed in 0.002122823 sec. 2025.06.30 14:55:32.173121 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:32.173222 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:32.173265 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:32.173605 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.173641 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.173951 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.30 14:55:32.174154 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.174287 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.06.30 14:55:32.174295 [ 66 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.30 14:55:32.174324 [ 276 ] {86775775-02b9-4d37-8e78-9c8d8e46a48b} TCPHandler: Processed in 0.001252675 sec. 2025.06.30 14:55:32.174338 [ 66 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:32.174363 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:32.174506 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:32.174653 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:32.174686 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5928 rows starting from the beginning of the part 2025.06.30 14:55:32.174749 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2025.06.30 14:55:32.174795 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2025.06.30 14:55:32.174837 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:32.174877 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:32.174916 [ 192 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:32.175128 [ 188 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 17595 rows, containing 5 columns (5 merged, 0 gathered) in 0.004210064 sec., 4179271.383997963 rows/sec., 289.03 MiB/sec. 2025.06.30 14:55:32.175449 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.30 14:55:32.175756 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.175836 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_111_22} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.30 14:55:32.175923 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.06.30 14:55:32.176798 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6228 rows, containing 4 columns (4 merged, 0 gathered) in 0.002345847 sec., 2654904.60375293 rows/sec., 174.61 MiB/sec. 2025.06.30 14:55:32.177315 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.30 14:55:32.177576 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:32.177648 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_111_22} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.30 14:55:32.177738 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.06.30 14:55:36.253315 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 2025.06.30 14:55:36.253886 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:36.253930 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:36.254412 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:55:36.254633 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:36.254767 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 2025.06.30 14:55:37.169352 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.169625 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.169689 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:55:37.170359 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.170400 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.170772 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:55:37.170991 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.171146 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} executeQuery: Read 24 rows, 2.04 KiB in 0.001591 sec., 15084.85229415462 rows/sec., 1.25 MiB/sec. 2025.06.30 14:55:37.171187 [ 276 ] {17983706-70e2-49f6-814c-f51b3e6bce11} TCPHandler: Processed in 0.00201391 sec. 2025.06.30 14:55:37.171314 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.171409 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:55:37.171449 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:55:37.171849 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.171884 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.172167 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:55:37.172368 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.172493 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} executeQuery: Read 2 rows, 167.00 B in 0.001102 sec., 1814.8820326678767 rows/sec., 147.99 KiB/sec. 2025.06.30 14:55:37.172530 [ 276 ] {fada125b-927d-4931-9d21-0afa07c55e1d} TCPHandler: Processed in 0.001263455 sec. 2025.06.30 14:55:37.172641 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.172734 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:37.172771 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:37.173269 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.173303 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.173602 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.30 14:55:37.173806 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.173927 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} executeQuery: Read 195 rows, 17.61 KiB in 0.001212 sec., 160891.0891089109 rows/sec., 14.19 MiB/sec. 2025.06.30 14:55:37.173963 [ 276 ] {fc6a4c65-770b-4ec9-aed5-7e74967d4058} TCPHandler: Processed in 0.001369058 sec. 2025.06.30 14:55:37.174075 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.174167 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.174204 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:37.174587 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.174623 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.174911 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.30 14:55:37.175106 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.175232 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} executeQuery: Read 23 rows, 1.78 KiB in 0.001083 sec., 21237.30378578024 rows/sec., 1.60 MiB/sec. 2025.06.30 14:55:37.175268 [ 276 ] {c995e20a-ce7c-4c27-a0de-9cd5396262e3} TCPHandler: Processed in 0.001240195 sec. 2025.06.30 14:55:37.175316 [ 222 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.06.30 14:55:37.175366 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.175378 [ 222 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.06.30 14:55:37.175464 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.175506 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:55:37.175886 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.175922 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.176245 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:55:37.176563 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.176728 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} executeQuery: Read 24 rows, 2.04 KiB in 0.00128 sec., 18750 rows/sec., 1.56 MiB/sec. 2025.06.30 14:55:37.176775 [ 276 ] {5d28a3d0-a753-4228-9cb4-73243a1bdf23} TCPHandler: Processed in 0.001456299 sec. 2025.06.30 14:55:37.176895 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.177008 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.177057 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:55:37.177438 [ 222 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.06.30 14:55:37.177534 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.177579 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.177877 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:55:37.178075 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.178204 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} executeQuery: Read 12 rows, 960.00 B in 0.001219 sec., 9844.134536505331 rows/sec., 769.07 KiB/sec. 2025.06.30 14:55:37.178242 [ 276 ] {a977416d-590f-47e2-adad-36050330aa29} TCPHandler: Processed in 0.001404368 sec. 2025.06.30 14:55:37.178340 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.178434 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:37.178473 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:37.178895 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.178931 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.179242 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.30 14:55:37.179442 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.179566 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} executeQuery: Read 111 rows, 9.26 KiB in 0.00115 sec., 96521.73913043478 rows/sec., 7.86 MiB/sec. 2025.06.30 14:55:37.179603 [ 276 ] {75350d8f-55d5-41f3-8359-ae3bbd6d41e4} TCPHandler: Processed in 0.001310026 sec. 2025.06.30 14:55:37.179710 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.179804 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.179845 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:37.180277 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.180313 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.180635 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.30 14:55:37.180838 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.180961 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} executeQuery: Read 341 rows, 26.42 KiB in 0.001176 sec., 289965.9863945578 rows/sec., 21.94 MiB/sec. 2025.06.30 14:55:37.180998 [ 276 ] {7faefca0-e617-44ef-8a7f-6317b8035b48} TCPHandler: Processed in 0.001335147 sec. 2025.06.30 14:55:37.181105 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.181198 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.181252 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:37.181995 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.182031 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.182530 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.30 14:55:37.182744 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.182866 [ 56 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.30 14:55:37.182876 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} executeQuery: Read 9 rows, 16.51 KiB in 0.001696 sec., 5306.603773584906 rows/sec., 9.51 MiB/sec. 2025.06.30 14:55:37.182942 [ 56 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.182970 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.182973 [ 276 ] {d6326e80-ac56-41a4-9ac4-43006a1f4c88} TCPHandler: Processed in 0.001914458 sec. 2025.06.30 14:55:37.183080 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:55:37.183118 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:37.183217 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:37.183257 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:37.183314 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:37.183374 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2121 rows starting from the beginning of the part 2025.06.30 14:55:37.183501 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:37.183604 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:37.183609 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:37.183651 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:37.183699 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:37.183795 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:37.183891 [ 190 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:37.183970 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.30 14:55:37.184182 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.184318 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.06.30 14:55:37.184354 [ 276 ] {5414fe89-a00d-4f35-b6ba-685386b6d18b} TCPHandler: Processed in 0.001284526 sec. 2025.06.30 14:55:37.191728 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2214 rows, containing 19 columns (19 merged, 0 gathered) in 0.008693394 sec., 254676.13684597754 rows/sec., 456.37 MiB/sec. 2025.06.30 14:55:37.194044 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.30 14:55:37.194388 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:37.194454 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_106_21} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.30 14:55:37.194628 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.29 MiB. 2025.06.30 14:55:38.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 347.14 MiB, peak 365.38 MiB, free memory in arenas 0.00 B, will set to 349.70 MiB (RSS), difference: 2.56 MiB 2025.06.30 14:55:38.233852 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.06.30 14:55:38.251911 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:38.251962 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:38.258010 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.30 14:55:38.258756 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:38.261841 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.06.30 14:55:38.288155 [ 219 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:55:38.288241 [ 219 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:55:38.290486 [ 219 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:55:38.710638 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:55:38.710693 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:55:38.713860 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:55:38.777019 [ 219 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:55:38.777069 [ 219 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:55:38.779373 [ 219 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:55:38.789173 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:55:38.789206 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:55:38.790981 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:55:38.870151 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1910 2025.06.30 14:55:38.872514 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:38.872555 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:38.873794 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.30 14:55:38.874067 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:38.874327 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1910 2025.06.30 14:55:42.162694 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:42.163004 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:42.163109 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:42.164063 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:42.164104 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:42.164500 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.30 14:55:42.164727 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:42.164887 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} executeQuery: Read 122 rows, 10.67 KiB in 0.001961 sec., 62213.15655277919 rows/sec., 5.31 MiB/sec. 2025.06.30 14:55:42.164938 [ 276 ] {0042191b-b1c2-4e41-b41d-010436917fcb} TCPHandler: Processed in 0.002433099 sec. 2025.06.30 14:55:42.165067 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:42.165172 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:42.165216 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:42.165643 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:42.165679 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:42.165977 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.30 14:55:42.166191 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:42.166324 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} executeQuery: Read 33 rows, 2.48 KiB in 0.001176 sec., 28061.22448979592 rows/sec., 2.06 MiB/sec. 2025.06.30 14:55:42.166363 [ 276 ] {66207aa1-c6a3-47a2-b716-5c873eac3984} TCPHandler: Processed in 0.001349497 sec. 2025.06.30 14:55:42.166464 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:42.166560 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:42.166602 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:42.167045 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:42.167080 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:42.167378 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.30 14:55:42.167605 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:42.167734 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} executeQuery: Read 97 rows, 7.76 KiB in 0.001193 sec., 81307.62782900251 rows/sec., 6.35 MiB/sec. 2025.06.30 14:55:42.167771 [ 276 ] {42ee5fa8-583f-4dd6-a534-43eedfbe7c21} TCPHandler: Processed in 0.001355887 sec. 2025.06.30 14:55:42.167882 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:42.167977 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:42.168022 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:42.168434 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:42.168468 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:42.168796 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.30 14:55:42.168999 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:42.169126 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2025.06.30 14:55:42.169166 [ 276 ] {189f51e3-ed8b-4b8b-a750-0930210bda7e} TCPHandler: Processed in 0.001333086 sec. 2025.06.30 14:55:42.169270 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:42.169373 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:42.169431 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:42.170277 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:42.170311 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:42.170862 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.30 14:55:42.171080 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:42.171218 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} executeQuery: Read 33 rows, 60.55 KiB in 0.001864 sec., 17703.862660944207 rows/sec., 31.72 MiB/sec. 2025.06.30 14:55:42.171287 [ 276 ] {71166cae-2795-43f3-84f9-35f1b806df2d} TCPHandler: Processed in 0.002066601 sec. 2025.06.30 14:55:42.171399 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:42.171496 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:42.171538 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:42.171873 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:42.171907 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:42.172205 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.30 14:55:42.172409 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:42.172535 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.06.30 14:55:42.172571 [ 276 ] {ed2eae17-5042-41e1-a212-dd6e5da1525c} TCPHandler: Processed in 0.001221044 sec. 2025.06.30 14:55:43.245377 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:55:43.245450 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:55:43.247722 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:55:43.574541 [ 47 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:55:43.574620 [ 47 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:55:43.754960 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 2025.06.30 14:55:43.755760 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:43.755844 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:43.756462 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:55:43.756683 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:43.756815 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 2025.06.30 14:55:45.761892 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.06.30 14:55:45.781038 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:45.781112 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:45.787359 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.30 14:55:45.788052 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:45.791731 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.06.30 14:55:47.162935 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:47.163139 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:47.163210 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:47.163914 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:47.163959 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:47.164347 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.30 14:55:47.164568 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:47.164719 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} executeQuery: Read 74 rows, 6.10 KiB in 0.001636 sec., 45232.273838630805 rows/sec., 3.64 MiB/sec. 2025.06.30 14:55:47.164762 [ 276 ] {5ed5e812-41bc-4b37-b8b7-328f4994007f} TCPHandler: Processed in 0.00196968 sec. 2025.06.30 14:55:47.164890 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:47.164987 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:47.165028 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:47.165416 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:47.165453 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:47.165745 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.30 14:55:47.165965 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:47.166098 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} executeQuery: Read 9 rows, 693.00 B in 0.001131 sec., 7957.559681697612 rows/sec., 598.37 KiB/sec. 2025.06.30 14:55:47.166136 [ 276 ] {448864c7-8b24-428b-9c17-ae064a600435} TCPHandler: Processed in 0.001296506 sec. 2025.06.30 14:55:47.166239 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:47.166335 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:47.166374 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:47.166777 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:47.166813 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:47.167111 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.30 14:55:47.167327 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:47.167455 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} executeQuery: Read 73 rows, 5.84 KiB in 0.001138 sec., 64147.62741652022 rows/sec., 5.01 MiB/sec. 2025.06.30 14:55:47.167493 [ 276 ] {59031b84-2d8a-495a-bcdd-f262392e99c6} TCPHandler: Processed in 0.001302066 sec. 2025.06.30 14:55:47.167612 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:47.167707 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:47.167751 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:47.168179 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:47.168216 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:47.168540 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.30 14:55:47.168753 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:47.168881 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.06.30 14:55:47.168919 [ 276 ] {d275d48e-a8c4-4199-94c4-dad27d4bb61d} TCPHandler: Processed in 0.001355927 sec. 2025.06.30 14:55:47.169021 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:47.169120 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:47.169175 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:47.169925 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:47.169962 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:47.170460 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.30 14:55:47.170676 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:47.170812 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} executeQuery: Read 9 rows, 16.51 KiB in 0.001715 sec., 5247.813411078718 rows/sec., 9.40 MiB/sec. 2025.06.30 14:55:47.170868 [ 276 ] {53729ca8-8e98-48bb-9e48-eb549fd2ea8e} TCPHandler: Processed in 0.001895537 sec. 2025.06.30 14:55:47.170983 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:47.171078 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:47.171120 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:47.171467 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:47.171503 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:47.171798 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.30 14:55:47.172013 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:47.172141 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.06.30 14:55:47.172176 [ 276 ] {c295c570-8566-418e-a399-56942c33bde5} TCPHandler: Processed in 0.001242505 sec. 2025.06.30 14:55:48.104496 [ 38 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 5 parts from all_1_31_6 to all_35_35_0 2025.06.30 14:55:48.104560 [ 38 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:48.104580 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:48.104696 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_6 to all_35_35_0 into Compact with storage Full 2025.06.30 14:55:48.104842 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:48.104879 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 138 rows starting from the beginning of the part 2025.06.30 14:55:48.104954 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part 2025.06.30 14:55:48.105006 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part 2025.06.30 14:55:48.105056 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part 2025.06.30 14:55:48.105102 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2025.06.30 14:55:48.105980 [ 193 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 501 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333686 sec., 375650.6404056127 rows/sec., 26.41 MiB/sec. 2025.06.30 14:55:48.106133 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.06.30 14:55:48.106384 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:48.106450 [ 200 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_35_7} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 5 parts: [all_1_31_6, all_35_35_0] -> all_1_35_7 2025.06.30 14:55:48.106516 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:55:48.875421 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1934 2025.06.30 14:55:48.877621 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:48.877674 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:48.878833 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.30 14:55:48.879096 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:48.879384 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1934 2025.06.30 14:55:49.880659 [ 37 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.06.30 14:55:49.880728 [ 37 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:49.880748 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:49.880877 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full 2025.06.30 14:55:49.881026 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:49.881069 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 22 rows starting from the beginning of the part 2025.06.30 14:55:49.881139 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part 2025.06.30 14:55:49.881189 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.06.30 14:55:49.881235 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.06.30 14:55:49.881279 [ 192 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part 2025.06.30 14:55:49.882087 [ 193 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001270466 sec., 33058.73592839163 rows/sec., 2.78 MiB/sec. 2025.06.30 14:55:49.882267 [ 193 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.06.30 14:55:49.882568 [ 193 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:49.882660 [ 193 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_33_8} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.06.30 14:55:49.882764 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:55:51.257860 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 2025.06.30 14:55:51.258403 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:51.258446 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:51.258960 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:55:51.259214 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:51.259369 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 2025.06.30 14:55:52.164023 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.164208 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:55:52.164275 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:55:52.164946 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.165003 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.165480 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:55:52.165760 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.165945 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} executeQuery: Read 4 rows, 348.00 B in 0.001788 sec., 2237.1364653243845 rows/sec., 190.07 KiB/sec. 2025.06.30 14:55:52.166007 [ 276 ] {2a81870a-2ad0-45a7-ae50-c61014c4b259} TCPHandler: Processed in 0.002118603 sec. 2025.06.30 14:55:52.166174 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.166289 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:52.166338 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:52.166950 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.166992 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.167343 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.30 14:55:52.167567 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.167706 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} executeQuery: Read 125 rows, 10.91 KiB in 0.001446 sec., 86445.36652835408 rows/sec., 7.37 MiB/sec. 2025.06.30 14:55:52.167748 [ 276 ] {7ceac4f8-63c3-47cd-a149-93692830550f} TCPHandler: Processed in 0.001633832 sec. 2025.06.30 14:55:52.167878 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.167982 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:52.168029 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:52.168570 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.168610 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.168965 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.30 14:55:52.169191 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.169340 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} executeQuery: Read 37 rows, 2.77 KiB in 0.00138 sec., 26811.594202898552 rows/sec., 1.96 MiB/sec. 2025.06.30 14:55:52.169381 [ 276 ] {e75d75e7-13e3-4128-a343-d5c5517207dc} TCPHandler: Processed in 0.001555191 sec. 2025.06.30 14:55:52.169503 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.169603 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:52.169647 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:52.170104 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.170140 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.170454 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.30 14:55:52.170665 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.170797 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} executeQuery: Read 101 rows, 8.10 KiB in 0.001216 sec., 83059.21052631579 rows/sec., 6.50 MiB/sec. 2025.06.30 14:55:52.170836 [ 276 ] {4a23943e-8563-4102-8b91-660f1a19fb06} TCPHandler: Processed in 0.001384538 sec. 2025.06.30 14:55:52.170958 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.171056 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:52.171102 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:52.171528 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.171564 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.171894 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.30 14:55:52.172105 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.172239 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} executeQuery: Read 162 rows, 11.56 KiB in 0.001202 sec., 134775.37437603995 rows/sec., 9.39 MiB/sec. 2025.06.30 14:55:52.172276 [ 276 ] {0561a3d1-d780-436b-b2f2-608395442a87} TCPHandler: Processed in 0.001367538 sec. 2025.06.30 14:55:52.172387 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.172483 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:52.172539 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:52.173446 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.173483 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.174054 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.30 14:55:52.174291 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.174434 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} executeQuery: Read 33 rows, 60.55 KiB in 0.001969 sec., 16759.77653631285 rows/sec., 30.03 MiB/sec. 2025.06.30 14:55:52.174506 [ 276 ] {f9424317-35b5-4c13-a425-1c318e3f2633} TCPHandler: Processed in 0.002168483 sec. 2025.06.30 14:55:52.174623 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:52.174720 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:52.174763 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:52.175106 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:52.175142 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:52.175465 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.30 14:55:52.175673 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:52.175806 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.06.30 14:55:52.175843 [ 276 ] {abec5b3c-8607-4ddf-86f2-96b9767e0d3b} TCPHandler: Processed in 0.001269836 sec. 2025.06.30 14:55:53.292720 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.06.30 14:55:53.313102 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:53.313174 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:53.319535 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.30 14:55:53.320398 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:53.325993 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.06.30 14:55:57.162041 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:57.162263 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:55:57.162337 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:55:57.163091 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.163136 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:57.163524 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.30 14:55:57.163743 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.163895 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} executeQuery: Read 74 rows, 6.10 KiB in 0.001687 sec., 43864.84884410196 rows/sec., 3.53 MiB/sec. 2025.06.30 14:55:57.163919 [ 29 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.30 14:55:57.163947 [ 276 ] {1e705913-2e29-4620-aa36-79fe71a8f51c} TCPHandler: Processed in 0.00204509 sec. 2025.06.30 14:55:57.163957 [ 29 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.163986 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:57.164085 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:57.164125 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:55:57.164192 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:55:57.164239 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:55:57.164289 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:57.164332 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 835 rows starting from the beginning of the part 2025.06.30 14:55:57.164407 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 195 rows starting from the beginning of the part 2025.06.30 14:55:57.164459 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 122 rows starting from the beginning of the part 2025.06.30 14:55:57.164509 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 74 rows starting from the beginning of the part 2025.06.30 14:55:57.164554 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 125 rows starting from the beginning of the part 2025.06.30 14:55:57.164598 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 74 rows starting from the beginning of the part 2025.06.30 14:55:57.164714 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.164756 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:55:57.165075 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.30 14:55:57.165310 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.165445 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} executeQuery: Read 9 rows, 693.00 B in 0.001273 sec., 7069.913589945011 rows/sec., 531.62 KiB/sec. 2025.06.30 14:55:57.165464 [ 30 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2025.06.30 14:55:57.165483 [ 276 ] {faa98214-0fc8-4ab1-ba1b-2d942bebff0b} TCPHandler: Processed in 0.001452089 sec. 2025.06.30 14:55:57.165532 [ 30 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.165559 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:55:57.165638 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:57.165646 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::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.06.30 14:55:57.165740 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:57.165740 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:55:57.165752 [ 197 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1425 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694803 sec., 840805.6865606209 rows/sec., 73.07 MiB/sec. 2025.06.30 14:55:57.165768 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_105_21, total 182 rows starting from the beginning of the part 2025.06.30 14:55:57.165790 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:55:57.165836 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 23 rows starting from the beginning of the part 2025.06.30 14:55:57.165880 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part 2025.06.30 14:55:57.165921 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:57.165950 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.30 14:55:57.165961 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 37 rows starting from the beginning of the part 2025.06.30 14:55:57.166013 [ 193 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 9 rows starting from the beginning of the part 2025.06.30 14:55:57.166256 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.166271 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.166295 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:55:57.166362 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_116_23} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.30 14:55:57.166456 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:55:57.166616 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.30 14:55:57.166765 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 293 rows, containing 5 columns (5 merged, 0 gathered) in 0.001158324 sec., 252951.67845956743 rows/sec., 18.20 MiB/sec. 2025.06.30 14:55:57.166843 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.166898 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2025.06.30 14:55:57.166978 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} executeQuery: Read 73 rows, 5.84 KiB in 0.001256 sec., 58121.019108280256 rows/sec., 4.54 MiB/sec. 2025.06.30 14:55:57.167010 [ 28 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.30 14:55:57.167016 [ 276 ] {9084752d-cdde-406c-86bd-ded603d098c1} TCPHandler: Processed in 0.001427128 sec. 2025.06.30 14:55:57.167082 [ 28 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.167114 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:57.167166 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.167185 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:57.167189 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:55:57.167235 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_110_22} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2025.06.30 14:55:57.167268 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:57.167282 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:57.167290 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 500 rows starting from the beginning of the part 2025.06.30 14:55:57.167294 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.30 14:55:57.167327 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:55:57.167336 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 111 rows starting from the beginning of the part 2025.06.30 14:55:57.167370 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 97 rows starting from the beginning of the part 2025.06.30 14:55:57.167402 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 73 rows starting from the beginning of the part 2025.06.30 14:55:57.167435 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 101 rows starting from the beginning of the part 2025.06.30 14:55:57.167467 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 73 rows starting from the beginning of the part 2025.06.30 14:55:57.167756 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.167790 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:55:57.168116 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.30 14:55:57.168220 [ 193 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 5 columns (5 merged, 0 gathered) in 0.001057142 sec., 903379.1108479276 rows/sec., 72.03 MiB/sec. 2025.06.30 14:55:57.168326 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.168399 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.30 14:55:57.168457 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.06.30 14:55:57.168469 [ 28 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.30 14:55:57.168495 [ 276 ] {e2bcf602-45a8-4dd6-b28e-9aae3ea0543f} TCPHandler: Processed in 0.001358707 sec. 2025.06.30 14:55:57.168512 [ 28 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.168540 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:57.168607 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:57.168612 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:55:57.168692 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.168717 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:55:57.168723 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:57.168763 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 17595 rows starting from the beginning of the part 2025.06.30 14:55:57.168773 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_116_23} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.30 14:55:57.168779 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:55:57.168810 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 341 rows starting from the beginning of the part 2025.06.30 14:55:57.168845 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.30 14:55:57.168852 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:57.168903 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:57.168936 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 162 rows starting from the beginning of the part 2025.06.30 14:55:57.168970 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2025.06.30 14:55:57.169564 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.169607 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:55:57.170153 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.30 14:55:57.170372 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.170515 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} executeQuery: Read 9 rows, 16.51 KiB in 0.001818 sec., 4950.495049504951 rows/sec., 8.87 MiB/sec. 2025.06.30 14:55:57.170572 [ 276 ] {030e08a7-d2ee-46d8-896f-a7a448d645d2} TCPHandler: Processed in 0.00201479 sec. 2025.06.30 14:55:57.170683 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:55:57.170780 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:55:57.170823 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:55:57.171160 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.171196 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:55:57.171500 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.30 14:55:57.171715 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.171846 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.06.30 14:55:57.171856 [ 28 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.30 14:55:57.171885 [ 276 ] {7417c5bd-630c-4450-b5c9-f2a86fb7bb26} TCPHandler: Processed in 0.001252145 sec. 2025.06.30 14:55:57.171899 [ 28 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:57.171923 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:57.171993 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:57.172082 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:55:57.172114 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6228 rows starting from the beginning of the part 2025.06.30 14:55:57.172158 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:57.172191 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:57.172220 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2025.06.30 14:55:57.172249 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2025.06.30 14:55:57.172282 [ 193 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:55:57.172815 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 18578 rows, containing 5 columns (5 merged, 0 gathered) in 0.004228104 sec., 4393931.653526025 rows/sec., 304.48 MiB/sec. 2025.06.30 14:55:57.173144 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.30 14:55:57.173386 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.173450 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_116_23} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.30 14:55:57.173530 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. 2025.06.30 14:55:57.173959 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6528 rows, containing 4 columns (4 merged, 0 gathered) in 0.00199774 sec., 3267692.4925165437 rows/sec., 215.15 MiB/sec. 2025.06.30 14:55:57.174356 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.30 14:55:57.174584 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:57.174642 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_116_23} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.30 14:55:57.174700 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.06.30 14:55:58.518483 [ 225 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:55:58.518536 [ 225 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:55:58.521048 [ 225 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:55:58.574867 [ 30 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:55:58.574922 [ 30 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:55:58.759554 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 2025.06.30 14:55:58.760072 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:58.760119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:58.760607 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:55:58.760842 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:58.760989 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 2025.06.30 14:55:58.879609 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1960 2025.06.30 14:55:58.882307 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:55:58.882366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:55:58.883620 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.30 14:55:58.883899 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:55:58.884137 [ 224 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:55:58.884191 [ 224 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:55:58.884197 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1960 2025.06.30 14:55:58.886829 [ 224 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:55:59.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 345.73 MiB, peak 365.38 MiB, free memory in arenas 0.00 B, will set to 349.73 MiB (RSS), difference: 4.01 MiB 2025.06.30 14:55:59.001783 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001265955 sec. 2025.06.30 14:55:59.422562 [ 224 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:55:59.422626 [ 224 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:55:59.424691 [ 224 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:56:00.826123 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.06.30 14:56:00.842498 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:00.842561 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:00.848975 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.30 14:56:00.849688 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:00.852711 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.06.30 14:56:02.072250 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.06.30 14:56:02.072299 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.06.30 14:56:02.073983 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2025.06.30 14:56:02.168737 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.168895 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.168959 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:56:02.169709 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.169745 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.170124 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:56:02.170351 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.170496 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} executeQuery: Read 212 rows, 13.81 KiB in 0.00165 sec., 128484.84848484848 rows/sec., 8.17 MiB/sec. 2025.06.30 14:56:02.170537 [ 276 ] {46385a02-74cb-40c4-85b5-abd1aae86cd9} TCPHandler: Processed in 0.001924638 sec. 2025.06.30 14:56:02.170653 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.170749 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:02.170790 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:02.171523 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.171560 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.171905 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.30 14:56:02.172115 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.172245 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} executeQuery: Read 683 rows, 55.64 KiB in 0.001514 sec., 451122.85336856014 rows/sec., 35.89 MiB/sec. 2025.06.30 14:56:02.172283 [ 276 ] {86751904-91e6-4e70-b17b-e4885cbab918} TCPHandler: Processed in 0.001680024 sec. 2025.06.30 14:56:02.172394 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.172489 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.172528 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:02.172988 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.173022 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.173338 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.30 14:56:02.173552 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.173670 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} executeQuery: Read 139 rows, 8.87 KiB in 0.001234 sec., 112641.81523500809 rows/sec., 7.02 MiB/sec. 2025.06.30 14:56:02.173705 [ 276 ] {adf9376c-3440-4316-9993-c1194e5c5e14} TCPHandler: Processed in 0.001397258 sec. 2025.06.30 14:56:02.173809 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.173899 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.173937 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:56:02.174412 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.174447 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.174745 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:56:02.174951 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.175074 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} executeQuery: Read 113 rows, 7.49 KiB in 0.001142 sec., 98949.2119089317 rows/sec., 6.41 MiB/sec. 2025.06.30 14:56:02.175111 [ 276 ] {b68948d2-d9ee-430f-b15f-9cc931ed20c3} TCPHandler: Processed in 0.001306396 sec. 2025.06.30 14:56:02.175225 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.175319 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.175359 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:56:02.175785 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.175819 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.176110 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:56:02.176322 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.176452 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} executeQuery: Read 112 rows, 6.53 KiB in 0.001151 sec., 97306.68983492616 rows/sec., 5.54 MiB/sec. 2025.06.30 14:56:02.176490 [ 276 ] {4929f3d9-1272-42a5-bf96-1cb5c6be8c51} TCPHandler: Processed in 0.001313086 sec. 2025.06.30 14:56:02.176600 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.176693 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:02.176731 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:02.177269 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.177306 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.177679 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.30 14:56:02.177885 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.178011 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} executeQuery: Read 415 rows, 30.23 KiB in 0.001337 sec., 310396.40987284965 rows/sec., 22.08 MiB/sec. 2025.06.30 14:56:02.178049 [ 276 ] {a077a2bf-fcff-4953-a948-e191f361fd28} TCPHandler: Processed in 0.00149803 sec. 2025.06.30 14:56:02.178094 [ 217 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:02.178122 [ 217 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:02.178159 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.178253 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:56:02.178385 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:56:02.178719 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.178754 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.179077 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.30 14:56:02.179290 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.179427 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} executeQuery: Read 6 rows, 321.00 B in 0.001192 sec., 5033.557046979866 rows/sec., 262.98 KiB/sec. 2025.06.30 14:56:02.179464 [ 276 ] {ece414c4-856d-442b-8b63-11f2198e327c} TCPHandler: Processed in 0.001354467 sec. 2025.06.30 14:56:02.179568 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.179662 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.179704 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:02.180105 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.180140 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.180398 [ 217 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:02.180473 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.30 14:56:02.180682 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.180808 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} executeQuery: Read 237 rows, 16.27 KiB in 0.001165 sec., 203433.47639484977 rows/sec., 13.64 MiB/sec. 2025.06.30 14:56:02.180846 [ 276 ] {121015cc-cba8-4a81-b614-aac4ee6bfcb4} TCPHandler: Processed in 0.001326656 sec. 2025.06.30 14:56:02.180955 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.181048 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.181090 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:56:02.181401 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.181437 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.181721 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:56:02.181923 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.182050 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2025.06.30 14:56:02.182086 [ 276 ] {4982f4e3-dec7-403d-ac4e-d0a61b37a9cd} TCPHandler: Processed in 0.001180463 sec. 2025.06.30 14:56:02.182201 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.182295 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.182350 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:02.183277 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.183314 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.183900 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.30 14:56:02.184121 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.184260 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} executeQuery: Read 33 rows, 60.55 KiB in 0.001982 sec., 16649.84863773966 rows/sec., 29.84 MiB/sec. 2025.06.30 14:56:02.184264 [ 42 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.30 14:56:02.184316 [ 276 ] {dd9c86a2-c417-4f8e-a0b2-378103d58ebc} TCPHandler: Processed in 0.002167634 sec. 2025.06.30 14:56:02.184334 [ 42 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.184361 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:02.184443 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:02.184469 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:56:02.184541 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:02.184587 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:02.184698 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:02.184762 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2214 rows starting from the beginning of the part 2025.06.30 14:56:02.184890 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:02.184924 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:02.184965 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:02.184995 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:02.185098 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:02.185192 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:02.185281 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.30 14:56:02.185282 [ 198 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:02.185503 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.185645 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} executeQuery: Read 82 rows, 5.33 KiB in 0.001122 sec., 73083.77896613191 rows/sec., 4.64 MiB/sec. 2025.06.30 14:56:02.185681 [ 276 ] {f282dec1-6e05-4aad-a18a-de994c17e95b} TCPHandler: Processed in 0.001289026 sec. 2025.06.30 14:56:02.192507 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2331 rows, containing 19 columns (19 merged, 0 gathered) in 0.008087752 sec., 288213.58518411545 rows/sec., 516.47 MiB/sec. 2025.06.30 14:56:02.194799 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.30 14:56:02.195138 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:02.195205 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_111_22} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.30 14:56:02.195348 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.53 MiB. 2025.06.30 14:56:02.761815 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:02.761865 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:02.763476 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:02.870604 [ 221 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:02.870683 [ 221 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:02.872919 [ 221 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:03.087401 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:03.087451 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:03.089394 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:04.464478 [ 221 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): 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.06.30 14:56:04.464551 [ 221 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): 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.06.30 14:56:04.466466 [ 221 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): 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.06.30 14:56:06.261212 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 2025.06.30 14:56:06.262029 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:06.262066 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:06.262536 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:56:06.262758 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:06.262893 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 2025.06.30 14:56:06.262911 [ 113 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:56:06.263005 [ 113 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:06.263041 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:06.263215 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:56:06.263391 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:06.263433 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:56:06.263501 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part 2025.06.30 14:56:06.263544 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part 2025.06.30 14:56:06.263582 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part 2025.06.30 14:56:06.263619 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part 2025.06.30 14:56:06.263656 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part 2025.06.30 14:56:06.266023 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.002869727 sec., 12945133.80541076 rows/sec., 185.18 MiB/sec. 2025.06.30 14:56:06.266449 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:56:06.266781 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:06.266865 [ 191 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_81_16} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:56:06.266970 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.06.30 14:56:07.162490 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.162728 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:56:07.162814 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:56:07.163598 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.163641 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.164037 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:56:07.164269 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.164422 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} executeQuery: Read 8 rows, 668.00 B in 0.001758 sec., 4550.625711035267 rows/sec., 371.07 KiB/sec. 2025.06.30 14:56:07.164465 [ 276 ] {366a8a61-9c5b-4a8f-b94d-e274f84543fc} TCPHandler: Processed in 0.002134872 sec. 2025.06.30 14:56:07.164590 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.164716 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:07.164766 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:07.165287 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.165332 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.165687 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.30 14:56:07.165899 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.166030 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} executeQuery: Read 78 rows, 6.39 KiB in 0.00134 sec., 58208.95522388059 rows/sec., 4.66 MiB/sec. 2025.06.30 14:56:07.166069 [ 276 ] {28008871-1ef0-4128-a53f-d0d6ee9b5f2a} TCPHandler: Processed in 0.00154163 sec. 2025.06.30 14:56:07.166180 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.166278 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:07.166318 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:07.166716 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.166753 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.167046 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.30 14:56:07.167265 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.167397 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} executeQuery: Read 17 rows, 1.24 KiB in 0.001138 sec., 14938.488576449914 rows/sec., 1.06 MiB/sec. 2025.06.30 14:56:07.167435 [ 276 ] {c265c721-bedb-43b4-80de-0917b3fcd5e8} TCPHandler: Processed in 0.001306206 sec. 2025.06.30 14:56:07.167535 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.167629 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:07.167669 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:07.168073 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.168109 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.168409 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.30 14:56:07.168639 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.168768 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} executeQuery: Read 81 rows, 6.49 KiB in 0.001157 sec., 70008.6430423509 rows/sec., 5.48 MiB/sec. 2025.06.30 14:56:07.168806 [ 276 ] {3335aeed-1ae8-47f9-9a0c-14403ff51f5f} TCPHandler: Processed in 0.001319806 sec. 2025.06.30 14:56:07.168914 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.169008 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:07.169052 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:07.169454 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.169490 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.169819 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.30 14:56:07.170024 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.170155 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} executeQuery: Read 164 rows, 11.69 KiB in 0.001166 sec., 140651.80102915954 rows/sec., 9.79 MiB/sec. 2025.06.30 14:56:07.170193 [ 276 ] {176e85f4-9c96-4b4c-bbf9-d84b735690db} TCPHandler: Processed in 0.001328906 sec. 2025.06.30 14:56:07.170312 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.170427 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:07.170492 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:07.171384 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.171429 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.171945 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.30 14:56:07.172179 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.172321 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} executeQuery: Read 9 rows, 16.51 KiB in 0.001918 sec., 4692.387904066736 rows/sec., 8.41 MiB/sec. 2025.06.30 14:56:07.172376 [ 276 ] {565176ed-5388-4378-a6c0-57dc2d4b7e1c} TCPHandler: Processed in 0.002123982 sec. 2025.06.30 14:56:07.172487 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:07.172583 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:07.172624 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:07.172962 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:07.172999 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:07.173299 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.30 14:56:07.173506 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:07.173635 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.06.30 14:56:07.173672 [ 276 ] {756d7e0e-6320-42a6-8ddc-c6f489940b8d} TCPHandler: Processed in 0.001234745 sec. 2025.06.30 14:56:08.352816 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.06.30 14:56:08.370403 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:08.370449 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:08.376718 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.30 14:56:08.377483 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:08.377757 [ 133 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.30 14:56:08.377800 [ 133 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:08.377822 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:08.377958 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.380754 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.06.30 14:56:08.381851 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:08.383310 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.388193 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.392841 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.397557 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.402375 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.406720 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:08.463594 [ 191 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.085698788 sec., 7117.953640137828 rows/sec., 36.81 MiB/sec. 2025.06.30 14:56:08.466678 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.30 14:56:08.468667 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_81_16} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:08.468772 [ 186 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_81_16} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.30 14:56:08.471591 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.06.30 14:56:08.884434 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1996 2025.06.30 14:56:08.886956 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:08.887006 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:08.888285 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.30 14:56:08.888553 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:08.888831 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1996 2025.06.30 14:56:09.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 351.43 MiB, peak 369.08 MiB, free memory in arenas 0.00 B, will set to 350.38 MiB (RSS), difference: -1.06 MiB 2025.06.30 14:56:09.054600 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:09.054676 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:09.057047 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:10.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 346.37 MiB, peak 369.08 MiB, free memory in arenas 0.00 B, will set to 350.38 MiB (RSS), difference: 4.00 MiB 2025.06.30 14:56:12.169292 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.169491 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.169564 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:56:12.170333 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.170376 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.170783 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:56:12.171015 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.171144 [ 149 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:56:12.171172 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} executeQuery: Read 212 rows, 13.81 KiB in 0.001736 sec., 122119.81566820278 rows/sec., 7.77 MiB/sec. 2025.06.30 14:56:12.171184 [ 149 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.171210 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.171227 [ 276 ] {c7fbe32e-a30d-4746-9b63-980d3a212e34} TCPHandler: Processed in 0.002073622 sec. 2025.06.30 14:56:12.171343 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:56:12.171351 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.171501 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:12.171515 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:12.171545 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:12.171557 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 236 rows starting from the beginning of the part 2025.06.30 14:56:12.171638 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part 2025.06.30 14:56:12.171690 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part 2025.06.30 14:56:12.171734 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:56:12.171773 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part 2025.06.30 14:56:12.171816 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part 2025.06.30 14:56:12.172331 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.172374 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:12.172749 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.30 14:56:12.172782 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1108 rows, containing 5 columns (5 merged, 0 gathered) in 0.001500649 sec., 738347.2084411478 rows/sec., 50.39 MiB/sec. 2025.06.30 14:56:12.173010 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.173016 [ 200 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:56:12.173153 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} executeQuery: Read 683 rows, 55.64 KiB in 0.001677 sec., 407274.89564698865 rows/sec., 32.40 MiB/sec. 2025.06.30 14:56:12.173205 [ 276 ] {90ed933d-38b9-41bd-84ae-e60526017cf5} TCPHandler: Processed in 0.001907328 sec. 2025.06.30 14:56:12.173319 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.173415 [ 200 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.173419 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.173481 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:12.173521 [ 200 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_36_7} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:56:12.173637 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.30 14:56:12.173923 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.173963 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.174281 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.30 14:56:12.174498 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.174624 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} executeQuery: Read 139 rows, 8.87 KiB in 0.001227 sec., 113284.43357783211 rows/sec., 7.06 MiB/sec. 2025.06.30 14:56:12.174661 [ 276 ] {2909c719-89cc-4c57-bd5f-c74238bc76bc} TCPHandler: Processed in 0.001390908 sec. 2025.06.30 14:56:12.174767 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.174861 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.174900 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:56:12.175308 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.175344 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.175645 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:56:12.175857 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.175980 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} executeQuery: Read 113 rows, 7.49 KiB in 0.001139 sec., 99209.83318700614 rows/sec., 6.42 MiB/sec. 2025.06.30 14:56:12.176018 [ 276 ] {e7250ee0-90b6-48e1-a5e1-d9a49067c225} TCPHandler: Processed in 0.001298466 sec. 2025.06.30 14:56:12.176124 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.176218 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.176256 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:56:12.176662 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.176698 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.176998 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:56:12.177234 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.177347 [ 147 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:56:12.177360 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} executeQuery: Read 112 rows, 6.53 KiB in 0.00116 sec., 96551.72413793103 rows/sec., 5.50 MiB/sec. 2025.06.30 14:56:12.177411 [ 147 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.177421 [ 276 ] {357169a3-4cd4-4889-84bd-635c9094032e} TCPHandler: Processed in 0.001344696 sec. 2025.06.30 14:56:12.177440 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.177537 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.177539 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:56:12.177638 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:12.177671 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:12.177681 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:12.177715 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 124 rows starting from the beginning of the part 2025.06.30 14:56:12.177797 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part 2025.06.30 14:56:12.177852 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part 2025.06.30 14:56:12.177902 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2025.06.30 14:56:12.177951 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part 2025.06.30 14:56:12.177998 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part 2025.06.30 14:56:12.178216 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.178256 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:12.178594 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.30 14:56:12.178826 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.178950 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} executeQuery: Read 415 rows, 30.23 KiB in 0.00133 sec., 312030.0751879699 rows/sec., 22.19 MiB/sec. 2025.06.30 14:56:12.178965 [ 187 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468829 sec., 397595.6357070837 rows/sec., 24.48 MiB/sec. 2025.06.30 14:56:12.178988 [ 276 ] {3b7f325e-a7a6-43f5-9a2b-9b19bec273fa} TCPHandler: Processed in 0.001498499 sec. 2025.06.30 14:56:12.179095 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:56:12.179104 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.179208 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:56:12.179252 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:56:12.179346 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.179415 [ 196 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_36_7} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:56:12.179477 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:56:12.179564 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.179604 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.179907 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.30 14:56:12.180117 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.180237 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} executeQuery: Read 6 rows, 321.00 B in 0.001047 sec., 5730.659025787966 rows/sec., 299.40 KiB/sec. 2025.06.30 14:56:12.180272 [ 276 ] {c03c1152-56ac-403e-945d-285eff62352a} TCPHandler: Processed in 0.001215764 sec. 2025.06.30 14:56:12.180375 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.180468 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.180509 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:12.180900 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.180936 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.181272 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.30 14:56:12.181487 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.181615 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} executeQuery: Read 237 rows, 16.27 KiB in 0.001166 sec., 203259.00514579762 rows/sec., 13.62 MiB/sec. 2025.06.30 14:56:12.181652 [ 276 ] {fdcb699a-a383-43b9-a026-2dce9babbad4} TCPHandler: Processed in 0.001323556 sec. 2025.06.30 14:56:12.181757 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.181848 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.181889 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:56:12.182178 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.182215 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.182525 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:56:12.182729 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.182853 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2025.06.30 14:56:12.182887 [ 276 ] {0fcebc70-0d55-4e39-98b1-286a15bca247} TCPHandler: Processed in 0.001178643 sec. 2025.06.30 14:56:12.183007 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.183126 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.183194 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:12.184136 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.184174 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.184735 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.30 14:56:12.184968 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.185105 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} executeQuery: Read 33 rows, 60.55 KiB in 0.002004 sec., 16467.06586826347 rows/sec., 29.51 MiB/sec. 2025.06.30 14:56:12.185160 [ 276 ] {8d1d2de6-82f1-4a7c-afc5-69b1728e4278} TCPHandler: Processed in 0.002215775 sec. 2025.06.30 14:56:12.185271 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:12.185367 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:12.185409 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:12.185740 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:12.185776 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:12.186084 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.30 14:56:12.186301 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:12.186425 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} executeQuery: Read 82 rows, 5.33 KiB in 0.001076 sec., 76208.17843866172 rows/sec., 4.84 MiB/sec. 2025.06.30 14:56:12.186462 [ 276 ] {8ba43861-da2c-476a-8f03-64608d97aa69} TCPHandler: Processed in 0.001240055 sec. 2025.06.30 14:56:13.574976 [ 142 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:56:13.575052 [ 142 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:56:13.763088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 2025.06.30 14:56:13.763930 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:13.764018 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.30 14:56:13.764548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:56:13.764767 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:13.764898 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 2025.06.30 14:56:15.880810 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.06.30 14:56:15.899791 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:15.899855 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:15.906093 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.30 14:56:15.906822 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:15.910376 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.06.30 14:56:17.161515 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:17.161700 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:17.161768 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:17.162460 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:17.162510 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:17.162910 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.30 14:56:17.163153 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:17.163320 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} executeQuery: Read 74 rows, 6.10 KiB in 0.00167 sec., 44311.37724550898 rows/sec., 3.56 MiB/sec. 2025.06.30 14:56:17.163374 [ 276 ] {e019e3dc-df99-4113-b8e1-1db436c67588} TCPHandler: Processed in 0.00199301 sec. 2025.06.30 14:56:17.163508 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:17.163613 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:17.163657 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:17.164081 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:17.164119 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:17.164425 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.30 14:56:17.164635 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:17.164771 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} executeQuery: Read 9 rows, 693.00 B in 0.001183 sec., 7607.7768385460695 rows/sec., 572.07 KiB/sec. 2025.06.30 14:56:17.164810 [ 276 ] {363fcc2b-908f-4200-910c-b0d88a445977} TCPHandler: Processed in 0.001356987 sec. 2025.06.30 14:56:17.164934 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:17.165064 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:17.165115 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:17.165644 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:17.165689 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:17.166032 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.30 14:56:17.166267 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:17.166404 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} executeQuery: Read 73 rows, 5.84 KiB in 0.001367 sec., 53401.60936356986 rows/sec., 4.17 MiB/sec. 2025.06.30 14:56:17.166444 [ 276 ] {c1564809-a42e-4844-b4e3-f9f1a4f30f06} TCPHandler: Processed in 0.001572732 sec. 2025.06.30 14:56:17.166561 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:17.166656 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:17.166702 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:17.167124 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:17.167161 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:17.167491 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.30 14:56:17.167715 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:17.167850 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.06.30 14:56:17.167888 [ 276 ] {7eeef9af-58d7-4f25-9833-9600741ba47e} TCPHandler: Processed in 0.001378268 sec. 2025.06.30 14:56:17.167999 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:17.168094 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:17.168150 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:17.168916 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:17.168952 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:17.169466 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.30 14:56:17.169704 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:17.169845 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} executeQuery: Read 9 rows, 16.51 KiB in 0.001769 sec., 5087.620124364048 rows/sec., 9.12 MiB/sec. 2025.06.30 14:56:17.169900 [ 276 ] {d47755f0-2942-4afa-9567-0ce7b97e2ca2} TCPHandler: Processed in 0.001951358 sec. 2025.06.30 14:56:17.170017 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:17.170114 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:17.170156 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:17.170492 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:17.170528 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:17.170834 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.30 14:56:17.171052 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:17.171181 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.06.30 14:56:17.171219 [ 276 ] {fb44f35b-a9a5-4f23-b4f1-ab078d9641b7} TCPHandler: Processed in 0.001252195 sec. 2025.06.30 14:56:18.889055 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2030 2025.06.30 14:56:18.891750 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:18.891789 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:18.892962 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.30 14:56:18.893237 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:18.893377 [ 119 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.30 14:56:18.893419 [ 119 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:18.893441 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:18.893505 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2030 2025.06.30 14:56:18.893578 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:56:18.894187 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:18.894344 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1878 rows starting from the beginning of the part 2025.06.30 14:56:18.894733 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2025.06.30 14:56:18.895096 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:56:18.895440 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 26 rows starting from the beginning of the part 2025.06.30 14:56:18.895784 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:56:18.896126 [ 192 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part 2025.06.30 14:56:18.902882 [ 197 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2030 rows, containing 72 columns (72 merged, 0 gathered) in 0.009361817 sec., 216838.24838703856 rows/sec., 165.72 MiB/sec. 2025.06.30 14:56:18.905214 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.30 14:56:18.905833 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:18.905921 [ 201 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_61_12} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.30 14:56:18.906275 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. 2025.06.30 14:56:21.265021 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 2025.06.30 14:56:21.265902 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:21.265982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:21.266477 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:56:21.266710 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:21.266874 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 2025.06.30 14:56:22.169106 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.169290 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.169356 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:56:22.170153 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.170200 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.170609 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:56:22.170852 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.171018 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} executeQuery: Read 212 rows, 13.81 KiB in 0.001779 sec., 119168.07195053401 rows/sec., 7.58 MiB/sec. 2025.06.30 14:56:22.171070 [ 276 ] {5db7dea4-f084-4e70-ae8e-2065bb9917c5} TCPHandler: Processed in 0.002101262 sec. 2025.06.30 14:56:22.171196 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.171301 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:56:22.171342 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:56:22.171751 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.171787 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.172092 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:56:22.172311 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.172449 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} executeQuery: Read 6 rows, 501.00 B in 0.001173 sec., 5115.089514066496 rows/sec., 417.10 KiB/sec. 2025.06.30 14:56:22.172487 [ 276 ] {783fba37-0e78-4be1-a225-9e8c996a1273} TCPHandler: Processed in 0.001346057 sec. 2025.06.30 14:56:22.172589 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.172686 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:22.172726 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:22.173450 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.173485 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.173833 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.30 14:56:22.174058 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.174174 [ 125 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.30 14:56:22.174187 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} executeQuery: Read 686 rows, 55.86 KiB in 0.001522 sec., 450722.73324572935 rows/sec., 35.84 MiB/sec. 2025.06.30 14:56:22.174221 [ 125 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.174238 [ 276 ] {02df38b4-d06f-4b48-9cb6-4aad80e70b1e} TCPHandler: Processed in 0.001698904 sec. 2025.06.30 14:56:22.174244 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.174349 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.174364 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:56:22.174445 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.174490 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:22.174520 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:22.174561 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 835 rows starting from the beginning of the part 2025.06.30 14:56:22.174634 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 683 rows starting from the beginning of the part 2025.06.30 14:56:22.174687 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 78 rows starting from the beginning of the part 2025.06.30 14:56:22.174734 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 683 rows starting from the beginning of the part 2025.06.30 14:56:22.174778 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 74 rows starting from the beginning of the part 2025.06.30 14:56:22.174825 [ 187 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 686 rows starting from the beginning of the part 2025.06.30 14:56:22.174930 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.174973 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.175303 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.30 14:56:22.175533 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.175645 [ 125 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 2025.06.30 14:56:22.175666 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} executeQuery: Read 145 rows, 9.29 KiB in 0.00124 sec., 116935.48387096774 rows/sec., 7.31 MiB/sec. 2025.06.30 14:56:22.175670 [ 125 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.175695 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.175705 [ 276 ] {46f2ab06-13c9-413b-add4-b87864650a7a} TCPHandler: Processed in 0.001406608 sec. 2025.06.30 14:56:22.175771 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full 2025.06.30 14:56:22.175815 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.175851 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:22.175879 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_110_22, total 182 rows starting from the beginning of the part 2025.06.30 14:56:22.175910 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.175937 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 139 rows starting from the beginning of the part 2025.06.30 14:56:22.175951 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:56:22.175985 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 17 rows starting from the beginning of the part 2025.06.30 14:56:22.176028 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 139 rows starting from the beginning of the part 2025.06.30 14:56:22.176068 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:22.176109 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 145 rows starting from the beginning of the part 2025.06.30 14:56:22.176176 [ 193 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3039 rows, containing 5 columns (5 merged, 0 gathered) in 0.001869398 sec., 1625657.029696191 rows/sec., 136.54 MiB/sec. 2025.06.30 14:56:22.176374 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.176399 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.30 14:56:22.176412 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.176777 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.176789 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:56:22.176880 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_121_24} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.30 14:56:22.176945 [ 201 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 5 columns (5 merged, 0 gathered) in 0.001211394 sec., 520887.5064595004 rows/sec., 35.03 MiB/sec. 2025.06.30 14:56:22.176969 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.30 14:56:22.177047 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.177125 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) 2025.06.30 14:56:22.177192 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} executeQuery: Read 113 rows, 7.49 KiB in 0.0013 sec., 86923.07692307692 rows/sec., 5.63 MiB/sec. 2025.06.30 14:56:22.177237 [ 276 ] {a68a871e-dd92-412f-831c-2f04fb51683e} TCPHandler: Processed in 0.001471729 sec. 2025.06.30 14:56:22.177349 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.177398 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.177447 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.177475 [ 195 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_115_23} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 2025.06.30 14:56:22.177492 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:56:22.177558 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:56:22.177915 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.177954 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.178257 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:56:22.178469 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.178594 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} executeQuery: Read 112 rows, 6.53 KiB in 0.001166 sec., 96054.8885077187 rows/sec., 5.47 MiB/sec. 2025.06.30 14:56:22.178633 [ 276 ] {5531f0bb-8d5f-45b5-9a22-cdcc248b9468} TCPHandler: Processed in 0.001333657 sec. 2025.06.30 14:56:22.178739 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.178835 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:22.178874 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:22.179400 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.179435 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.179766 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.30 14:56:22.179986 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.180091 [ 125 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.30 14:56:22.180111 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} executeQuery: Read 421 rows, 30.72 KiB in 0.001294 sec., 325347.75888717157 rows/sec., 23.18 MiB/sec. 2025.06.30 14:56:22.180125 [ 125 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.180146 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.180149 [ 276 ] {dd5be038-9850-441c-b061-30218c91cd23} TCPHandler: Processed in 0.001459359 sec. 2025.06.30 14:56:22.180225 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:56:22.180268 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.180324 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:22.180355 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 500 rows starting from the beginning of the part 2025.06.30 14:56:22.180368 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:56:22.180405 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 415 rows starting from the beginning of the part 2025.06.30 14:56:22.180415 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:56:22.180455 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 81 rows starting from the beginning of the part 2025.06.30 14:56:22.180499 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 415 rows starting from the beginning of the part 2025.06.30 14:56:22.180536 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 73 rows starting from the beginning of the part 2025.06.30 14:56:22.180575 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 421 rows starting from the beginning of the part 2025.06.30 14:56:22.180745 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.180787 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.181110 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.30 14:56:22.181346 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.181475 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} executeQuery: Read 6 rows, 321.00 B in 0.001125 sec., 5333.333333333334 rows/sec., 278.65 KiB/sec. 2025.06.30 14:56:22.181511 [ 276 ] {087830af-3b27-4a6b-a3a1-25b7eab6654a} TCPHandler: Processed in 0.001294115 sec. 2025.06.30 14:56:22.181527 [ 201 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335626 sec., 1426297.4814805943 rows/sec., 108.50 MiB/sec. 2025.06.30 14:56:22.181615 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.181718 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.181760 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:22.181757 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.30 14:56:22.182121 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.182164 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.182206 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.182214 [ 198 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_121_24} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.30 14:56:22.182325 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:56:22.182558 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.30 14:56:22.182788 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.182902 [ 129 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.30 14:56:22.182917 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} executeQuery: Read 240 rows, 16.48 KiB in 0.001219 sec., 196882.69073010664 rows/sec., 13.20 MiB/sec. 2025.06.30 14:56:22.182937 [ 129 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.182956 [ 276 ] {d92dbce2-e930-4427-bf2c-4f296dc1c53a} TCPHandler: Processed in 0.001389978 sec. 2025.06.30 14:56:22.182957 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.183043 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:56:22.183117 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.183119 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:22.183158 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 18578 rows starting from the beginning of the part 2025.06.30 14:56:22.183211 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part 2025.06.30 14:56:22.183232 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.183252 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 164 rows starting from the beginning of the part 2025.06.30 14:56:22.183284 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:56:22.183295 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part 2025.06.30 14:56:22.183334 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2025.06.30 14:56:22.183372 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 240 rows starting from the beginning of the part 2025.06.30 14:56:22.183649 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.183691 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.184037 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:56:22.184250 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.184381 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} executeQuery: Read 1 rows, 69.00 B in 0.001174 sec., 851.7887563884158 rows/sec., 57.40 KiB/sec. 2025.06.30 14:56:22.184419 [ 276 ] {72d2a94a-90eb-4208-8fc7-6bf2531db54c} TCPHandler: Processed in 0.001364147 sec. 2025.06.30 14:56:22.184519 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.184616 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.184671 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:22.185529 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.185563 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.186111 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.30 14:56:22.186338 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.186480 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} executeQuery: Read 33 rows, 60.55 KiB in 0.001883 sec., 17525.225703664368 rows/sec., 31.40 MiB/sec. 2025.06.30 14:56:22.186559 [ 276 ] {3b33ff0c-a220-4b7a-953f-9820013a58d2} TCPHandler: Processed in 0.002089442 sec. 2025.06.30 14:56:22.186674 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:22.186770 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:22.186811 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:22.187135 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.187168 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.187358 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 19616 rows, containing 5 columns (5 merged, 0 gathered) in 0.004342247 sec., 4517476.781030651 rows/sec., 312.69 MiB/sec. 2025.06.30 14:56:22.187475 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.30 14:56:22.187626 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.30 14:56:22.187707 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.187811 [ 129 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.30 14:56:22.187837 [ 129 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:22.187837 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} executeQuery: Read 82 rows, 5.33 KiB in 0.001086 sec., 75506.44567219153 rows/sec., 4.80 MiB/sec. 2025.06.30 14:56:22.187853 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:22.187869 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.187879 [ 276 ] {1c443136-937a-415b-aafe-1cbb21f86bac} TCPHandler: Processed in 0.001256805 sec. 2025.06.30 14:56:22.187930 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_121_24} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.30 14:56:22.187929 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:56:22.188001 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2025.06.30 14:56:22.188033 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:22.188063 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6528 rows starting from the beginning of the part 2025.06.30 14:56:22.188115 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part 2025.06.30 14:56:22.188154 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:56:22.188196 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part 2025.06.30 14:56:22.188233 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:56:22.188269 [ 195 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part 2025.06.30 14:56:22.190316 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 6894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002419789 sec., 2849008.7358856495 rows/sec., 187.43 MiB/sec. 2025.06.30 14:56:22.190798 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.30 14:56:22.191058 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:22.191130 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_121_24} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.30 14:56:22.191196 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.06.30 14:56:23.410423 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.06.30 14:56:23.429448 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:23.429509 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:23.435754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.30 14:56:23.436549 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:23.439988 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.06.30 14:56:27.161901 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:27.162122 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:27.162190 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:27.162847 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.162895 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.163293 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.06.30 14:56:27.163524 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.163696 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} executeQuery: Read 74 rows, 6.10 KiB in 0.001627 sec., 45482.483097725875 rows/sec., 3.66 MiB/sec. 2025.06.30 14:56:27.163749 [ 276 ] {8f79b61f-519c-40e3-a8f3-7ddec7e1123e} TCPHandler: Processed in 0.00199157 sec. 2025.06.30 14:56:27.163875 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:27.163980 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:27.164024 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:27.164437 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.164475 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.164778 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.30 14:56:27.164992 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.165130 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} executeQuery: Read 9 rows, 693.00 B in 0.001174 sec., 7666.098807495741 rows/sec., 576.45 KiB/sec. 2025.06.30 14:56:27.165170 [ 276 ] {930cd786-5fe6-4679-8e4a-6c2547b2b344} TCPHandler: Processed in 0.001348736 sec. 2025.06.30 14:56:27.165273 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:27.165369 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:27.165410 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:27.165831 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.165869 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.166178 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.06.30 14:56:27.166402 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.166536 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} executeQuery: Read 73 rows, 5.84 KiB in 0.001187 sec., 61499.57877000843 rows/sec., 4.80 MiB/sec. 2025.06.30 14:56:27.166576 [ 276 ] {6861b6e1-b42e-4d48-8204-d1e4561a4875} TCPHandler: Processed in 0.001352616 sec. 2025.06.30 14:56:27.166616 [ 221 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:27.166654 [ 221 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:27.166691 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:27.166789 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:27.166833 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:27.167243 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.167279 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.167625 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.06.30 14:56:27.167842 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.167982 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.06.30 14:56:27.168025 [ 276 ] {c06882b2-6b72-451a-9bfb-72cec874f89d} TCPHandler: Processed in 0.001384007 sec. 2025.06.30 14:56:27.168064 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:27.168120 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:27.168126 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:27.168228 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:27.168285 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:27.168694 [ 221 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:27.169055 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.169097 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.169693 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.30 14:56:27.170002 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.170134 [ 139 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.30 14:56:27.170148 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} executeQuery: Read 9 rows, 16.51 KiB in 0.001938 sec., 4643.962848297214 rows/sec., 8.32 MiB/sec. 2025.06.30 14:56:27.170204 [ 139 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.170218 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:27.170233 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.170247 [ 276 ] {dde7ea24-b31d-42de-a3bd-95a405e8ef12} TCPHandler: Processed in 0.002171284 sec. 2025.06.30 14:56:27.170333 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:56:27.170373 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:27.170495 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:27.170513 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:27.170538 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:27.170572 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2331 rows starting from the beginning of the part 2025.06.30 14:56:27.170695 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:27.170801 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:27.170871 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:27.170904 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:27.170908 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:27.171002 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:27.171101 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:27.171228 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.06.30 14:56:27.171442 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.171573 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2025.06.30 14:56:27.171609 [ 276 ] {6fa6823d-ecd3-4307-94de-8f947803f091} TCPHandler: Processed in 0.001287256 sec. 2025.06.30 14:56:27.171653 [ 223 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:27.171687 [ 223 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:27.173580 [ 223 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:27.182390 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 19 columns (19 merged, 0 gathered) in 0.012088461 sec., 200521.80339581688 rows/sec., 359.33 MiB/sec. 2025.06.30 14:56:27.184808 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.30 14:56:27.185195 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:27.185275 [ 191 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_116_23} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.30 14:56:27.185448 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.59 MiB. 2025.06.30 14:56:27.428957 [ 223 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:27.429012 [ 223 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:27.431413 [ 223 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:27.595269 [ 223 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.06.30 14:56:27.595312 [ 223 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.06.30 14:56:27.597839 [ 223 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.06.30 14:56:28.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 350.97 MiB, peak 369.51 MiB, free memory in arenas 0.00 B, will set to 356.78 MiB (RSS), difference: 5.81 MiB 2025.06.30 14:56:28.575308 [ 132 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:56:28.575380 [ 132 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:56:28.767030 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 2025.06.30 14:56:28.767626 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:28.767666 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:28.768196 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:56:28.768416 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:28.768540 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 2025.06.30 14:56:28.894670 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2066 2025.06.30 14:56:28.897183 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:28.897232 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:28.898424 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.30 14:56:28.898680 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:28.898954 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2066 2025.06.30 14:56:30.941035 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.06.30 14:56:30.960290 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:30.960354 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:30.967203 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.30 14:56:30.967934 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:30.971421 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.06.30 14:56:32.168641 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.168818 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.168882 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:56:32.169633 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.169674 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.170060 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:56:32.170288 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.170437 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} executeQuery: Read 212 rows, 13.81 KiB in 0.001669 sec., 127022.16896345117 rows/sec., 8.08 MiB/sec. 2025.06.30 14:56:32.170480 [ 276 ] {f568ab8a-5da2-4e23-a194-2369781b71b5} TCPHandler: Processed in 0.001963719 sec. 2025.06.30 14:56:32.170604 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.170700 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:32.170739 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:32.171391 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.171428 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.171761 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.06.30 14:56:32.171979 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.172103 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} executeQuery: Read 683 rows, 55.64 KiB in 0.001423 sec., 479971.89037245256 rows/sec., 38.19 MiB/sec. 2025.06.30 14:56:32.172140 [ 276 ] {4eb2bda0-ddfa-48a9-8e25-f5b2068668d6} TCPHandler: Processed in 0.001589992 sec. 2025.06.30 14:56:32.172260 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.172352 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.172391 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:32.172810 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.172845 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.173137 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.30 14:56:32.173345 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.173468 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} executeQuery: Read 139 rows, 8.87 KiB in 0.001134 sec., 122574.95590828924 rows/sec., 7.64 MiB/sec. 2025.06.30 14:56:32.173505 [ 276 ] {55250d52-bec0-410c-8a33-aa76fef78a9e} TCPHandler: Processed in 0.001292386 sec. 2025.06.30 14:56:32.173615 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.173707 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.173746 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:56:32.174150 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.174185 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.174476 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:56:32.174678 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.174801 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} executeQuery: Read 113 rows, 7.49 KiB in 0.001112 sec., 101618.70503597123 rows/sec., 6.58 MiB/sec. 2025.06.30 14:56:32.174838 [ 276 ] {967d99ae-ddb6-4bb1-bd84-88da5d51d6f6} TCPHandler: Processed in 0.001270476 sec. 2025.06.30 14:56:32.174948 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.175041 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.175079 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:56:32.175481 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.175517 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.175805 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:56:32.176016 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.176144 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} executeQuery: Read 112 rows, 6.53 KiB in 0.001121 sec., 99910.7939339875 rows/sec., 5.69 MiB/sec. 2025.06.30 14:56:32.176181 [ 276 ] {81700ae9-ed16-4426-9250-c50f8a4d418b} TCPHandler: Processed in 0.001280096 sec. 2025.06.30 14:56:32.176291 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.176383 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:32.176422 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:32.176930 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.176965 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.177277 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.06.30 14:56:32.177478 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.177600 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} executeQuery: Read 415 rows, 30.23 KiB in 0.001234 sec., 336304.7001620745 rows/sec., 23.92 MiB/sec. 2025.06.30 14:56:32.177637 [ 276 ] {e16affb9-cfcd-47eb-96b7-3c9d0c62d1c9} TCPHandler: Processed in 0.001393238 sec. 2025.06.30 14:56:32.177745 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.177838 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:56:32.177878 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:56:32.178205 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.178241 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.178532 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.30 14:56:32.178736 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.178859 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} executeQuery: Read 6 rows, 321.00 B in 0.001038 sec., 5780.346820809248 rows/sec., 302.00 KiB/sec. 2025.06.30 14:56:32.178894 [ 276 ] {16b7a693-881f-4f13-a18d-0a171990894e} TCPHandler: Processed in 0.001195644 sec. 2025.06.30 14:56:32.178999 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.179091 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.179132 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:32.179518 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.179553 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.179870 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.06.30 14:56:32.180074 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.180196 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} executeQuery: Read 237 rows, 16.27 KiB in 0.001123 sec., 211041.85218165626 rows/sec., 14.15 MiB/sec. 2025.06.30 14:56:32.180232 [ 276 ] {8d08c27f-5606-4b9d-938d-e9bafc097fea} TCPHandler: Processed in 0.001280025 sec. 2025.06.30 14:56:32.180340 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.180432 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.180472 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:56:32.180772 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.180807 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.181101 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:56:32.181302 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.181426 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} executeQuery: Read 1 rows, 69.00 B in 0.001011 sec., 989.1196834817014 rows/sec., 66.65 KiB/sec. 2025.06.30 14:56:32.181461 [ 276 ] {b0f191f8-bdd6-4ff6-9a23-cbb5cbda3b47} TCPHandler: Processed in 0.001167553 sec. 2025.06.30 14:56:32.181557 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.181650 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.181701 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:32.182609 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.182648 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.183192 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.30 14:56:32.183405 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.183568 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} executeQuery: Read 33 rows, 60.55 KiB in 0.001935 sec., 17054.263565891473 rows/sec., 30.56 MiB/sec. 2025.06.30 14:56:32.183627 [ 276 ] {55bc14ca-5d14-4fbf-931e-289832125c36} TCPHandler: Processed in 0.002116852 sec. 2025.06.30 14:56:32.183737 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:32.183830 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:32.183870 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:32.184231 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:32.184368 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:32.184694 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.06.30 14:56:32.184900 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:32.185025 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} executeQuery: Read 82 rows, 5.33 KiB in 0.001213 sec., 67600.98928276998 rows/sec., 4.29 MiB/sec. 2025.06.30 14:56:32.185062 [ 276 ] {4713a005-8ee8-4022-b0c2-36b946520157} TCPHandler: Processed in 0.001373718 sec. 2025.06.30 14:56:32.789723 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:32.789782 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:32.791678 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:36.015916 [ 222 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:56:36.015995 [ 222 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:56:36.017812 [ 222 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:56:36.269652 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 2025.06.30 14:56:36.270188 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:36.270228 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:36.270698 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:56:36.270918 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:36.271052 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 2025.06.30 14:56:37.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 352.79 MiB, peak 369.51 MiB, free memory in arenas 0.00 B, will set to 356.78 MiB (RSS), difference: 3.99 MiB 2025.06.30 14:56:37.161994 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.162281 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:56:37.162385 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:56:37.163046 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.163094 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.163481 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:56:37.163712 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.163880 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} executeQuery: Read 2 rows, 167.00 B in 0.001674 sec., 1194.7431302270013 rows/sec., 97.42 KiB/sec. 2025.06.30 14:56:37.163924 [ 276 ] {d80b8846-d046-410f-a0ba-be1e0366a74b} TCPHandler: Processed in 0.002113413 sec. 2025.06.30 14:56:37.164039 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.164134 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:37.164173 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:37.164640 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.164678 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.164980 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.06.30 14:56:37.165179 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.165313 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} executeQuery: Read 75 rows, 6.17 KiB in 0.001197 sec., 62656.64160401003 rows/sec., 5.03 MiB/sec. 2025.06.30 14:56:37.165355 [ 276 ] {b14827ed-0093-4198-b7e2-e91bc27e8056} TCPHandler: Processed in 0.001362817 sec. 2025.06.30 14:56:37.165467 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.165560 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:37.165599 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:37.166005 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.166041 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.166328 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.30 14:56:37.166528 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.166659 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} executeQuery: Read 11 rows, 836.00 B in 0.001115 sec., 9865.470852017936 rows/sec., 732.20 KiB/sec. 2025.06.30 14:56:37.166698 [ 276 ] {58c041c3-571c-4825-9e5e-b2097204ccd9} TCPHandler: Processed in 0.001278625 sec. 2025.06.30 14:56:37.166806 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.166899 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:37.166938 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:37.167358 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.167394 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.167687 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.06.30 14:56:37.167898 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.168025 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} executeQuery: Read 75 rows, 6.00 KiB in 0.001143 sec., 65616.79790026248 rows/sec., 5.13 MiB/sec. 2025.06.30 14:56:37.168065 [ 276 ] {fbf5502d-4176-488d-8b23-6e3373965a5e} TCPHandler: Processed in 0.001306656 sec. 2025.06.30 14:56:37.168177 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.168269 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:37.168311 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:37.168770 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.168805 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.169134 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.06.30 14:56:37.169347 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.169478 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} executeQuery: Read 161 rows, 11.48 KiB in 0.001225 sec., 131428.57142857142 rows/sec., 9.15 MiB/sec. 2025.06.30 14:56:37.169517 [ 276 ] {22f32ab7-fc84-4b2e-82b1-993e9d8c0960} TCPHandler: Processed in 0.001387908 sec. 2025.06.30 14:56:37.169618 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.169711 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:37.169764 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:37.170538 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.170573 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.171074 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.30 14:56:37.171290 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.171426 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} executeQuery: Read 9 rows, 16.51 KiB in 0.001731 sec., 5199.306759098788 rows/sec., 9.32 MiB/sec. 2025.06.30 14:56:37.171484 [ 276 ] {f3c22c71-5379-4da0-9eb7-4d22b11c39b3} TCPHandler: Processed in 0.001911878 sec. 2025.06.30 14:56:37.171599 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:37.171691 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:37.171731 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:37.172067 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:37.172102 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:37.172396 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.06.30 14:56:37.172597 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:37.172724 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.06.30 14:56:37.172762 [ 276 ] {bb7c5077-1f79-46b4-a2d8-172d18daa925} TCPHandler: Processed in 0.001212054 sec. 2025.06.30 14:56:37.425245 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:56:37.425302 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:56:37.427525 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:56:38.472450 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.06.30 14:56:38.490694 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:38.490751 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:38.497127 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.30 14:56:38.497876 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:38.501658 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.06.30 14:56:38.900104 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2102 2025.06.30 14:56:38.902594 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:38.902643 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:38.903845 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.30 14:56:38.904116 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:38.904389 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2102 2025.06.30 14:56:42.169565 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.169872 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.169973 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:56:42.170984 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.171025 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.171423 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:56:42.171641 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.171801 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} executeQuery: Read 212 rows, 13.81 KiB in 0.002004 sec., 105788.42315369261 rows/sec., 6.73 MiB/sec. 2025.06.30 14:56:42.171845 [ 276 ] {467628a9-2db4-4845-914c-0feed24db736} TCPHandler: Processed in 0.002462499 sec. 2025.06.30 14:56:42.171978 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.172075 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:42.172114 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:42.172900 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.172942 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.173288 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.06.30 14:56:42.173497 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.173624 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} executeQuery: Read 683 rows, 55.64 KiB in 0.001567 sec., 435864.7096362476 rows/sec., 34.68 MiB/sec. 2025.06.30 14:56:42.173664 [ 276 ] {34095904-250a-484c-9b13-a0f14b59f969} TCPHandler: Processed in 0.001742515 sec. 2025.06.30 14:56:42.173781 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.173874 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.173912 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:42.174374 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.174408 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.174697 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.30 14:56:42.174904 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.175039 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} executeQuery: Read 139 rows, 8.87 KiB in 0.001181 sec., 117696.86706181202 rows/sec., 7.33 MiB/sec. 2025.06.30 14:56:42.175079 [ 276 ] {1b64e184-f699-4ada-9939-945fdb561c1e} TCPHandler: Processed in 0.001344477 sec. 2025.06.30 14:56:42.175187 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.175279 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.175318 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:56:42.175753 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.175788 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.176108 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:56:42.176318 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.176422 [ 95 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.06.30 14:56:42.176444 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} executeQuery: Read 113 rows, 7.49 KiB in 0.00118 sec., 95762.71186440678 rows/sec., 6.20 MiB/sec. 2025.06.30 14:56:42.176492 [ 95 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.176502 [ 276 ] {366efd77-c9ec-4675-bc29-7b09fd6546c5} TCPHandler: Processed in 0.001362577 sec. 2025.06.30 14:56:42.176524 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.176624 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.176661 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.06.30 14:56:42.176720 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.176763 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:56:42.176822 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:42.176867 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 138 rows starting from the beginning of the part 2025.06.30 14:56:42.176943 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part 2025.06.30 14:56:42.176999 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part 2025.06.30 14:56:42.177053 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part 2025.06.30 14:56:42.177102 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part 2025.06.30 14:56:42.177152 [ 186 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part 2025.06.30 14:56:42.177202 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.177241 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.177570 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:56:42.177790 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.177925 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} executeQuery: Read 112 rows, 6.53 KiB in 0.001221 sec., 91728.09172809172 rows/sec., 5.23 MiB/sec. 2025.06.30 14:56:42.177965 [ 276 ] {6596e8de-c009-4c98-98f4-2d7c06d19dbf} TCPHandler: Processed in 0.001389168 sec. 2025.06.30 14:56:42.178077 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.178148 [ 188 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 5 columns (5 merged, 0 gathered) in 0.001546621 sec., 454539.2827331324 rows/sec., 31.44 MiB/sec. 2025.06.30 14:56:42.178169 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:42.178226 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:42.178338 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.06.30 14:56:42.178624 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.178697 [ 190 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_40_8} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.06.30 14:56:42.178776 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:56:42.178782 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.178825 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.179143 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.06.30 14:56:42.179350 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.179475 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} executeQuery: Read 415 rows, 30.23 KiB in 0.001322 sec., 313918.3055975794 rows/sec., 22.33 MiB/sec. 2025.06.30 14:56:42.179516 [ 276 ] {acfde118-65a3-414f-8a68-66e8a0c439b8} TCPHandler: Processed in 0.001486339 sec. 2025.06.30 14:56:42.179624 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.179716 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:56:42.179756 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:56:42.180094 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.180129 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.180422 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.30 14:56:42.180647 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.180774 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2025.06.30 14:56:42.180776 [ 111 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.06.30 14:56:42.180813 [ 276 ] {a75119af-7485-4220-bdaa-e3288aa6bd3e} TCPHandler: Processed in 0.001236494 sec. 2025.06.30 14:56:42.180831 [ 111 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.180856 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.180925 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.180961 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.06.30 14:56:42.181021 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.181067 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:42.181090 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:42.181128 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part 2025.06.30 14:56:42.181193 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2025.06.30 14:56:42.181237 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.06.30 14:56:42.181315 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2025.06.30 14:56:42.181363 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2025.06.30 14:56:42.181403 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2025.06.30 14:56:42.181482 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.181522 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.181880 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.06.30 14:56:42.182114 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.182217 [ 188 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.001300506 sec., 161475.61026246706 rows/sec., 8.24 MiB/sec. 2025.06.30 14:56:42.182243 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} executeQuery: Read 237 rows, 16.27 KiB in 0.001238 sec., 191437.802907916 rows/sec., 12.83 MiB/sec. 2025.06.30 14:56:42.182288 [ 276 ] {de48f21a-1eba-4525-b8ee-d250e6e2545f} TCPHandler: Processed in 0.001410229 sec. 2025.06.30 14:56:42.182356 [ 196 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.06.30 14:56:42.182397 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.182494 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.182536 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:56:42.182663 [ 196 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.182751 [ 196 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_35_7} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.06.30 14:56:42.182838 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.30 14:56:42.182854 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.182893 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.183183 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:56:42.183394 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.183522 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} executeQuery: Read 1 rows, 69.00 B in 0.001044 sec., 957.8544061302682 rows/sec., 64.54 KiB/sec. 2025.06.30 14:56:42.183525 [ 111 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.30 14:56:42.183563 [ 276 ] {83e208fb-744e-4146-98f7-d9f0f7598003} TCPHandler: Processed in 0.001212744 sec. 2025.06.30 14:56:42.183577 [ 111 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.183601 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.183670 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:56:42.183671 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.183763 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:42.183784 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.183793 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part 2025.06.30 14:56:42.183846 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:42.183858 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2025.06.30 14:56:42.183909 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2025.06.30 14:56:42.183949 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2025.06.30 14:56:42.183986 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2025.06.30 14:56:42.184025 [ 190 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2025.06.30 14:56:42.184716 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.184723 [ 192 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001082491 sec., 33256.627537780914 rows/sec., 2.18 MiB/sec. 2025.06.30 14:56:42.184758 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.184877 [ 188 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.30 14:56:42.185202 [ 188 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.185282 [ 188 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_36_7} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.30 14:56:42.185348 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.30 14:56:42.185378 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:56:42.185601 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.185745 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} executeQuery: Read 33 rows, 60.55 KiB in 0.001977 sec., 16691.95751138088 rows/sec., 29.91 MiB/sec. 2025.06.30 14:56:42.185802 [ 276 ] {8f0b71b1-7815-4835-b681-69af042adad9} TCPHandler: Processed in 0.002177774 sec. 2025.06.30 14:56:42.185911 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:42.186004 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:42.186045 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:42.186379 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:42.186415 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:42.186718 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.06.30 14:56:42.186924 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:42.187047 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} executeQuery: Read 82 rows, 5.33 KiB in 0.001059 sec., 77431.53918791312 rows/sec., 4.92 MiB/sec. 2025.06.30 14:56:42.187084 [ 276 ] {2170a19e-09bb-40b0-8571-1afc516043ae} TCPHandler: Processed in 0.001220674 sec. 2025.06.30 14:56:43.575430 [ 116 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:56:43.575507 [ 116 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:56:43.771194 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 2025.06.30 14:56:43.771735 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:43.771771 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:43.772265 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:56:43.772512 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:43.772646 [ 116 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:56:43.772654 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 2025.06.30 14:56:43.772692 [ 116 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:43.772715 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:43.772817 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:56:43.772910 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:43.772958 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part 2025.06.30 14:56:43.773015 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part 2025.06.30 14:56:43.773074 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part 2025.06.30 14:56:43.773125 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part 2025.06.30 14:56:43.773175 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part 2025.06.30 14:56:43.773233 [ 188 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part 2025.06.30 14:56:43.775816 [ 192 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.003051521 sec., 12913560.155738728 rows/sec., 184.73 MiB/sec. 2025.06.30 14:56:43.776244 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:56:43.776587 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:43.776680 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_86_17} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:56:43.776790 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. 2025.06.30 14:56:46.001753 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.06.30 14:56:46.019634 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:46.019696 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:46.026598 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.30 14:56:46.027334 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:46.027646 [ 115 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.30 14:56:46.027709 [ 115 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:46.027728 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:46.027830 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.030847 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.06.30 14:56:46.030869 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:46.031633 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.035033 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.038464 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.042326 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.046647 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.051050 [ 193 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:56:46.105937 [ 192 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.078146078 sec., 8292.162787747327 rows/sec., 42.88 MiB/sec. 2025.06.30 14:56:46.108207 [ 197 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.30 14:56:46.109931 [ 197 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_86_17} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:46.110017 [ 197 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_86_17} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.30 14:56:46.111128 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.06.30 14:56:47.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 357.87 MiB, peak 375.29 MiB, free memory in arenas 0.00 B, will set to 356.81 MiB (RSS), difference: -1.05 MiB 2025.06.30 14:56:47.162143 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:47.162434 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:47.162536 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:47.163244 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.163285 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.163674 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.06.30 14:56:47.163891 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.164044 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} executeQuery: Read 74 rows, 6.10 KiB in 0.001684 sec., 43942.992874109266 rows/sec., 3.53 MiB/sec. 2025.06.30 14:56:47.164042 [ 110 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.06.30 14:56:47.164089 [ 276 ] {114ceca7-4a90-4944-bcc4-e25d49420249} TCPHandler: Processed in 0.002124972 sec. 2025.06.30 14:56:47.164126 [ 110 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.164155 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.164221 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:47.164293 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:56:47.164320 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:47.164383 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:47.164460 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:47.164504 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 835 rows starting from the beginning of the part 2025.06.30 14:56:47.164580 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 74 rows starting from the beginning of the part 2025.06.30 14:56:47.164634 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 683 rows starting from the beginning of the part 2025.06.30 14:56:47.164685 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 75 rows starting from the beginning of the part 2025.06.30 14:56:47.164730 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 683 rows starting from the beginning of the part 2025.06.30 14:56:47.164774 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 74 rows starting from the beginning of the part 2025.06.30 14:56:47.164790 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.164830 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.165191 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.30 14:56:47.165410 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.165534 [ 110 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0 2025.06.30 14:56:47.165549 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} executeQuery: Read 9 rows, 693.00 B in 0.001245 sec., 7228.915662650602 rows/sec., 543.58 KiB/sec. 2025.06.30 14:56:47.165564 [ 110 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.165591 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.165596 [ 276 ] {e05e297f-9b04-4e90-986a-b23c2f2a96d5} TCPHandler: Processed in 0.001423248 sec. 2025.06.30 14:56:47.165690 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full 2025.06.30 14:56:47.165714 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:47.165813 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:47.165816 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:47.165854 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:47.165862 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_115_23, total 182 rows starting from the beginning of the part 2025.06.30 14:56:47.165936 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:47.165985 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 139 rows starting from the beginning of the part 2025.06.30 14:56:47.166027 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 11 rows starting from the beginning of the part 2025.06.30 14:56:47.166066 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 139 rows starting from the beginning of the part 2025.06.30 14:56:47.166081 [ 199 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001858457 sec., 1304307.8209503905 rows/sec., 109.81 MiB/sec. 2025.06.30 14:56:47.166108 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:47.166299 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.166310 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.06.30 14:56:47.166342 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.166701 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.06.30 14:56:47.166715 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.166807 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_126_25} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.06.30 14:56:47.166891 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.30 14:56:47.166933 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.167003 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergeTask::MergeProjectionsStage: Merge sorted 489 rows, containing 5 columns (5 merged, 0 gathered) in 0.001359597 sec., 359665.40085039905 rows/sec., 24.33 MiB/sec. 2025.06.30 14:56:47.167055 [ 110 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.06.30 14:56:47.167066 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} executeQuery: Read 73 rows, 5.84 KiB in 0.001269 sec., 57525.610717100084 rows/sec., 4.49 MiB/sec. 2025.06.30 14:56:47.167087 [ 110 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.167113 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.167116 [ 276 ] {44a69ac6-25da-42c5-9b74-15a9c1d4f2b0} TCPHandler: Processed in 0.001449629 sec. 2025.06.30 14:56:47.167151 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) 2025.06.30 14:56:47.167188 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:56:47.167244 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:47.167268 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:47.167299 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 500 rows starting from the beginning of the part 2025.06.30 14:56:47.167344 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:47.167349 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 73 rows starting from the beginning of the part 2025.06.30 14:56:47.167403 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:47.167416 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 415 rows starting from the beginning of the part 2025.06.30 14:56:47.167435 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.167464 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 75 rows starting from the beginning of the part 2025.06.30 14:56:47.167506 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 415 rows starting from the beginning of the part 2025.06.30 14:56:47.167513 [ 199 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_120_24} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24 2025.06.30 14:56:47.167543 [ 195 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 73 rows starting from the beginning of the part 2025.06.30 14:56:47.167602 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:56:47.167821 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.167862 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.168218 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.06.30 14:56:47.168431 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.168483 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.001327207 sec., 1168619.5145143147 rows/sec., 89.51 MiB/sec. 2025.06.30 14:56:47.168565 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2025.06.30 14:56:47.168568 [ 112 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.06.30 14:56:47.168607 [ 276 ] {dffc0df3-17dd-436b-8614-7d1a8ecb7a81} TCPHandler: Processed in 0.001409978 sec. 2025.06.30 14:56:47.168621 [ 112 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.168649 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.168713 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.06.30 14:56:47.168714 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:47.168722 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:56:47.168832 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:47.168856 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:47.168889 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 19616 rows starting from the beginning of the part 2025.06.30 14:56:47.168891 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:47.168943 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2025.06.30 14:56:47.168990 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part 2025.06.30 14:56:47.169026 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 161 rows starting from the beginning of the part 2025.06.30 14:56:47.169062 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 237 rows starting from the beginning of the part 2025.06.30 14:56:47.169084 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.169098 [ 199 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.06.30 14:56:47.169186 [ 194 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_126_25} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.06.30 14:56:47.169295 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.06.30 14:56:47.169689 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.169730 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.170248 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.30 14:56:47.170496 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.170640 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} executeQuery: Read 9 rows, 16.51 KiB in 0.001824 sec., 4934.210526315789 rows/sec., 8.84 MiB/sec. 2025.06.30 14:56:47.170707 [ 276 ] {ed8bea02-ab76-4da2-94a3-58346ec7580f} TCPHandler: Processed in 0.002039651 sec. 2025.06.30 14:56:47.170822 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:47.170914 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:47.170955 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:47.171299 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.171335 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.171639 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.06.30 14:56:47.171843 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.171955 [ 112 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.06.30 14:56:47.171972 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.06.30 14:56:47.171987 [ 112 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:47.172014 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:47.172017 [ 276 ] {ea6848cb-627e-4156-98bb-5c8887f7aded} TCPHandler: Processed in 0.001242685 sec. 2025.06.30 14:56:47.172101 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:56:47.172197 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:47.172228 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6894 rows starting from the beginning of the part 2025.06.30 14:56:47.172290 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2025.06.30 14:56:47.172339 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 82 rows starting from the beginning of the part 2025.06.30 14:56:47.172385 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:56:47.172427 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 82 rows starting from the beginning of the part 2025.06.30 14:56:47.172471 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:56:47.173396 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 20571 rows, containing 5 columns (5 merged, 0 gathered) in 0.004705234 sec., 4371939.844012009 rows/sec., 302.44 MiB/sec. 2025.06.30 14:56:47.173785 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.06.30 14:56:47.174085 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.174161 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_126_25} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.06.30 14:56:47.174247 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.06.30 14:56:47.174545 [ 186 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7238 rows, containing 4 columns (4 merged, 0 gathered) in 0.002480099 sec., 2918431.8851787774 rows/sec., 191.96 MiB/sec. 2025.06.30 14:56:47.174914 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.06.30 14:56:47.175155 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:47.175219 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_126_25} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.06.30 14:56:47.175286 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.06.30 14:56:48.477596 [ 225 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:56:48.477686 [ 225 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:56:48.480023 [ 225 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:56:48.904620 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2136 2025.06.30 14:56:48.907540 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:48.907592 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:48.908784 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.30 14:56:48.909043 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:48.909324 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2136 2025.06.30 14:56:49.583631 [ 108 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.06.30 14:56:49.583703 [ 108 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:49.583729 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:49.583824 [ 220 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): 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.06.30 14:56:49.583854 [ 220 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): 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.06.30 14:56:49.583858 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full 2025.06.30 14:56:49.584016 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:49.584057 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 22 rows starting from the beginning of the part 2025.06.30 14:56:49.584139 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part 2025.06.30 14:56:49.584195 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.06.30 14:56:49.584246 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.06.30 14:56:49.584294 [ 191 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 2 rows starting from the beginning of the part 2025.06.30 14:56:49.585134 [ 189 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334537 sec., 31471.589023009477 rows/sec., 2.65 MiB/sec. 2025.06.30 14:56:49.585358 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.06.30 14:56:49.585744 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:49.585835 [ 201 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_37_9} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.06.30 14:56:49.585949 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:56:49.586106 [ 220 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): 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.06.30 14:56:51.272812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 2025.06.30 14:56:51.273423 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:51.273469 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:51.274001 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:56:51.274237 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:51.274385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 2025.06.30 14:56:52.075582 [ 219 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:52.075636 [ 219 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:52.077652 [ 219 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:56:52.121833 [ 222 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:52.121892 [ 222 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:52.124188 [ 222 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:56:52.169447 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.169654 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.169729 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:56:52.170505 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.170546 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.170955 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:56:52.171194 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.171359 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} executeQuery: Read 212 rows, 13.81 KiB in 0.001759 sec., 120523.0244457078 rows/sec., 7.67 MiB/sec. 2025.06.30 14:56:52.171412 [ 276 ] {af740f71-9ef4-452d-aa79-34646e04d542} TCPHandler: Processed in 0.002105332 sec. 2025.06.30 14:56:52.171536 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.171641 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:56:52.171685 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:56:52.172101 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.172138 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.172439 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:56:52.172676 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.172812 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} executeQuery: Read 4 rows, 348.00 B in 0.001194 sec., 3350.0837520938026 rows/sec., 284.63 KiB/sec. 2025.06.30 14:56:52.172852 [ 276 ] {b6755e2b-1acc-42f5-b7f4-55c3ab80972d} TCPHandler: Processed in 0.001368947 sec. 2025.06.30 14:56:52.172955 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.173050 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:52.173090 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:52.173969 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.174004 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.174359 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.06.30 14:56:52.174576 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.174708 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} executeQuery: Read 686 rows, 55.88 KiB in 0.001675 sec., 409552.2388059701 rows/sec., 32.58 MiB/sec. 2025.06.30 14:56:52.174749 [ 276 ] {d956de9f-5768-49d4-a89e-cf5f7f2b1c8f} TCPHandler: Processed in 0.001843867 sec. 2025.06.30 14:56:52.174863 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.174959 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.174999 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:52.175472 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.175507 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.175814 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.30 14:56:52.176022 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.176150 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} executeQuery: Read 143 rows, 9.16 KiB in 0.001208 sec., 118377.4834437086 rows/sec., 7.41 MiB/sec. 2025.06.30 14:56:52.176190 [ 276 ] {56fb32bd-5289-4856-92c5-a3bb82772d91} TCPHandler: Processed in 0.001377158 sec. 2025.06.30 14:56:52.176301 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.176396 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.176436 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:56:52.176888 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.176922 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.177225 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:56:52.177459 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.177588 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} executeQuery: Read 113 rows, 7.49 KiB in 0.001209 sec., 93465.6741108354 rows/sec., 6.05 MiB/sec. 2025.06.30 14:56:52.177627 [ 276 ] {331bc3bc-0a85-4d0e-9d74-469143c34142} TCPHandler: Processed in 0.001375438 sec. 2025.06.30 14:56:52.177740 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.177836 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.177876 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:56:52.178331 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.178366 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.178664 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:56:52.178874 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.179002 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} executeQuery: Read 112 rows, 6.53 KiB in 0.001184 sec., 94594.5945945946 rows/sec., 5.39 MiB/sec. 2025.06.30 14:56:52.179042 [ 276 ] {52d6708c-135a-494a-b445-1f9f8e93e429} TCPHandler: Processed in 0.001350937 sec. 2025.06.30 14:56:52.179154 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.179248 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:52.179288 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:52.179985 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.180020 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.180343 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.06.30 14:56:52.180559 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.180688 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} executeQuery: Read 419 rows, 30.57 KiB in 0.001456 sec., 287774.7252747253 rows/sec., 20.50 MiB/sec. 2025.06.30 14:56:52.180728 [ 276 ] {7c394ea1-913e-4e40-aa2d-a3785e801acd} TCPHandler: Processed in 0.001623862 sec. 2025.06.30 14:56:52.180840 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.180935 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:56:52.181058 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:56:52.181401 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.181435 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.181730 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.30 14:56:52.181933 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.182061 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2025.06.30 14:56:52.182099 [ 276 ] {c784e06a-c45f-40d6-8358-21061ae1c20a} TCPHandler: Processed in 0.001308046 sec. 2025.06.30 14:56:52.182205 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.182300 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.182342 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:52.182780 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.182815 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.183159 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.06.30 14:56:52.183381 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.183516 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} executeQuery: Read 239 rows, 16.41 KiB in 0.001234 sec., 193679.09238249593 rows/sec., 12.99 MiB/sec. 2025.06.30 14:56:52.183556 [ 276 ] {0141c4b1-b34e-4ac7-9610-fba0c43a61ff} TCPHandler: Processed in 0.001405518 sec. 2025.06.30 14:56:52.183668 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.183763 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.183805 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:56:52.184122 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.184159 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.184446 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:56:52.184653 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.184785 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.06.30 14:56:52.184823 [ 276 ] {4e45e520-3a47-4c7e-855c-60376d651069} TCPHandler: Processed in 0.001204104 sec. 2025.06.30 14:56:52.184933 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.185027 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.185082 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:52.185968 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.186005 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.186549 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.30 14:56:52.186783 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.186911 [ 102 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.30 14:56:52.186926 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} executeQuery: Read 33 rows, 60.55 KiB in 0.001915 sec., 17232.375979112272 rows/sec., 30.88 MiB/sec. 2025.06.30 14:56:52.186968 [ 102 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.186994 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.187013 [ 276 ] {10c23fe4-21a3-48a5-b73d-f725ea2650d4} TCPHandler: Processed in 0.002130143 sec. 2025.06.30 14:56:52.187089 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:56:52.187136 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:52.187232 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:52.187275 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:52.187300 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:56:52.187359 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2424 rows starting from the beginning of the part 2025.06.30 14:56:52.187491 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:52.187608 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:52.187624 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:52.187661 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:52.187717 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:52.187826 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 9 rows starting from the beginning of the part 2025.06.30 14:56:52.187922 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 33 rows starting from the beginning of the part 2025.06.30 14:56:52.188011 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.06.30 14:56:52.188225 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.188359 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} executeQuery: Read 82 rows, 5.33 KiB in 0.001144 sec., 71678.32167832168 rows/sec., 4.55 MiB/sec. 2025.06.30 14:56:52.188399 [ 276 ] {b5c054b9-0bf1-450c-a967-584e712102b3} TCPHandler: Processed in 0.001313696 sec. 2025.06.30 14:56:52.197525 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2541 rows, containing 19 columns (19 merged, 0 gathered) in 0.010473969 sec., 242601.44363612306 rows/sec., 434.73 MiB/sec. 2025.06.30 14:56:52.199746 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.30 14:56:52.200135 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:52.200221 [ 200 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_121_24} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.30 14:56:52.200366 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.80 MiB. 2025.06.30 14:56:52.816874 [ 219 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:52.816924 [ 219 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:52.818773 [ 219 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:56:53.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 357.70 MiB, peak 376.47 MiB, free memory in arenas 0.00 B, will set to 360.57 MiB (RSS), difference: 2.87 MiB 2025.06.30 14:56:53.113498 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.06.30 14:56:53.113553 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.06.30 14:56:53.115643 [ 225 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.06.30 14:56:53.191100 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:53.191156 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:53.193152 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:56:53.530922 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.06.30 14:56:53.549028 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:53.549094 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:53.555474 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.30 14:56:53.556206 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:53.559486 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.06.30 14:56:57.162810 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:57.163071 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:56:57.163134 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:56:57.163834 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:57.163873 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:57.164261 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.06.30 14:56:57.164481 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:57.164639 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} executeQuery: Read 74 rows, 6.10 KiB in 0.001621 sec., 45650.83281924738 rows/sec., 3.67 MiB/sec. 2025.06.30 14:56:57.164692 [ 276 ] {f5d51027-8670-467b-8f7f-527c822bb9f4} TCPHandler: Processed in 0.002048581 sec. 2025.06.30 14:56:57.164823 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:57.164925 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:56:57.164967 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:56:57.165385 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:57.165420 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:57.165714 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.06.30 14:56:57.165919 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:57.166053 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} executeQuery: Read 9 rows, 693.00 B in 0.00115 sec., 7826.086956521739 rows/sec., 588.49 KiB/sec. 2025.06.30 14:56:57.166094 [ 276 ] {663f4cfb-b99c-49fc-99e5-a51566f9cfcf} TCPHandler: Processed in 0.001321447 sec. 2025.06.30 14:56:57.166202 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:57.166297 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:56:57.166336 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:56:57.166763 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:57.166798 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:57.167104 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.06.30 14:56:57.167319 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:57.167447 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} executeQuery: Read 73 rows, 5.84 KiB in 0.001168 sec., 62500 rows/sec., 4.88 MiB/sec. 2025.06.30 14:56:57.167487 [ 276 ] {44c39296-15a4-4cff-8efd-15b0ff402960} TCPHandler: Processed in 0.001332796 sec. 2025.06.30 14:56:57.167602 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:57.167696 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:57.167740 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:56:57.168169 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:57.168206 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:57.168522 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.06.30 14:56:57.168722 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:57.168849 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.06.30 14:56:57.168888 [ 276 ] {74855004-c8fc-4354-84d9-675855e0ddb1} TCPHandler: Processed in 0.001333156 sec. 2025.06.30 14:56:57.168999 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:57.169094 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:56:57.169147 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:56:57.169924 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:57.169960 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:57.170465 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.06.30 14:56:57.170678 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:57.170819 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} executeQuery: Read 9 rows, 16.51 KiB in 0.001742 sec., 5166.475315729047 rows/sec., 9.26 MiB/sec. 2025.06.30 14:56:57.170885 [ 276 ] {8ae192a4-168e-49a6-8559-d134c812e2ca} TCPHandler: Processed in 0.001932438 sec. 2025.06.30 14:56:57.171002 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:56:57.171095 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:56:57.171134 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:56:57.171474 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:57.171509 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:57.171799 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.06.30 14:56:57.172009 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:57.172134 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.06.30 14:56:57.172172 [ 276 ] {1849b786-f323-4cf9-ae14-9734c6632288} TCPHandler: Processed in 0.001217925 sec. 2025.06.30 14:56:58.067997 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:58.068055 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:58.070137 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:56:58.575561 [ 89 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:56:58.575628 [ 89 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:56:58.774591 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 2025.06.30 14:56:58.775295 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:58.775339 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:58.775813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:56:58.776039 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:58.776174 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 2025.06.30 14:56:58.909557 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2172 2025.06.30 14:56:58.912146 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:56:58.912189 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:56:58.913351 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.30 14:56:58.913601 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:56:58.913860 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2172 2025.06.30 14:57:01.059541 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.06.30 14:57:01.077803 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:01.077867 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:01.084197 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.30 14:57:01.084941 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:01.088182 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.06.30 14:57:02.169703 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.170008 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.170119 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:57:02.170908 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.170958 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.171369 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:57:02.171607 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.171756 [ 86 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:57:02.171780 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} executeQuery: Read 212 rows, 13.81 KiB in 0.001847 sec., 114780.72550081213 rows/sec., 7.30 MiB/sec. 2025.06.30 14:57:02.171829 [ 86 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.171852 [ 276 ] {a6edda25-9569-4fbe-9fdd-7727395f6405} TCPHandler: Processed in 0.002336986 sec. 2025.06.30 14:57:02.171860 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.171975 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::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.06.30 14:57:02.171985 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.172100 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:02.172111 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:02.172141 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 236 rows starting from the beginning of the part 2025.06.30 14:57:02.172165 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:02.172217 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part 2025.06.30 14:57:02.172270 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part 2025.06.30 14:57:02.172314 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part 2025.06.30 14:57:02.172356 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part 2025.06.30 14:57:02.172396 [ 190 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part 2025.06.30 14:57:02.172898 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.172941 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.173310 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.06.30 14:57:02.173415 [ 200 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478469 sec., 876582.464698279 rows/sec., 59.41 MiB/sec. 2025.06.30 14:57:02.173529 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.173622 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:57:02.173675 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} executeQuery: Read 683 rows, 55.64 KiB in 0.001589 sec., 429830.0818124607 rows/sec., 34.20 MiB/sec. 2025.06.30 14:57:02.173722 [ 276 ] {cc4ceacf-b65e-4e73-9dfa-d74a14502570} TCPHandler: Processed in 0.001791896 sec. 2025.06.30 14:57:02.173839 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.173932 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.173940 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.173993 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:02.174024 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_41_8} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:57:02.174148 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.30 14:57:02.174460 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.174502 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.174824 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.06.30 14:57:02.175051 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.175186 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} executeQuery: Read 139 rows, 8.87 KiB in 0.001263 sec., 110055.42359461599 rows/sec., 6.86 MiB/sec. 2025.06.30 14:57:02.175226 [ 276 ] {e7b35b26-f8fe-4175-b21c-f97616fe91c5} TCPHandler: Processed in 0.001437769 sec. 2025.06.30 14:57:02.175337 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.175432 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.175474 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:57:02.175910 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.175946 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.176241 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:57:02.176443 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.176574 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} executeQuery: Read 113 rows, 7.49 KiB in 0.001158 sec., 97582.03799654577 rows/sec., 6.32 MiB/sec. 2025.06.30 14:57:02.176614 [ 276 ] {72b529d7-14a5-425f-8bf6-b0e320cc6008} TCPHandler: Processed in 0.001325856 sec. 2025.06.30 14:57:02.176725 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.176820 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.176860 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:57:02.177293 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.177329 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.177630 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:57:02.177844 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.177950 [ 86 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:57:02.177974 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} executeQuery: Read 112 rows, 6.53 KiB in 0.001171 sec., 95644.74807856533 rows/sec., 5.45 MiB/sec. 2025.06.30 14:57:02.177984 [ 86 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.178016 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.178022 [ 276 ] {8f45a20f-991a-4de7-a1c3-68a1b45373fd} TCPHandler: Processed in 0.001346687 sec. 2025.06.30 14:57:02.178106 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::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.06.30 14:57:02.178140 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.178232 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:02.178247 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:02.178277 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 124 rows starting from the beginning of the part 2025.06.30 14:57:02.178296 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:02.178356 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part 2025.06.30 14:57:02.178416 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part 2025.06.30 14:57:02.178468 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part 2025.06.30 14:57:02.178514 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part 2025.06.30 14:57:02.178561 [ 188 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part 2025.06.30 14:57:02.178865 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.178906 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.179251 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.06.30 14:57:02.179462 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.179487 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424299 sec., 480236.2425305361 rows/sec., 29.35 MiB/sec. 2025.06.30 14:57:02.179600 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} executeQuery: Read 415 rows, 30.23 KiB in 0.00137 sec., 302919.7080291971 rows/sec., 21.55 MiB/sec. 2025.06.30 14:57:02.179604 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:57:02.179648 [ 276 ] {fd713187-437e-4af1-a161-cc88920b8e28} TCPHandler: Processed in 0.001556781 sec. 2025.06.30 14:57:02.179765 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.179862 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:57:02.179875 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.179905 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:57:02.179946 [ 200 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_41_8} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:57:02.180011 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:57:02.180252 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.180292 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.180607 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.30 14:57:02.180819 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.180951 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} executeQuery: Read 6 rows, 321.00 B in 0.001105 sec., 5429.8642533936645 rows/sec., 283.69 KiB/sec. 2025.06.30 14:57:02.180989 [ 276 ] {e4950d2c-54fd-4a11-9979-c95d4d2aea37} TCPHandler: Processed in 0.001274006 sec. 2025.06.30 14:57:02.181098 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.181192 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.181235 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:02.181646 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.181681 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.182005 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.06.30 14:57:02.182205 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.182340 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} executeQuery: Read 237 rows, 16.27 KiB in 0.001165 sec., 203433.47639484977 rows/sec., 13.64 MiB/sec. 2025.06.30 14:57:02.182379 [ 276 ] {e2ccb241-b0cd-43ab-b294-d5d5487eb11e} TCPHandler: Processed in 0.001330196 sec. 2025.06.30 14:57:02.182497 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.182597 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.182641 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:57:02.183006 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.183042 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.183337 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:57:02.183568 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.183703 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} executeQuery: Read 1 rows, 69.00 B in 0.001122 sec., 891.2655971479501 rows/sec., 60.06 KiB/sec. 2025.06.30 14:57:02.183744 [ 276 ] {5e7ed5aa-245e-4e36-8e8b-60592c7a9909} TCPHandler: Processed in 0.001296076 sec. 2025.06.30 14:57:02.183861 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.183955 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.184010 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:02.184852 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.184889 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.185462 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.06.30 14:57:02.185680 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.185820 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} executeQuery: Read 33 rows, 60.55 KiB in 0.00188 sec., 17553.191489361703 rows/sec., 31.45 MiB/sec. 2025.06.30 14:57:02.185879 [ 276 ] {0919da83-6315-42be-b0a3-50d5a2b0870f} TCPHandler: Processed in 0.002066971 sec. 2025.06.30 14:57:02.185994 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:02.186089 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:02.186131 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:02.186475 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:02.186515 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:02.186842 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.06.30 14:57:02.187055 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:02.187185 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} executeQuery: Read 82 rows, 5.33 KiB in 0.00111 sec., 73873.87387387386 rows/sec., 4.69 MiB/sec. 2025.06.30 14:57:02.187224 [ 276 ] {a6ded9f2-93bb-4bd9-93e3-15422934998b} TCPHandler: Processed in 0.001280925 sec. 2025.06.30 14:57:03.015924 [ 225 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): 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.06.30 14:57:03.015980 [ 225 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): 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.06.30 14:57:03.017853 [ 225 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): 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.06.30 14:57:06.276289 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 2025.06.30 14:57:06.276992 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:06.277058 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.30 14:57:06.277616 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:57:06.277873 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:06.278029 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 2025.06.30 14:57:07.162809 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.163008 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:07.163076 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:07.163724 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.163771 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.164146 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:57:07.164382 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.164541 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} executeQuery: Read 8 rows, 668.00 B in 0.001583 sec., 5053.695514845231 rows/sec., 412.09 KiB/sec. 2025.06.30 14:57:07.164585 [ 276 ] {eb449b28-5b72-44f5-89b1-034e318e5930} TCPHandler: Processed in 0.001912858 sec. 2025.06.30 14:57:07.164711 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.164810 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:07.164855 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:07.165310 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.165348 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.165664 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.06.30 14:57:07.165888 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.166019 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} executeQuery: Read 78 rows, 6.39 KiB in 0.001229 sec., 63466.23270951993 rows/sec., 5.08 MiB/sec. 2025.06.30 14:57:07.166072 [ 276 ] {6cb717b6-311e-4d9e-90f3-9fa3a96702d6} TCPHandler: Processed in 0.001411138 sec. 2025.06.30 14:57:07.166202 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.166299 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:07.166340 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:07.166783 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.166819 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.167106 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.06.30 14:57:07.167323 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.167456 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} executeQuery: Read 17 rows, 1.24 KiB in 0.001174 sec., 14480.408858603067 rows/sec., 1.03 MiB/sec. 2025.06.30 14:57:07.167495 [ 276 ] {93e34761-eae7-47f4-86bc-66429cdf6a4e} TCPHandler: Processed in 0.001345056 sec. 2025.06.30 14:57:07.167611 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.167707 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:07.167748 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:07.168180 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.168217 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.168582 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.06.30 14:57:07.168787 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.168918 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} executeQuery: Read 81 rows, 6.49 KiB in 0.001228 sec., 65960.91205211727 rows/sec., 5.16 MiB/sec. 2025.06.30 14:57:07.168959 [ 276 ] {a8623351-05eb-4303-926b-adc5bf247323} TCPHandler: Processed in 0.001397458 sec. 2025.06.30 14:57:07.169072 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.169167 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:07.169211 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:07.169680 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.169718 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.170059 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.06.30 14:57:07.170283 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.170438 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} executeQuery: Read 164 rows, 11.69 KiB in 0.001288 sec., 127329.19254658384 rows/sec., 8.87 MiB/sec. 2025.06.30 14:57:07.170480 [ 276 ] {a3bc47f9-674a-4c76-8803-d2f62f7967a4} TCPHandler: Processed in 0.001458069 sec. 2025.06.30 14:57:07.170596 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.170704 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:07.170763 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:07.171608 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.171645 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.172193 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.06.30 14:57:07.172428 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.172580 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} executeQuery: Read 9 rows, 16.51 KiB in 0.001896 sec., 4746.835443037975 rows/sec., 8.51 MiB/sec. 2025.06.30 14:57:07.172639 [ 276 ] {3ed80d35-3ca8-46f3-a809-1ab2e0cc5ddb} TCPHandler: Processed in 0.002095832 sec. 2025.06.30 14:57:07.172764 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:07.172862 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:07.172911 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:07.173263 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:07.173299 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:07.173608 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.06.30 14:57:07.173817 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:07.173947 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.06.30 14:57:07.173985 [ 276 ] {efb01bd1-0998-447f-a2f9-f395e18c90fe} TCPHandler: Processed in 0.001272245 sec. 2025.06.30 14:57:08.588233 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.06.30 14:57:08.606891 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:08.606960 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:08.613387 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.30 14:57:08.614167 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:08.618086 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.06.30 14:57:08.914039 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2208 2025.06.30 14:57:08.916809 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:08.916899 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:08.918629 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.30 14:57:08.918933 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:08.919100 [ 75 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.30 14:57:08.919142 [ 75 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:08.919165 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:08.919303 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:57:08.919439 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2208 2025.06.30 14:57:08.919916 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:08.920091 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2030 rows starting from the beginning of the part 2025.06.30 14:57:08.920503 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part 2025.06.30 14:57:08.920859 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:57:08.921184 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 34 rows starting from the beginning of the part 2025.06.30 14:57:08.921490 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:57:08.921797 [ 196 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:57:08.929235 [ 187 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2208 rows, containing 72 columns (72 merged, 0 gathered) in 0.00999618 sec., 220884.37783233196 rows/sec., 167.79 MiB/sec. 2025.06.30 14:57:08.930920 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.30 14:57:08.931513 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:08.931594 [ 200 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_66_13} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.30 14:57:08.931802 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2025.06.30 14:57:12.175574 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.176060 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.176234 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:57:12.177458 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.177516 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.178108 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:57:12.178438 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.178666 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} executeQuery: Read 212 rows, 13.81 KiB in 0.002741 sec., 77344.03502371398 rows/sec., 4.92 MiB/sec. 2025.06.30 14:57:12.178749 [ 276 ] {d917d19d-d897-454c-82c9-60dcfa755309} TCPHandler: Processed in 0.003471829 sec. 2025.06.30 14:57:12.178919 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.179067 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:12.179130 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:12.180254 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.180307 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.180858 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.06.30 14:57:12.181196 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.181365 [ 69 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.06.30 14:57:12.181394 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} executeQuery: Read 705 rows, 57.72 KiB in 0.002362 sec., 298475.86790855206 rows/sec., 23.87 MiB/sec. 2025.06.30 14:57:12.181425 [ 69 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.181450 [ 276 ] {d4f15571-2a74-4d3e-9e87-3402c71ea1f4} TCPHandler: Processed in 0.002606952 sec. 2025.06.30 14:57:12.181461 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.181624 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.181649 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:57:12.181768 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.181835 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:12.181845 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:12.181907 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 835 rows starting from the beginning of the part 2025.06.30 14:57:12.182015 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 686 rows starting from the beginning of the part 2025.06.30 14:57:12.182086 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 74 rows starting from the beginning of the part 2025.06.30 14:57:12.182153 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 683 rows starting from the beginning of the part 2025.06.30 14:57:12.182222 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 78 rows starting from the beginning of the part 2025.06.30 14:57:12.182280 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 705 rows starting from the beginning of the part 2025.06.30 14:57:12.182483 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.182544 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.183045 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.06.30 14:57:12.183375 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.183525 [ 69 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_120_24 to all_125_125_0 2025.06.30 14:57:12.183567 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} executeQuery: Read 150 rows, 9.69 KiB in 0.001832 sec., 81877.72925764191 rows/sec., 5.17 MiB/sec. 2025.06.30 14:57:12.183567 [ 69 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.183613 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.183621 [ 276 ] {4b3b7d86-9e71-4a9a-a0b6-16c73223a1a4} TCPHandler: Processed in 0.002069661 sec. 2025.06.30 14:57:12.183763 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_120_24 to all_125_125_0 into Compact with storage Full 2025.06.30 14:57:12.183788 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.183950 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.183952 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:12.184009 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:57:12.184024 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_120_24, total 182 rows starting from the beginning of the part 2025.06.30 14:57:12.184131 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 143 rows starting from the beginning of the part 2025.06.30 14:57:12.184205 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 9 rows starting from the beginning of the part 2025.06.30 14:57:12.184268 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 139 rows starting from the beginning of the part 2025.06.30 14:57:12.184319 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 17 rows starting from the beginning of the part 2025.06.30 14:57:12.184378 [ 187 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 150 rows starting from the beginning of the part 2025.06.30 14:57:12.184433 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3061 rows, containing 5 columns (5 merged, 0 gathered) in 0.002870797 sec., 1066254.4234231818 rows/sec., 89.65 MiB/sec. 2025.06.30 14:57:12.184610 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.184670 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.184754 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.06.30 14:57:12.185190 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:57:12.185203 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.185334 [ 194 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_131_26} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.06.30 14:57:12.185458 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.30 14:57:12.185549 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.185745 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} executeQuery: Read 113 rows, 7.49 KiB in 0.001823 sec., 61985.73779484366 rows/sec., 4.01 MiB/sec. 2025.06.30 14:57:12.185776 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergeTask::MergeProjectionsStage: Merge sorted 640 rows, containing 5 columns (5 merged, 0 gathered) in 0.002093702 sec., 305678.64958814584 rows/sec., 20.61 MiB/sec. 2025.06.30 14:57:12.185800 [ 276 ] {9e4fac21-7f4f-425a-a858-6dd72c7f9334} TCPHandler: Processed in 0.002079671 sec. 2025.06.30 14:57:12.185931 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} MergedBlockOutputStream: filled checksums all_1_125_25 (state Temporary) 2025.06.30 14:57:12.185972 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.186122 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.186184 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:57:12.186247 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_125_25 to all_1_125_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.186337 [ 194 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_125_25} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_120_24, all_125_125_0] -> all_1_125_25 2025.06.30 14:57:12.186436 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:57:12.186820 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.186879 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.187344 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:57:12.187667 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.187849 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} executeQuery: Read 112 rows, 6.53 KiB in 0.001757 sec., 63745.01992031872 rows/sec., 3.63 MiB/sec. 2025.06.30 14:57:12.187905 [ 276 ] {c358ee21-a9d1-474f-a191-2d6b894e5591} TCPHandler: Processed in 0.00200297 sec. 2025.06.30 14:57:12.188071 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.188212 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:12.188272 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:12.189136 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.189187 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.189687 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.06.30 14:57:12.190005 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.190163 [ 69 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.06.30 14:57:12.190190 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} executeQuery: Read 432 rows, 31.62 KiB in 0.002005 sec., 215461.34663341648 rows/sec., 15.40 MiB/sec. 2025.06.30 14:57:12.190203 [ 69 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.190236 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.190244 [ 276 ] {ac1943ce-4736-4a25-9fc7-ab2091e6c317} TCPHandler: Processed in 0.002246625 sec. 2025.06.30 14:57:12.190349 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:57:12.190404 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.190508 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:12.190545 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:57:12.190562 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 500 rows starting from the beginning of the part 2025.06.30 14:57:12.190620 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:57:12.190672 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 419 rows starting from the beginning of the part 2025.06.30 14:57:12.190745 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 73 rows starting from the beginning of the part 2025.06.30 14:57:12.190809 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 415 rows starting from the beginning of the part 2025.06.30 14:57:12.190867 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 81 rows starting from the beginning of the part 2025.06.30 14:57:12.190931 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 432 rows starting from the beginning of the part 2025.06.30 14:57:12.191090 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.191145 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.191621 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.30 14:57:12.191961 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.192158 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} executeQuery: Read 6 rows, 321.00 B in 0.001641 sec., 3656.3071297989027 rows/sec., 191.03 KiB/sec. 2025.06.30 14:57:12.192209 [ 276 ] {6a4c3429-db5a-40e1-b53a-bcd6db6b70e3} TCPHandler: Processed in 0.001872197 sec. 2025.06.30 14:57:12.192362 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.192410 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 5 columns (5 merged, 0 gathered) in 0.002107072 sec., 911217.0822829024 rows/sec., 69.38 MiB/sec. 2025.06.30 14:57:12.192493 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.192564 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:12.192675 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.06.30 14:57:12.193084 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.193170 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.193208 [ 199 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_131_26} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.06.30 14:57:12.193229 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.193358 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.30 14:57:12.193750 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.06.30 14:57:12.194071 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.194222 [ 69 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.06.30 14:57:12.194255 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} executeQuery: Read 237 rows, 16.27 KiB in 0.001788 sec., 132550.3355704698 rows/sec., 8.88 MiB/sec. 2025.06.30 14:57:12.194258 [ 69 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.194298 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.194311 [ 276 ] {a3446009-d773-4f27-8353-3379b7c61b21} TCPHandler: Processed in 0.00201817 sec. 2025.06.30 14:57:12.194407 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:57:12.194471 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.194560 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:12.194609 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTreeSequentialSource: Reading 4 marks from part all_1_126_25, total 20571 rows starting from the beginning of the part 2025.06.30 14:57:12.194614 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.194685 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:57:12.194690 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 239 rows starting from the beginning of the part 2025.06.30 14:57:12.194775 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part 2025.06.30 14:57:12.194843 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part 2025.06.30 14:57:12.194897 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 164 rows starting from the beginning of the part 2025.06.30 14:57:12.194960 [ 195 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part 2025.06.30 14:57:12.195151 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.195207 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.195701 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:57:12.195994 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.196176 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} executeQuery: Read 1 rows, 69.00 B in 0.001589 sec., 629.3266205160479 rows/sec., 42.41 KiB/sec. 2025.06.30 14:57:12.196230 [ 276 ] {4789203c-7bdc-4770-9cc3-8452ab4ba37d} TCPHandler: Processed in 0.001824267 sec. 2025.06.30 14:57:12.196384 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.196524 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.196601 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:12.197917 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.197969 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.198840 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.06.30 14:57:12.199191 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.199395 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} executeQuery: Read 44 rows, 80.74 KiB in 0.002896 sec., 15193.370165745855 rows/sec., 27.23 MiB/sec. 2025.06.30 14:57:12.199493 [ 276 ] {19bf485c-2e64-44a2-b086-cb3fc9e6e352} TCPHandler: Processed in 0.003180333 sec. 2025.06.30 14:57:12.199655 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.199798 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.199861 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.30 14:57:12.200336 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.200388 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.200815 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.30 14:57:12.201117 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.201292 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} executeQuery: Read 9 rows, 709.00 B in 0.001526 sec., 5897.771952817824 rows/sec., 453.72 KiB/sec. 2025.06.30 14:57:12.201344 [ 276 ] {037cc13b-6c04-4968-933b-266c60cb532d} TCPHandler: Processed in 0.001760505 sec. 2025.06.30 14:57:12.201496 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:12.201633 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:12.201690 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:12.202139 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.202190 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.202632 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.06.30 14:57:12.202967 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.203099 [ 69 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.06.30 14:57:12.203137 [ 69 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:12.203142 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} executeQuery: Read 82 rows, 5.33 KiB in 0.001535 sec., 53420.195439739415 rows/sec., 3.39 MiB/sec. 2025.06.30 14:57:12.203161 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:12.203193 [ 276 ] {cb1ab407-78c9-4c0e-ae30-e271ee54bf0f} TCPHandler: Processed in 0.001766285 sec. 2025.06.30 14:57:12.203267 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:57:12.203389 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:12.203426 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7238 rows starting from the beginning of the part 2025.06.30 14:57:12.203495 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 82 rows starting from the beginning of the part 2025.06.30 14:57:12.203553 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2025.06.30 14:57:12.203604 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part 2025.06.30 14:57:12.203656 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:57:12.203708 [ 199 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part 2025.06.30 14:57:12.205372 [ 201 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 21608 rows, containing 5 columns (5 merged, 0 gathered) in 0.01101549 sec., 1961601.3450150653 rows/sec., 135.58 MiB/sec. 2025.06.30 14:57:12.206083 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.06.30 14:57:12.206189 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7604 rows, containing 4 columns (4 merged, 0 gathered) in 0.002965059 sec., 2564535.815307554 rows/sec., 168.56 MiB/sec. 2025.06.30 14:57:12.206486 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.206599 [ 189 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_131_26} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.06.30 14:57:12.206722 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.06.30 14:57:12.206835 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.06.30 14:57:12.207213 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:12.207303 [ 201 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_131_26} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.06.30 14:57:12.207409 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.06.30 14:57:12.770023 [ 223 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): 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.06.30 14:57:12.770078 [ 223 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): 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.06.30 14:57:12.774052 [ 223 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): 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.06.30 14:57:13.243210 [ 220 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): 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.06.30 14:57:13.243301 [ 220 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): 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.06.30 14:57:13.246894 [ 220 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): 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.06.30 14:57:13.286500 [ 217 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): 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.06.30 14:57:13.286623 [ 217 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): 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.06.30 14:57:13.289006 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:57:13.289080 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:57:13.290687 [ 217 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): 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.06.30 14:57:13.293238 [ 223 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:57:13.575678 [ 65 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:57:13.575722 [ 65 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:57:13.778293 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 2025.06.30 14:57:13.779187 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:13.779249 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:13.780015 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:57:13.780391 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:13.780615 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 2025.06.30 14:57:14.783783 [ 217 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:57:14.783831 [ 217 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:57:14.786140 [ 217 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:57:15.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 356.99 MiB, peak 376.47 MiB, free memory in arenas 0.00 B, will set to 360.99 MiB (RSS), difference: 4.00 MiB 2025.06.30 14:57:16.118139 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.06.30 14:57:16.136151 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:16.136204 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:16.142217 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.30 14:57:16.142931 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:16.146306 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.06.30 14:57:17.017368 [ 220 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:57:17.017436 [ 220 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:57:17.020540 [ 220 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:57:17.162332 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:17.162509 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:17.162572 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:17.163263 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.163305 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.163673 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.06.30 14:57:17.163890 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.164035 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} executeQuery: Read 74 rows, 6.10 KiB in 0.001576 sec., 46954.31472081219 rows/sec., 3.78 MiB/sec. 2025.06.30 14:57:17.164076 [ 276 ] {0685ebb4-a75a-4a76-a2b8-1b00e1b84acf} TCPHandler: Processed in 0.001882457 sec. 2025.06.30 14:57:17.164204 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:17.164298 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:17.164336 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:17.164763 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.164799 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.165086 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.06.30 14:57:17.165287 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.165416 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} executeQuery: Read 9 rows, 693.00 B in 0.001137 sec., 7915.5672823219 rows/sec., 595.21 KiB/sec. 2025.06.30 14:57:17.165452 [ 276 ] {2a06f528-b292-4c3e-8b6a-e5e6b421df7f} TCPHandler: Processed in 0.001301636 sec. 2025.06.30 14:57:17.165554 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:17.165646 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:17.165684 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:17.166094 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.166130 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.166426 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.06.30 14:57:17.166649 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.166774 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} executeQuery: Read 73 rows, 5.84 KiB in 0.001146 sec., 63699.82547993019 rows/sec., 4.97 MiB/sec. 2025.06.30 14:57:17.166811 [ 276 ] {0204339a-caaf-4812-8c0a-004e215a7d5f} TCPHandler: Processed in 0.001304206 sec. 2025.06.30 14:57:17.166863 [ 223 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:57:17.166917 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:17.166918 [ 223 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:57:17.167016 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:17.167062 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:17.167466 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.167503 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.167865 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.06.30 14:57:17.168135 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.168278 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} executeQuery: Read 160 rows, 11.41 KiB in 0.00128 sec., 124999.99999999999 rows/sec., 8.71 MiB/sec. 2025.06.30 14:57:17.168316 [ 276 ] {99f73e2c-30c1-48ec-8059-191ced8815ee} TCPHandler: Processed in 0.001446229 sec. 2025.06.30 14:57:17.168371 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:57:17.168410 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:57:17.168429 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:17.168536 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:17.168592 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:17.169367 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.169405 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.169925 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.06.30 14:57:17.169931 [ 223 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:57:17.170277 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.170410 [ 54 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.06.30 14:57:17.170428 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} executeQuery: Read 9 rows, 16.51 KiB in 0.001915 sec., 4699.738903394255 rows/sec., 8.42 MiB/sec. 2025.06.30 14:57:17.170474 [ 54 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.170498 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.170505 [ 276 ] {d4fda926-e3d3-4f07-af34-1328d5a77d4d} TCPHandler: Processed in 0.002124852 sec. 2025.06.30 14:57:17.170598 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:57:17.170627 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:17.170723 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:17.170765 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:17.170794 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:17.170852 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2541 rows starting from the beginning of the part 2025.06.30 14:57:17.170973 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 9 rows starting from the beginning of the part 2025.06.30 14:57:17.171085 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 33 rows starting from the beginning of the part 2025.06.30 14:57:17.171133 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:17.171171 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:17.171189 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 9 rows starting from the beginning of the part 2025.06.30 14:57:17.171322 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 44 rows starting from the beginning of the part 2025.06.30 14:57:17.171412 [ 189 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 9 rows starting from the beginning of the part 2025.06.30 14:57:17.171497 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.06.30 14:57:17.171823 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.171981 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} executeQuery: Read 60 rows, 4.14 KiB in 0.001276 sec., 47021.94357366771 rows/sec., 3.17 MiB/sec. 2025.06.30 14:57:17.172020 [ 276 ] {18a2d4f1-9864-463a-a895-38b33f546d41} TCPHandler: Processed in 0.001443309 sec. 2025.06.30 14:57:17.172298 [ 220 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:57:17.180401 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2645 rows, containing 19 columns (19 merged, 0 gathered) in 0.009835196 sec., 268932.1087246253 rows/sec., 481.91 MiB/sec. 2025.06.30 14:57:17.182877 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.06.30 14:57:17.183261 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:17.183340 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_126_25} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.06.30 14:57:17.183513 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.87 MiB. 2025.06.30 14:57:17.631578 [ 222 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.06.30 14:57:17.631623 [ 222 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.06.30 14:57:17.637765 [ 222 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.06.30 14:57:17.679133 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:57:17.679208 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:57:17.681268 [ 220 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:57:18.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 361.46 MiB, peak 380.30 MiB, free memory in arenas 0.00 B, will set to 364.20 MiB (RSS), difference: 2.75 MiB 2025.06.30 14:57:18.919635 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2244 2025.06.30 14:57:18.922259 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:18.922309 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:18.923491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.30 14:57:18.923760 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:18.924025 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2244 2025.06.30 14:57:21.280788 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 2025.06.30 14:57:21.281412 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:21.281470 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:21.281992 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:57:21.282248 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:21.282406 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 2025.06.30 14:57:21.282426 [ 66 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:57:21.282492 [ 66 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:21.282513 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:21.282647 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:57:21.282799 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:21.282838 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:57:21.282904 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part 2025.06.30 14:57:21.282950 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part 2025.06.30 14:57:21.282991 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part 2025.06.30 14:57:21.283033 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part 2025.06.30 14:57:21.283075 [ 197 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part 2025.06.30 14:57:21.285927 [ 198 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.003346037 sec., 12469676.814691529 rows/sec., 178.38 MiB/sec. 2025.06.30 14:57:21.286200 [ 200 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:57:21.286499 [ 200 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:21.286571 [ 200 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_91_18} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:57:21.286686 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.06.30 14:57:22.171272 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.171473 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.171540 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:57:22.172284 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.172332 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.172738 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:57:22.172972 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.173153 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} executeQuery: Read 212 rows, 13.81 KiB in 0.001733 sec., 122331.21754183497 rows/sec., 7.78 MiB/sec. 2025.06.30 14:57:22.173198 [ 276 ] {9d0c278c-e6ec-4ec9-b2ca-1fef3ad5d73a} TCPHandler: Processed in 0.002061911 sec. 2025.06.30 14:57:22.173316 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.173412 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:22.173453 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:22.173840 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.173875 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.174169 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:57:22.174381 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.174512 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} executeQuery: Read 6 rows, 501.00 B in 0.001119 sec., 5361.930294906167 rows/sec., 437.23 KiB/sec. 2025.06.30 14:57:22.174548 [ 276 ] {10fc393f-475d-4abc-b057-4188e2c6138b} TCPHandler: Processed in 0.001282236 sec. 2025.06.30 14:57:22.174648 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.174743 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:22.174783 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:22.175596 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.175633 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.176088 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.06.30 14:57:22.176364 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.176519 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} executeQuery: Read 714 rows, 58.51 KiB in 0.001792 sec., 398437.5 rows/sec., 31.89 MiB/sec. 2025.06.30 14:57:22.176561 [ 276 ] {1f793044-f33a-4bef-a2cf-d974d674dc3c} TCPHandler: Processed in 0.001961679 sec. 2025.06.30 14:57:22.176680 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.176778 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.176820 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:22.177290 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.177324 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.177626 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.06.30 14:57:22.177827 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.177962 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} executeQuery: Read 159 rows, 10.34 KiB in 0.001201 sec., 132389.6752706078 rows/sec., 8.41 MiB/sec. 2025.06.30 14:57:22.178002 [ 276 ] {e0c41825-6c16-4399-9815-ad0c5dc447e1} TCPHandler: Processed in 0.001371837 sec. 2025.06.30 14:57:22.178116 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.178217 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.178258 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:57:22.178691 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.178727 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.179068 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:57:22.179284 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.179416 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} executeQuery: Read 113 rows, 7.49 KiB in 0.001216 sec., 92927.63157894736 rows/sec., 6.02 MiB/sec. 2025.06.30 14:57:22.179455 [ 276 ] {35d3e997-9f02-4c16-a0ea-08ef7b8b7351} TCPHandler: Processed in 0.001390628 sec. 2025.06.30 14:57:22.179569 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.179664 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.179705 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:57:22.180144 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.180179 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.180488 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:57:22.180702 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.180830 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} executeQuery: Read 112 rows, 6.53 KiB in 0.001182 sec., 94754.65313028764 rows/sec., 5.40 MiB/sec. 2025.06.30 14:57:22.180871 [ 276 ] {54b28500-fb88-4e04-bafb-5b83dbcf8170} TCPHandler: Processed in 0.001350807 sec. 2025.06.30 14:57:22.180987 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.181082 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:22.181121 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:22.181693 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.181727 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.182048 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.06.30 14:57:22.182294 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.182423 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} executeQuery: Read 441 rows, 32.29 KiB in 0.001358 sec., 324742.2680412371 rows/sec., 23.22 MiB/sec. 2025.06.30 14:57:22.182463 [ 276 ] {079fb225-9c40-4766-b6ae-6d6ad039fcf3} TCPHandler: Processed in 0.00152596 sec. 2025.06.30 14:57:22.182577 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.182673 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:57:22.182715 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:57:22.183046 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.183079 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.183386 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.30 14:57:22.183591 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.183718 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2025.06.30 14:57:22.183727 [ 217 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): 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.06.30 14:57:22.183756 [ 217 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): 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.06.30 14:57:22.183757 [ 276 ] {63ad28e7-dc0f-46d8-97d0-ba5cad7c916f} TCPHandler: Processed in 0.001228785 sec. 2025.06.30 14:57:22.183875 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.183977 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.184021 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:22.184428 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.184463 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.184794 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.06.30 14:57:22.185029 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.185181 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} executeQuery: Read 240 rows, 16.48 KiB in 0.00122 sec., 196721.31147540984 rows/sec., 13.19 MiB/sec. 2025.06.30 14:57:22.185226 [ 276 ] {c7bf60a9-cc01-408b-9ea6-85bba785db64} TCPHandler: Processed in 0.001401158 sec. 2025.06.30 14:57:22.185340 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.185434 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.185476 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:57:22.185793 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.185828 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.186144 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:57:22.186357 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.186490 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2025.06.30 14:57:22.186528 [ 276 ] {a4fd375c-558f-40fd-9777-ef7504010eb8} TCPHandler: Processed in 0.001237874 sec. 2025.06.30 14:57:22.186541 [ 217 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): 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.06.30 14:57:22.186644 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.186739 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.186794 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:22.187707 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.187742 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.188293 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.06.30 14:57:22.188522 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.188658 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} executeQuery: Read 47 rows, 86.24 KiB in 0.001935 sec., 24289.40568475452 rows/sec., 43.53 MiB/sec. 2025.06.30 14:57:22.188716 [ 276 ] {eee206d2-9280-4a79-a0d3-4bf3abd80eba} TCPHandler: Processed in 0.002122443 sec. 2025.06.30 14:57:22.188831 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.188926 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.188968 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.30 14:57:22.189293 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.189327 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.189612 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.30 14:57:22.189818 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.189953 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} executeQuery: Read 6 rows, 405.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 379.20 KiB/sec. 2025.06.30 14:57:22.189991 [ 276 ] {24fb22b3-e606-4f81-a164-660d5d7c3766} TCPHandler: Processed in 0.001209594 sec. 2025.06.30 14:57:22.190106 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:22.190202 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:22.190244 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:22.190600 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:22.190634 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:22.190947 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.06.30 14:57:22.191155 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:22.191284 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} executeQuery: Read 82 rows, 5.33 KiB in 0.001099 sec., 74613.2848043676 rows/sec., 4.74 MiB/sec. 2025.06.30 14:57:22.191324 [ 276 ] {820ccda8-2dfa-4600-a6be-6a6ea91cd770} TCPHandler: Processed in 0.001266305 sec. 2025.06.30 14:57:22.613836 [ 217 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:57:22.613892 [ 217 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:57:22.617560 [ 217 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:57:23.647348 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2025.06.30 14:57:23.664935 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:23.664993 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:23.671448 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.30 14:57:23.672611 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:23.672907 [ 58 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.30 14:57:23.672970 [ 58 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:23.672989 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:23.673086 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:57:23.675816 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2025.06.30 14:57:23.676069 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:23.676797 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:57:23.680113 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:57:23.683801 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:57:23.687613 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:57:23.691991 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:57:23.696328 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2025.06.30 14:57:23.752268 [ 200 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.079221049 sec., 8659.314773779377 rows/sec., 44.78 MiB/sec. 2025.06.30 14:57:23.755558 [ 200 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.30 14:57:23.758205 [ 200 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_91_18} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:23.758311 [ 200 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_91_18} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.30 14:57:23.761148 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.06.30 14:57:24.001146 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.27 MiB, peak 382.70 MiB, free memory in arenas 0.00 B, will set to 364.20 MiB (RSS), difference: -1.07 MiB 2025.06.30 14:57:27.162635 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:27.162853 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:27.162918 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:27.163611 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:27.163652 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:27.164168 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.06.30 14:57:27.164639 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:27.164798 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} executeQuery: Read 76 rows, 6.29 KiB in 0.001998 sec., 38038.03803803804 rows/sec., 3.07 MiB/sec. 2025.06.30 14:57:27.164843 [ 276 ] {8544b450-fcc4-4817-ab16-b904bfe7ff74} TCPHandler: Processed in 0.002347137 sec. 2025.06.30 14:57:27.164971 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:27.165065 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:27.165106 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:27.165523 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:27.165560 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:27.165958 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.06.30 14:57:27.166368 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:27.166506 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} executeQuery: Read 10 rows, 770.00 B in 0.001458 sec., 6858.710562414266 rows/sec., 515.74 KiB/sec. 2025.06.30 14:57:27.166547 [ 276 ] {f3f1b904-e24a-4d42-baf3-046e6971c855} TCPHandler: Processed in 0.001625852 sec. 2025.06.30 14:57:27.166657 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:27.166752 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:27.166792 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:27.167211 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:27.167247 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:27.167649 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.06.30 14:57:27.168107 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:27.168258 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} executeQuery: Read 74 rows, 5.92 KiB in 0.001523 sec., 48588.31254103743 rows/sec., 3.79 MiB/sec. 2025.06.30 14:57:27.168299 [ 276 ] {1f7625e9-01a2-4b91-a9c7-ff1b14570cca} TCPHandler: Processed in 0.001691194 sec. 2025.06.30 14:57:27.168413 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:27.168507 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:27.168551 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:27.168983 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:27.169020 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:27.169453 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.06.30 14:57:27.169918 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:27.170054 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. 2025.06.30 14:57:27.170094 [ 276 ] {38146df3-04b2-4902-93f2-01e76e9c7a5a} TCPHandler: Processed in 0.001729925 sec. 2025.06.30 14:57:27.170206 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:27.170301 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:27.170355 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:27.171137 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:27.171175 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:27.171783 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.06.30 14:57:27.172188 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:27.172333 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} executeQuery: Read 10 rows, 18.35 KiB in 0.002048 sec., 4882.8125 rows/sec., 8.75 MiB/sec. 2025.06.30 14:57:27.172391 [ 276 ] {83301abe-d649-4623-bb7c-e7d912e13815} TCPHandler: Processed in 0.002234375 sec. 2025.06.30 14:57:27.172502 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:27.172596 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:27.172638 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:27.172978 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:27.173015 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:27.173404 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.06.30 14:57:27.173834 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:27.173971 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. 2025.06.30 14:57:27.174009 [ 276 ] {e84b5c5c-44c1-431e-a04f-6f1d3553243a} TCPHandler: Processed in 0.001556051 sec. 2025.06.30 14:57:28.575960 [ 55 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:57:28.576013 [ 55 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:57:28.783469 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 2025.06.30 14:57:28.783999 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:28.784051 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:28.784691 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:57:28.785142 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:28.785313 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 2025.06.30 14:57:28.925132 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2282 2025.06.30 14:57:28.927708 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:28.927749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:28.929095 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.30 14:57:28.929609 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:28.929906 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2282 2025.06.30 14:57:31.176816 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2025.06.30 14:57:31.195268 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:31.195336 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:31.201464 [ 245 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.30 14:57:31.202150 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:31.205700 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.06.30 14:57:32.164858 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.165123 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} executeQuery: (from [fd00:1122:3344:101::d]:48618) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.30 14:57:32.165500 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.30 14:57:32.165543 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.30 14:57:32.165825 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:57:32.165898 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.30 14:57:32.166044 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.06.30 14:57:32.166173 [ 295 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps 2025.06.30 14:57:32.166172 [ 290 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps 2025.06.30 14:57:32.166193 [ 293 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_8_8_0 with 1 steps 2025.06.30 14:57:32.166172 [ 292 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Used generic exclusion search over index for part all_7_7_0 with 1 steps 2025.06.30 14:57:32.166376 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.30 14:57:32.166403 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.30 14:57:32.166491 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.30 14:57:32.166513 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (SelectExecutor): Reading approx. 43 rows with 3 streams 2025.06.30 14:57:32.166549 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:57:32.166588 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:57:32.166624 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'oximeter_collector:failed_collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.30 14:57:32.168492 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} executeQuery: Read 43 rows, 1.73 KiB in 0.003477 sec., 12366.983031348864 rows/sec., 496.85 KiB/sec. 2025.06.30 14:57:32.168652 [ 276 ] {81548d4b-dd66-4019-8ada-f70804adc939} TCPHandler: Processed in 0.003933258 sec. 2025.06.30 14:57:32.174862 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.174980 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.30 14:57:32.175027 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.30 14:57:32.175614 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.175652 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.176087 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.30 14:57:32.176287 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.176437 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} executeQuery: Read 1 rows, 285.00 B in 0.001489 sec., 671.591672263264 rows/sec., 186.92 KiB/sec. 2025.06.30 14:57:32.176479 [ 276 ] {66dbed90-0495-42c2-b953-94290e5ee98b} TCPHandler: Processed in 0.001672353 sec. 2025.06.30 14:57:32.176603 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.176704 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.176748 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:57:32.177301 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.177335 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.177652 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:57:32.177860 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.177993 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} executeQuery: Read 212 rows, 13.81 KiB in 0.00131 sec., 161832.06106870229 rows/sec., 10.29 MiB/sec. 2025.06.30 14:57:32.178032 [ 276 ] {4cf7b79f-3644-42cb-829a-ebba16915116} TCPHandler: Processed in 0.001479959 sec. 2025.06.30 14:57:32.178152 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.178250 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:32.178291 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:32.178672 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.178707 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.178988 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:57:32.179196 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.179327 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} executeQuery: Read 1 rows, 76.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 67.78 KiB/sec. 2025.06.30 14:57:32.179366 [ 276 ] {082df918-705c-43a2-8e23-c158824b7168} TCPHandler: Processed in 0.001264416 sec. 2025.06.30 14:57:32.179473 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.179569 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:32.179609 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:32.180481 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.180528 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.180959 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.06.30 14:57:32.181176 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.181313 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} executeQuery: Read 715 rows, 58.62 KiB in 0.001762 sec., 405788.87627695804 rows/sec., 32.49 MiB/sec. 2025.06.30 14:57:32.181352 [ 276 ] {985b3233-a9e6-43c4-808c-9f924978c0ac} TCPHandler: Processed in 0.001929198 sec. 2025.06.30 14:57:32.181464 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.181563 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.181605 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:32.182065 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.182101 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.182419 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.06.30 14:57:32.182636 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.182769 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} executeQuery: Read 155 rows, 10.06 KiB in 0.001225 sec., 126530.61224489796 rows/sec., 8.02 MiB/sec. 2025.06.30 14:57:32.182808 [ 276 ] {f9638e6e-94dc-4f42-bd3d-f7839f6b2c3a} TCPHandler: Processed in 0.001395458 sec. 2025.06.30 14:57:32.182919 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.183015 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.183057 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:57:32.183500 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.183535 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.183842 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:57:32.184051 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.184153 [ 45 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.06.30 14:57:32.184179 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} executeQuery: Read 113 rows, 7.49 KiB in 0.001184 sec., 95439.1891891892 rows/sec., 6.18 MiB/sec. 2025.06.30 14:57:32.184190 [ 45 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.184211 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.184218 [ 276 ] {130a364c-b541-4c7a-aab1-9c525786e68d} TCPHandler: Processed in 0.001351698 sec. 2025.06.30 14:57:32.184318 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.06.30 14:57:32.184329 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.184448 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.184454 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:32.184506 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:57:32.184510 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 138 rows starting from the beginning of the part 2025.06.30 14:57:32.184599 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part 2025.06.30 14:57:32.184655 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part 2025.06.30 14:57:32.184707 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 113 rows starting from the beginning of the part 2025.06.30 14:57:32.184756 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part 2025.06.30 14:57:32.184804 [ 194 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part 2025.06.30 14:57:32.184989 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.185030 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:32.185346 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:57:32.185567 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.185695 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} executeQuery: Read 112 rows, 6.53 KiB in 0.001265 sec., 88537.54940711462 rows/sec., 5.04 MiB/sec. 2025.06.30 14:57:32.185724 [ 193 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 703 rows, containing 5 columns (5 merged, 0 gathered) in 0.001456449 sec., 482680.82164222706 rows/sec., 33.39 MiB/sec. 2025.06.30 14:57:32.185734 [ 276 ] {8b5f3884-4638-4b63-9e38-e8aa197fce24} TCPHandler: Processed in 0.001455769 sec. 2025.06.30 14:57:32.185867 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.185914 [ 187 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.06.30 14:57:32.185963 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:32.186006 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:32.186298 [ 187 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.186397 [ 187 ] {24869cf6-0f49-4de3-9b36-06bcfe63cb67::all_1_45_9} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.06.30 14:57:32.186508 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.30 14:57:32.186579 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.186621 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.186946 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.06.30 14:57:32.187163 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.187293 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} executeQuery: Read 437 rows, 31.92 KiB in 0.001349 sec., 323943.661971831 rows/sec., 23.11 MiB/sec. 2025.06.30 14:57:32.187332 [ 276 ] {e3f64e62-38c3-448c-ab41-69be6fe2779a} TCPHandler: Processed in 0.001515711 sec. 2025.06.30 14:57:32.187452 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.187547 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:57:32.187589 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:57:32.187899 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.187933 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.188220 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.30 14:57:32.188423 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.188513 [ 45 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.06.30 14:57:32.188542 [ 45 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.188549 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} executeQuery: Read 6 rows, 321.00 B in 0.00102 sec., 5882.35294117647 rows/sec., 307.33 KiB/sec. 2025.06.30 14:57:32.188558 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.188587 [ 276 ] {37c6ff9c-7b0c-4906-b47f-67dd3195c284} TCPHandler: Processed in 0.001184904 sec. 2025.06.30 14:57:32.188639 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.06.30 14:57:32.188708 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.188747 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:32.188782 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part 2025.06.30 14:57:32.188835 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:32.188835 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.188880 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:32.188903 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:32.188924 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:32.188962 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:32.188995 [ 194 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:32.189415 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.189464 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:32.189733 [ 190 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.001126712 sec., 213009.18069568797 rows/sec., 10.87 MiB/sec. 2025.06.30 14:57:32.189905 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.06.30 14:57:32.189928 [ 191 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.06.30 14:57:32.190176 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.190327 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} executeQuery: Read 238 rows, 16.33 KiB in 0.001517 sec., 156888.59591298617 rows/sec., 10.51 MiB/sec. 2025.06.30 14:57:32.190338 [ 191 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.190370 [ 276 ] {909178b3-d744-4877-ac5b-1ea9ca1d8a4e} TCPHandler: Processed in 0.001723304 sec. 2025.06.30 14:57:32.190437 [ 191 ] {1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec::all_1_40_8} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.06.30 14:57:32.190486 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.190540 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.30 14:57:32.190587 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.190633 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:57:32.190934 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.190970 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.191293 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:57:32.191499 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.191593 [ 45 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.30 14:57:32.191616 [ 45 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.191628 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. 2025.06.30 14:57:32.191631 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.191664 [ 276 ] {cf1cb96c-d512-4589-9ba6-656583607bd3} TCPHandler: Processed in 0.001229165 sec. 2025.06.30 14:57:32.191710 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::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.06.30 14:57:32.191769 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.191796 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:32.191826 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part 2025.06.30 14:57:32.191864 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.191882 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:32.191920 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:32.191926 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:32.191971 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:32.192013 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:32.192051 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:32.192835 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.192838 [ 199 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.001162193 sec., 35278.13366626714 rows/sec., 2.32 MiB/sec. 2025.06.30 14:57:32.192874 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.192966 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.30 14:57:32.193201 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.193262 [ 193 ] {1d81d9ec-93d0-4414-9e12-ddec187dd96c::all_1_41_8} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.30 14:57:32.193330 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.30 14:57:32.193457 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.06.30 14:57:32.193673 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.193813 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} executeQuery: Read 48 rows, 88.08 KiB in 0.001967 sec., 24402.64361972547 rows/sec., 43.73 MiB/sec. 2025.06.30 14:57:32.193887 [ 276 ] {f994b209-5733-4a86-965b-ed6cabab4275} TCPHandler: Processed in 0.002167353 sec. 2025.06.30 14:57:32.193993 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:32.194088 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:32.194130 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:32.194475 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:32.194509 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:32.194816 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.06.30 14:57:32.195024 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:32.195154 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} executeQuery: Read 82 rows, 5.33 KiB in 0.001084 sec., 75645.75645756458 rows/sec., 4.80 MiB/sec. 2025.06.30 14:57:32.195189 [ 276 ] {b2feab5c-bdf9-42c7-a2c1-4ca2987adedc} TCPHandler: Processed in 0.001246395 sec. 2025.06.30 14:57:33.001155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.34 MiB, peak 382.70 MiB, free memory in arenas 0.00 B, will set to 364.20 MiB (RSS), difference: -1.13 MiB 2025.06.30 14:57:36.286348 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 2025.06.30 14:57:36.286879 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:36.286917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.30 14:57:36.287517 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:57:36.288022 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:36.288159 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 2025.06.30 14:57:37.162019 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.162291 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:37.162386 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:37.163293 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.163334 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.163902 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:57:37.164390 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.164526 [ 40 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 6 parts from all_1_37_9 to all_42_42_0 2025.06.30 14:57:37.164542 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} executeQuery: Read 4 rows, 319.00 B in 0.00232 sec., 1724.1379310344828 rows/sec., 134.28 KiB/sec. 2025.06.30 14:57:37.164594 [ 40 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.164606 [ 276 ] {cb948a76-701d-469c-af7b-7b9142fe0cca} TCPHandler: Processed in 0.002721924 sec. 2025.06.30 14:57:37.164629 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.164750 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.164784 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_9 to all_42_42_0 into Compact with storage Full 2025.06.30 14:57:37.164851 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:37.164894 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:37.164956 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:37.164998 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 22 rows starting from the beginning of the part 2025.06.30 14:57:37.165071 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part 2025.06.30 14:57:37.165115 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part 2025.06.30 14:57:37.165158 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:37.165200 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:37.165243 [ 190 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part 2025.06.30 14:57:37.165379 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.165420 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.165908 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.06.30 14:57:37.166253 [ 199 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530691 sec., 29398.48734983089 rows/sec., 2.46 MiB/sec. 2025.06.30 14:57:37.166423 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.166560 [ 40 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.06.30 14:57:37.166566 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} executeQuery: Read 82 rows, 6.73 KiB in 0.001736 sec., 47235.023041474655 rows/sec., 3.78 MiB/sec. 2025.06.30 14:57:37.166580 [ 195 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) 2025.06.30 14:57:37.166596 [ 40 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.166622 [ 276 ] {333e3364-14e1-4a87-b145-927d3c71e43e} TCPHandler: Processed in 0.001933608 sec. 2025.06.30 14:57:37.166642 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.166719 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:57:37.166763 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.166807 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:37.166834 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 857 rows starting from the beginning of the part 2025.06.30 14:57:37.166867 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.166877 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 74 rows starting from the beginning of the part 2025.06.30 14:57:37.166914 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:37.166924 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 714 rows starting from the beginning of the part 2025.06.30 14:57:37.166965 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 76 rows starting from the beginning of the part 2025.06.30 14:57:37.166998 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 715 rows starting from the beginning of the part 2025.06.30 14:57:37.167031 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part 2025.06.30 14:57:37.167175 [ 195 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.167270 [ 195 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_42_10} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 6 parts: [all_1_37_9, all_42_42_0] -> all_1_42_10 2025.06.30 14:57:37.167345 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.167372 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.30 14:57:37.167386 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.167851 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.06.30 14:57:37.168167 [ 195 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2518 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147869 sec., 1702858.6113384145 rows/sec., 143.99 MiB/sec. 2025.06.30 14:57:37.168339 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.168447 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.06.30 14:57:37.168462 [ 40 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_125_25 to all_130_130_0 2025.06.30 14:57:37.168480 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} executeQuery: Read 14 rows, 1.02 KiB in 0.001631 sec., 8583.690987124462 rows/sec., 623.30 KiB/sec. 2025.06.30 14:57:37.168495 [ 40 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.168522 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.168525 [ 276 ] {5eb9f451-b69b-4403-a31f-8e9d7d68548c} TCPHandler: Processed in 0.001810156 sec. 2025.06.30 14:57:37.168630 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_125_25 to all_130_130_0 into Compact with storage Full 2025.06.30 14:57:37.168647 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.168756 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.168765 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:37.168797 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:57:37.168812 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_125_25, total 193 rows starting from the beginning of the part 2025.06.30 14:57:37.168892 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 9 rows starting from the beginning of the part 2025.06.30 14:57:37.168947 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 159 rows starting from the beginning of the part 2025.06.30 14:57:37.168951 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.169001 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 10 rows starting from the beginning of the part 2025.06.30 14:57:37.169038 [ 186 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_136_27} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.06.30 14:57:37.169053 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 155 rows starting from the beginning of the part 2025.06.30 14:57:37.169101 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 14 rows starting from the beginning of the part 2025.06.30 14:57:37.169115 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.06.30 14:57:37.169183 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.169224 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.169679 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:57:37.170004 [ 186 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001422039 sec., 379736.420731077 rows/sec., 25.98 MiB/sec. 2025.06.30 14:57:37.170225 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.170242 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} MergedBlockOutputStream: filled checksums all_1_130_26 (state Temporary) 2025.06.30 14:57:37.170364 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} executeQuery: Read 1 rows, 68.00 B in 0.001626 sec., 615.0061500615006 rows/sec., 40.84 KiB/sec. 2025.06.30 14:57:37.170408 [ 276 ] {794d1cf1-f55c-4d7d-b6b8-61ee7c247fe2} TCPHandler: Processed in 0.001807866 sec. 2025.06.30 14:57:37.170514 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.170607 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:37.170646 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:37.170731 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_130_26 to all_1_130_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.170806 [ 192 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_130_26} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_125_25, all_130_130_0] -> all_1_130_26 2025.06.30 14:57:37.170876 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.30 14:57:37.171067 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.171107 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.171539 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.06.30 14:57:37.172012 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.172132 [ 38 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.06.30 14:57:37.172142 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} executeQuery: Read 96 rows, 7.52 KiB in 0.001553 sec., 61815.840309079205 rows/sec., 4.73 MiB/sec. 2025.06.30 14:57:37.172176 [ 38 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.172196 [ 276 ] {fa850247-aa37-41eb-bfaa-45f4cc2a2536} TCPHandler: Processed in 0.001728854 sec. 2025.06.30 14:57:37.172201 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.172277 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:57:37.172311 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.172350 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:37.172377 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 514 rows starting from the beginning of the part 2025.06.30 14:57:37.172407 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.172425 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 73 rows starting from the beginning of the part 2025.06.30 14:57:37.172455 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:37.172471 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 441 rows starting from the beginning of the part 2025.06.30 14:57:37.172517 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 74 rows starting from the beginning of the part 2025.06.30 14:57:37.172554 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 437 rows starting from the beginning of the part 2025.06.30 14:57:37.172593 [ 186 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 96 rows starting from the beginning of the part 2025.06.30 14:57:37.172879 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.172918 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.173393 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.06.30 14:57:37.173564 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 1635 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308697 sec., 1249334.2614829866 rows/sec., 95.85 MiB/sec. 2025.06.30 14:57:37.173862 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.06.30 14:57:37.173932 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.174043 [ 38 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.06.30 14:57:37.174064 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} executeQuery: Read 163 rows, 11.60 KiB in 0.001674 sec., 97371.5651135006 rows/sec., 6.77 MiB/sec. 2025.06.30 14:57:37.174084 [ 38 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.174105 [ 276 ] {1b8b487b-0e62-4a8c-a649-3ac2e5c5cd3b} TCPHandler: Processed in 0.001841567 sec. 2025.06.30 14:57:37.174113 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.174194 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:57:37.174238 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.174285 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:37.174317 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTreeSequentialSource: Reading 4 marks from part all_1_131_26, total 21608 rows starting from the beginning of the part 2025.06.30 14:57:37.174365 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.174366 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2025.06.30 14:57:37.174423 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:57:37.174428 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 240 rows starting from the beginning of the part 2025.06.30 14:57:37.174442 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.174479 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part 2025.06.30 14:57:37.174517 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 238 rows starting from the beginning of the part 2025.06.30 14:57:37.174531 [ 189 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_136_27} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.06.30 14:57:37.174553 [ 192 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 163 rows starting from the beginning of the part 2025.06.30 14:57:37.174619 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.06.30 14:57:37.174811 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.174855 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.175324 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.30 14:57:37.175785 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.175925 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} executeQuery: Read 1 rows, 65.00 B in 0.001586 sec., 630.517023959647 rows/sec., 40.02 KiB/sec. 2025.06.30 14:57:37.175963 [ 276 ] {37ac55cf-202b-4e89-8eef-df9bdeafc632} TCPHandler: Processed in 0.001787835 sec. 2025.06.30 14:57:37.176069 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.176165 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.176220 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:37.177016 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.177055 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.177693 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.06.30 14:57:37.178127 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.178269 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} executeQuery: Read 10 rows, 18.35 KiB in 0.002123 sec., 4710.3155911446065 rows/sec., 8.44 MiB/sec. 2025.06.30 14:57:37.178326 [ 276 ] {89e58eec-08cf-48f7-b2d3-f02dbb86570d} TCPHandler: Processed in 0.002306616 sec. 2025.06.30 14:57:37.178436 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.178531 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.178571 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.30 14:57:37.178869 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.178904 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.179377 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.30 14:57:37.179810 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.179964 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} executeQuery: Read 6 rows, 405.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 272.39 KiB/sec. 2025.06.30 14:57:37.180001 [ 276 ] {49e4335a-6ded-4db3-963e-fbe8e44901bf} TCPHandler: Processed in 0.001615582 sec. 2025.06.30 14:57:37.180118 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:37.180212 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:37.180252 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:37.180579 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.180613 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.181025 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.06.30 14:57:37.181480 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.181685 [ 38 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.06.30 14:57:37.181707 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. 2025.06.30 14:57:37.181721 [ 38 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:37.181750 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:37.181754 [ 276 ] {a15086a8-9241-4a23-b8bc-6fe3659ac25f} TCPHandler: Processed in 0.001686324 sec. 2025.06.30 14:57:37.181827 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:57:37.181891 [ 198 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 22569 rows, containing 5 columns (5 merged, 0 gathered) in 0.007724284 sec., 2921824.2105028764 rows/sec., 201.84 MiB/sec. 2025.06.30 14:57:37.181904 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:37.181948 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7604 rows starting from the beginning of the part 2025.06.30 14:57:37.182089 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:57:37.182135 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part 2025.06.30 14:57:37.182172 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:57:37.182208 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 82 rows starting from the beginning of the part 2025.06.30 14:57:37.182248 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2025.06.30 14:57:37.182711 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.06.30 14:57:37.183276 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.183343 [ 197 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_136_27} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.06.30 14:57:37.183417 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.06.30 14:57:37.184447 [ 197 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 7948 rows, containing 4 columns (4 merged, 0 gathered) in 0.002652933 sec., 2995929.410957608 rows/sec., 196.89 MiB/sec. 2025.06.30 14:57:37.185208 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.06.30 14:57:37.185869 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:37.185944 [ 198 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_136_27} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.06.30 14:57:37.186018 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2025.06.30 14:57:38.437000 [ 224 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:57:38.437059 [ 224 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:57:38.441472 [ 224 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:57:38.706755 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.06.30 14:57:38.724397 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:38.724447 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:38.730689 [ 245 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.30 14:57:38.731773 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:38.734901 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.06.30 14:57:38.931038 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2330 2025.06.30 14:57:38.933839 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:38.933886 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:38.935245 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.30 14:57:38.935746 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:38.936021 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2330 2025.06.30 14:57:42.163760 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.163978 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:42.164054 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:42.164729 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.164779 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.165337 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:57:42.165756 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.165920 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} executeQuery: Read 1 rows, 76.00 B in 0.001998 sec., 500.50050050050044 rows/sec., 37.15 KiB/sec. 2025.06.30 14:57:42.165970 [ 276 ] {b913a2c9-2a0a-4500-b12a-0d50d59400a5} TCPHandler: Processed in 0.002351217 sec. 2025.06.30 14:57:42.166087 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.166189 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:42.166232 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:42.166762 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.166798 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.167221 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.06.30 14:57:42.167626 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.167758 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} executeQuery: Read 160 rows, 14.20 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 8.70 MiB/sec. 2025.06.30 14:57:42.167796 [ 276 ] {27968cd2-52d6-4454-9969-b032b2519045} TCPHandler: Processed in 0.001759575 sec. 2025.06.30 14:57:42.167813 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:57:42.167866 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:57:42.167894 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.167993 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:42.168033 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:42.168438 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.168477 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.168899 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.06.30 14:57:42.169370 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.169505 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} executeQuery: Read 52 rows, 3.90 KiB in 0.00153 sec., 33986.92810457516 rows/sec., 2.49 MiB/sec. 2025.06.30 14:57:42.169543 [ 276 ] {dba254d3-32ff-4178-9f24-b7d922c74347} TCPHandler: Processed in 0.001695904 sec. 2025.06.30 14:57:42.169641 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.169735 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:42.169775 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:42.170209 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.170245 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.170753 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.06.30 14:57:42.171214 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.171252 [ 224 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): 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.06.30 14:57:42.171350 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} executeQuery: Read 125 rows, 9.96 KiB in 0.001633 sec., 76546.23392529089 rows/sec., 5.96 MiB/sec. 2025.06.30 14:57:42.171391 [ 276 ] {a1c349f0-d6f8-46da-8727-fd4e89a1919d} TCPHandler: Processed in 0.001796846 sec. 2025.06.30 14:57:42.171500 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.171592 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:42.171636 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:42.172039 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.172075 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.172498 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.06.30 14:57:42.172901 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.173030 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} executeQuery: Read 161 rows, 11.47 KiB in 0.001457 sec., 110501.02951269732 rows/sec., 7.69 MiB/sec. 2025.06.30 14:57:42.173086 [ 276 ] {daab21eb-c0ba-49c8-ad01-20ecc74da3f7} TCPHandler: Processed in 0.001632453 sec. 2025.06.30 14:57:42.173195 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.173286 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:42.173340 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:42.174274 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.174310 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.174981 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.06.30 14:57:42.175385 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.175516 [ 32 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.06.30 14:57:42.175525 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} executeQuery: Read 51 rows, 93.58 KiB in 0.002256 sec., 22606.382978723403 rows/sec., 40.51 MiB/sec. 2025.06.30 14:57:42.175564 [ 32 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.175592 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.175606 [ 276 ] {ee8cd7c7-f5c8-4888-a981-0dfb9a3c6787} TCPHandler: Processed in 0.002457189 sec. 2025.06.30 14:57:42.175719 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.175720 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:57:42.175812 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.30 14:57:42.175858 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.30 14:57:42.176021 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:42.176101 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2645 rows starting from the beginning of the part 2025.06.30 14:57:42.176166 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.176206 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.176250 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 47 rows starting from the beginning of the part 2025.06.30 14:57:42.176365 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 10 rows starting from the beginning of the part 2025.06.30 14:57:42.176477 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 48 rows starting from the beginning of the part 2025.06.30 14:57:42.176580 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 10 rows starting from the beginning of the part 2025.06.30 14:57:42.176617 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.30 14:57:42.176685 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 51 rows starting from the beginning of the part 2025.06.30 14:57:42.177080 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.177182 [ 32 ] {} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.30 14:57:42.177216 [ 32 ] {} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.177218 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} executeQuery: Read 3 rows, 246.00 B in 0.001424 sec., 2106.741573033708 rows/sec., 168.70 KiB/sec. 2025.06.30 14:57:42.177253 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.177276 [ 276 ] {7c695a7a-c574-4365-a26d-9547413a5d45} TCPHandler: Processed in 0.001603652 sec. 2025.06.30 14:57:42.177363 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::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.06.30 14:57:42.177388 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:42.177470 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:42.177481 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:42.177503 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2025.06.30 14:57:42.177522 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:42.177568 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:42.177620 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.06.30 14:57:42.177667 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:42.177710 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:42.177762 [ 197 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part 2025.06.30 14:57:42.177872 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:42.177908 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:42.178325 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.06.30 14:57:42.178788 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.178918 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. 2025.06.30 14:57:42.178954 [ 276 ] {adf7feb4-6614-4c7d-8912-0e5112ea2a7e} TCPHandler: Processed in 0.001613422 sec. 2025.06.30 14:57:42.179799 [ 196 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002478629 sec., 20575.89094616419 rows/sec., 1.46 MiB/sec. 2025.06.30 14:57:42.180039 [ 201 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.30 14:57:42.180574 [ 201 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.180635 [ 201 ] {a2471a89-5252-4fe1-8487-0099b729e5ef::all_1_6_1} oximeter.measurements_i64 (a2471a89-5252-4fe1-8487-0099b729e5ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.30 14:57:42.180708 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.30 14:57:42.185100 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2811 rows, containing 19 columns (19 merged, 0 gathered) in 0.009446538 sec., 297569.3317488375 rows/sec., 533.23 MiB/sec. 2025.06.30 14:57:42.188164 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.06.30 14:57:42.188837 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:42.188918 [ 196 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_131_26} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.06.30 14:57:42.189095 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.28 MiB. 2025.06.30 14:57:42.415128 [ 224 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:57:42.415176 [ 224 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:57:42.419449 [ 224 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): 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.06.30 14:57:42.925153 [ 225 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:57:42.925210 [ 225 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:57:42.929025 [ 225 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): 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.06.30 14:57:43.000225 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.00 MiB, peak 384.23 MiB, free memory in arenas 0.00 B, will set to 366.20 MiB (RSS), difference: 1.20 MiB 2025.06.30 14:57:43.128742 [ 220 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:57:43.128798 [ 220 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:57:43.131585 [ 220 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): 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.06.30 14:57:43.295064 [ 28 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.30 14:57:43.295118 [ 28 ] {} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:43.295139 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:43.295243 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::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.06.30 14:57:43.295530 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:43.295576 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 25 rows starting from the beginning of the part 2025.06.30 14:57:43.295669 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.06.30 14:57:43.295742 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::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.06.30 14:57:43.295807 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:43.295880 [ 196 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.06.30 14:57:43.297886 [ 201 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 6 columns (6 merged, 0 gathered) in 0.002687264 sec., 16745.65654881694 rows/sec., 4.03 MiB/sec. 2025.06.30 14:57:43.298253 [ 191 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.30 14:57:43.298901 [ 191 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:43.298991 [ 191 ] {53be2e8d-49d8-45f2-bfff-20b6ff82e825::all_1_9_2} oximeter.timeseries_schema (53be2e8d-49d8-45f2-bfff-20b6ff82e825) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.30 14:57:43.299105 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.30 14:57:43.576064 [ 28 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:57:43.576112 [ 28 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:57:43.608743 [ 221 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.06.30 14:57:43.608793 [ 221 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.06.30 14:57:43.612278 [ 221 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.06.30 14:57:43.788358 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 2025.06.30 14:57:43.789156 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:43.789219 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:43.790065 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:57:43.790591 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:43.790717 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 2025.06.30 14:57:46.234953 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.06.30 14:57:46.253468 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:46.253525 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:46.260441 [ 245 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.30 14:57:46.261621 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:46.264914 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.06.30 14:57:47.162378 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.162582 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:47.162645 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:47.163251 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.163291 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.163810 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.30 14:57:47.164248 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.164400 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} executeQuery: Read 2 rows, 152.00 B in 0.001866 sec., 1071.8113612004288 rows/sec., 79.55 KiB/sec. 2025.06.30 14:57:47.164441 [ 276 ] {26609fac-f1c4-4dc9-8b2f-eb5ab07d0c82} TCPHandler: Processed in 0.002245235 sec. 2025.06.30 14:57:47.164558 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.164654 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:47.164693 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:47.165158 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.165194 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.165605 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.06.30 14:57:47.166046 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.166177 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} executeQuery: Read 80 rows, 6.55 KiB in 0.001542 sec., 51880.67444876784 rows/sec., 4.15 MiB/sec. 2025.06.30 14:57:47.166215 [ 276 ] {279c0f15-6204-48ad-a66c-0a895f100d6a} TCPHandler: Processed in 0.001707374 sec. 2025.06.30 14:57:47.166322 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.166417 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:47.166455 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:47.166837 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.166875 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.167259 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.06.30 14:57:47.167662 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.167793 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} executeQuery: Read 12 rows, 898.00 B in 0.001394 sec., 8608.32137733142 rows/sec., 629.09 KiB/sec. 2025.06.30 14:57:47.167831 [ 276 ] {7cda1fa8-ff32-4537-aef3-16061f378bd1} TCPHandler: Processed in 0.001558251 sec. 2025.06.30 14:57:47.167929 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.168022 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:47.168062 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:47.168518 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.168553 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.168950 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.06.30 14:57:47.169357 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.169487 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} executeQuery: Read 88 rows, 6.90 KiB in 0.001482 sec., 59379.21727395411 rows/sec., 4.55 MiB/sec. 2025.06.30 14:57:47.169525 [ 276 ] {cfe75e50-a198-430e-92c0-74bb47d3f4f7} TCPHandler: Processed in 0.001645673 sec. 2025.06.30 14:57:47.169634 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.169728 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:47.169771 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:47.170243 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.170290 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.170820 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.06.30 14:57:47.171294 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.171438 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} executeQuery: Read 162 rows, 11.53 KiB in 0.001728 sec., 93750 rows/sec., 6.52 MiB/sec. 2025.06.30 14:57:47.171477 [ 276 ] {952867c2-e7a1-42e7-b8d3-52f5a0f01fe3} TCPHandler: Processed in 0.001892718 sec. 2025.06.30 14:57:47.171575 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.171669 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:47.171724 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:47.172530 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.172567 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.173223 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.06.30 14:57:47.173692 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.173833 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} executeQuery: Read 10 rows, 18.35 KiB in 0.002182 sec., 4582.9514207149405 rows/sec., 8.21 MiB/sec. 2025.06.30 14:57:47.173888 [ 276 ] {baa194b8-c877-479c-a671-13399b85896f} TCPHandler: Processed in 0.002360317 sec. 2025.06.30 14:57:47.173910 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:57:47.173965 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:57:47.173994 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:47.174099 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:47.174140 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:47.174455 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:47.174491 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:47.174950 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.06.30 14:57:47.175436 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:47.175573 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} executeQuery: Read 60 rows, 4.14 KiB in 0.001492 sec., 40214.47721179624 rows/sec., 2.71 MiB/sec. 2025.06.30 14:57:47.175610 [ 276 ] {0e34c275-2b2d-41e2-9777-277db5b46235} TCPHandler: Processed in 0.001663584 sec. 2025.06.30 14:57:47.176776 [ 224 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:57:48.936252 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2360 2025.06.30 14:57:48.938547 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:48.938593 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:48.939947 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.30 14:57:48.940443 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:48.940700 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2360 2025.06.30 14:57:49.145808 [ 217 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): 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.06.30 14:57:49.145892 [ 217 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): 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.06.30 14:57:49.148667 [ 217 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): 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.06.30 14:57:51.290867 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 2025.06.30 14:57:51.291760 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:51.291846 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:51.292581 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:57:51.293032 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:51.293180 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 2025.06.30 14:57:52.089355 [ 221 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): 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.06.30 14:57:52.089421 [ 221 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): 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.06.30 14:57:52.092218 [ 221 ] {} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): 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.06.30 14:57:52.164417 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.164603 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:52.164669 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:52.165288 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.165329 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.165806 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:57:52.166244 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.166397 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} executeQuery: Read 5 rows, 424.00 B in 0.001847 sec., 2707.092582566324 rows/sec., 224.18 KiB/sec. 2025.06.30 14:57:52.166440 [ 276 ] {7e8fa72e-69a4-43b9-b91f-bf9bf6922126} TCPHandler: Processed in 0.002161323 sec. 2025.06.30 14:57:52.166558 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.166656 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:52.166696 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:52.167211 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.167249 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.167664 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.06.30 14:57:52.168115 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.168250 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} executeQuery: Read 163 rows, 14.44 KiB in 0.001614 sec., 100991.3258983891 rows/sec., 8.74 MiB/sec. 2025.06.30 14:57:52.168288 [ 276 ] {f398e149-f07b-4f6e-92c6-1521eaf608c0} TCPHandler: Processed in 0.001780535 sec. 2025.06.30 14:57:52.168388 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.168483 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:52.168522 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:52.168946 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.168981 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.169368 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.06.30 14:57:52.169776 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.169908 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} executeQuery: Read 56 rows, 4.19 KiB in 0.001443 sec., 38808.03880803881 rows/sec., 2.84 MiB/sec. 2025.06.30 14:57:52.169947 [ 276 ] {115bd50f-4d00-414b-a94a-8f60175d1b05} TCPHandler: Processed in 0.001607122 sec. 2025.06.30 14:57:52.170051 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.170145 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:52.170184 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:52.170645 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.170680 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.171080 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.06.30 14:57:52.171490 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.171620 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} executeQuery: Read 126 rows, 10.03 KiB in 0.001493 sec., 84393.83791024782 rows/sec., 6.56 MiB/sec. 2025.06.30 14:57:52.171658 [ 276 ] {64fe41da-d129-471e-b6a3-ae88f56c5f91} TCPHandler: Processed in 0.001656943 sec. 2025.06.30 14:57:52.171766 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.171861 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:52.171905 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:52.172353 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.172388 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.172817 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.06.30 14:57:52.173265 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.173398 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} executeQuery: Read 163 rows, 11.62 KiB in 0.001556 sec., 104755.78406169666 rows/sec., 7.29 MiB/sec. 2025.06.30 14:57:52.173436 [ 276 ] {bdf62f29-e54f-4cf7-809c-c79e2a1fcc8b} TCPHandler: Processed in 0.001718814 sec. 2025.06.30 14:57:52.173549 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.173645 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:52.173700 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:52.174653 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.174688 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.175378 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.06.30 14:57:52.175802 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.175940 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} executeQuery: Read 51 rows, 93.58 KiB in 0.002313 sec., 22049.28664072633 rows/sec., 39.51 MiB/sec. 2025.06.30 14:57:52.176002 [ 276 ] {df88a25b-8750-4b95-ab39-92ea4eb835e0} TCPHandler: Processed in 0.00250113 sec. 2025.06.30 14:57:52.176118 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:52.176214 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:52.176255 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:52.176585 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:52.176620 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:52.177014 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.06.30 14:57:52.177429 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:52.177560 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. 2025.06.30 14:57:52.177596 [ 276 ] {d647181b-67e2-427b-922f-ac0e88544468} TCPHandler: Processed in 0.001527331 sec. 2025.06.30 14:57:52.585407 [ 220 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:57:52.585473 [ 220 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:57:52.588829 [ 220 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:57:53.676180 [ 223 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:57:53.676232 [ 223 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:57:53.678872 [ 223 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:57:53.764979 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.06.30 14:57:53.782914 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:53.782969 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:53.789536 [ 245 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.30 14:57:53.790746 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:53.793919 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.06.30 14:57:54.000160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 362.73 MiB, peak 384.23 MiB, free memory in arenas 0.00 B, will set to 366.21 MiB (RSS), difference: 3.48 MiB 2025.06.30 14:57:57.162100 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.162375 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:57:57.162469 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:57:57.163186 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.163227 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.163706 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:57:57.164172 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.164325 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} executeQuery: Read 1 rows, 76.00 B in 0.002021 sec., 494.8045522018803 rows/sec., 36.72 KiB/sec. 2025.06.30 14:57:57.164367 [ 276 ] {fbd53fb9-6af7-4532-a79b-40befff58a78} TCPHandler: Processed in 0.002441739 sec. 2025.06.30 14:57:57.164484 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.164579 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:57:57.164618 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:57:57.165049 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.165086 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.165483 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.06.30 14:57:57.165885 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.166015 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} executeQuery: Read 78 rows, 6.42 KiB in 0.001454 sec., 53645.116918844564 rows/sec., 4.31 MiB/sec. 2025.06.30 14:57:57.166053 [ 276 ] {4c3d8117-954d-455e-b652-aae3a3b9bc32} TCPHandler: Processed in 0.001617213 sec. 2025.06.30 14:57:57.166164 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.166257 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:57:57.166296 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:57:57.166682 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.166718 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.167110 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.06.30 14:57:57.167514 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.167646 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} executeQuery: Read 11 rows, 834.00 B in 0.001407 sec., 7818.052594171997 rows/sec., 578.86 KiB/sec. 2025.06.30 14:57:57.167682 [ 276 ] {5975119c-8ae4-4675-bd52-257b641ee839} TCPHandler: Processed in 0.001565071 sec. 2025.06.30 14:57:57.167783 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.167876 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:57:57.167915 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:57:57.168330 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.168366 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.168758 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.06.30 14:57:57.169157 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.169286 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} executeQuery: Read 81 rows, 6.41 KiB in 0.001428 sec., 56722.68907563025 rows/sec., 4.38 MiB/sec. 2025.06.30 14:57:57.169324 [ 276 ] {920a2388-fa73-43b4-a346-d4043221ddc9} TCPHandler: Processed in 0.001587812 sec. 2025.06.30 14:57:57.169432 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.169525 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:57.169567 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:57:57.169978 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.170014 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.170489 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.06.30 14:57:57.170899 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.171029 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} executeQuery: Read 161 rows, 11.47 KiB in 0.001522 sec., 105781.86596583444 rows/sec., 7.36 MiB/sec. 2025.06.30 14:57:57.171066 [ 276 ] {45476b6c-0608-4e11-a594-52e50defa2cf} TCPHandler: Processed in 0.001680523 sec. 2025.06.30 14:57:57.171172 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.171264 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:57:57.171318 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:57:57.172106 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.172142 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.172768 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.06.30 14:57:57.173183 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.173322 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} executeQuery: Read 10 rows, 18.35 KiB in 0.002075 sec., 4819.277108433735 rows/sec., 8.64 MiB/sec. 2025.06.30 14:57:57.173376 [ 276 ] {a8959479-44c7-44e8-af5f-6fddad8f9212} TCPHandler: Processed in 0.002251554 sec. 2025.06.30 14:57:57.173485 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:57:57.173578 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:57:57.173618 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:57:57.173948 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:57.173984 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:57.174434 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.06.30 14:57:57.174847 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:57.174975 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2025.06.30 14:57:57.175010 [ 276 ] {cb790ab6-8053-4b8d-9134-02eb7a769b09} TCPHandler: Processed in 0.001573421 sec. 2025.06.30 14:57:58.576157 [ 145 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:57:58.576231 [ 145 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:57:58.793317 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 2025.06.30 14:57:58.793879 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:58.793926 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:58.794537 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:57:58.795078 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:58.795213 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 2025.06.30 14:57:58.795227 [ 144 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:57:58.795273 [ 144 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:58.795295 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:58.795382 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:57:58.795459 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:58.795487 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part 2025.06.30 14:57:58.795540 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part 2025.06.30 14:57:58.795580 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part 2025.06.30 14:57:58.795618 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part 2025.06.30 14:57:58.795654 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part 2025.06.30 14:57:58.795693 [ 196 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part 2025.06.30 14:57:58.798261 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.002907478 sec., 15126855.646027245 rows/sec., 216.39 MiB/sec. 2025.06.30 14:57:58.798932 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:57:58.799503 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:58.799577 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_96_19} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:57:58.799695 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.06.30 14:57:58.940895 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2388 2025.06.30 14:57:58.943452 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:58.943494 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:58.944778 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.30 14:57:58.945275 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:58.945440 [ 146 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.30 14:57:58.945508 [ 146 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:57:58.945531 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:57:58.945533 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2388 2025.06.30 14:57:58.945631 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::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.06.30 14:57:58.946136 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:57:58.946271 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2208 rows starting from the beginning of the part 2025.06.30 14:57:58.946655 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2025.06.30 14:57:58.946989 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 38 rows starting from the beginning of the part 2025.06.30 14:57:58.947319 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part 2025.06.30 14:57:58.947636 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part 2025.06.30 14:57:58.947954 [ 199 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part 2025.06.30 14:57:58.956128 [ 193 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 72 columns (72 merged, 0 gathered) in 0.01054113 sec., 226541.17727416323 rows/sec., 171.51 MiB/sec. 2025.06.30 14:57:58.958187 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.30 14:57:58.958935 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:57:58.959003 [ 195 ] {b9fefc01-7150-410e-859b-f46e3767c6f1::all_1_71_14} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.30 14:57:58.959171 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.05 MiB. 2025.06.30 14:57:59.007995 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00752386 sec. 2025.06.30 14:58:01.293997 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.06.30 14:58:01.312583 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:01.312643 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:01.319165 [ 245 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.30 14:58:01.320338 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:01.320684 [ 119 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.30 14:58:01.320783 [ 119 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:01.320820 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:01.320938 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::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.06.30 14:58:01.323626 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.06.30 14:58:01.324076 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:01.324821 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2025.06.30 14:58:01.328221 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2025.06.30 14:58:01.331643 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2025.06.30 14:58:01.335859 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2025.06.30 14:58:01.340239 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2025.06.30 14:58:01.344778 [ 201 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2025.06.30 14:58:01.402328 [ 188 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.081431574 sec., 8878.619980991647 rows/sec., 45.91 MiB/sec. 2025.06.30 14:58:01.404885 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.30 14:58:01.407134 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:01.407228 [ 189 ] {321ac72e-8daf-4f41-abae-66c6d66b82b7::all_1_96_19} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.30 14:58:01.408809 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.06.30 14:58:02.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 367.30 MiB, peak 384.71 MiB, free memory in arenas 0.00 B, will set to 366.21 MiB (RSS), difference: -1.09 MiB 2025.06.30 14:58:02.164165 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:02.164355 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:02.164427 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:02.165270 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.165311 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:02.165880 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.06.30 14:58:02.166324 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.166478 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} executeQuery: Read 158 rows, 14.07 KiB in 0.002177 sec., 72576.94074414331 rows/sec., 6.31 MiB/sec. 2025.06.30 14:58:02.166487 [ 135 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.06.30 14:58:02.166520 [ 276 ] {84836ef6-ec09-48b1-a14e-de3d7c61d748} TCPHandler: Processed in 0.00248676 sec. 2025.06.30 14:58:02.166561 [ 135 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.166590 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:02.166677 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:02.166713 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:58:02.166778 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:02.166823 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:02.166859 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:02.166897 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 874 rows starting from the beginning of the part 2025.06.30 14:58:02.166962 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part 2025.06.30 14:58:02.167008 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 80 rows starting from the beginning of the part 2025.06.30 14:58:02.167050 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 163 rows starting from the beginning of the part 2025.06.30 14:58:02.167095 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 78 rows starting from the beginning of the part 2025.06.30 14:58:02.167138 [ 190 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 158 rows starting from the beginning of the part 2025.06.30 14:58:02.167309 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.167351 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:02.167829 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.06.30 14:58:02.168311 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.168330 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1513 rows, containing 5 columns (5 merged, 0 gathered) in 0.001674464 sec., 903572.7253616679 rows/sec., 78.73 MiB/sec. 2025.06.30 14:58:02.168455 [ 135 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_130_26 to all_135_135_0 2025.06.30 14:58:02.168469 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} executeQuery: Read 51 rows, 3.83 KiB in 0.00171 sec., 29824.561403508775 rows/sec., 2.19 MiB/sec. 2025.06.30 14:58:02.168497 [ 135 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.168519 [ 276 ] {b4baf617-3f7a-4a40-8680-61a4160d65a7} TCPHandler: Processed in 0.001893687 sec. 2025.06.30 14:58:02.168522 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:02.168638 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_130_26 to all_135_135_0 into Compact with storage Full 2025.06.30 14:58:02.168646 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:02.168740 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.06.30 14:58:02.168769 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:02.168771 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:02.168810 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_130_26, total 201 rows starting from the beginning of the part 2025.06.30 14:58:02.168833 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:02.168875 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 52 rows starting from the beginning of the part 2025.06.30 14:58:02.168929 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 12 rows starting from the beginning of the part 2025.06.30 14:58:02.168975 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part 2025.06.30 14:58:02.169022 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 11 rows starting from the beginning of the part 2025.06.30 14:58:02.169066 [ 190 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:02.169297 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.169338 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:02.169405 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.169503 [ 188 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_141_28} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.06.30 14:58:02.169618 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.30 14:58:02.169797 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.06.30 14:58:02.169896 [ 200 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 5 columns (5 merged, 0 gathered) in 0.001301476 sec., 294281.2621976894 rows/sec., 21.43 MiB/sec. 2025.06.30 14:58:02.170181 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} MergedBlockOutputStream: filled checksums all_1_135_27 (state Temporary) 2025.06.30 14:58:02.170303 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.170452 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} executeQuery: Read 115 rows, 9.20 KiB in 0.001702 sec., 67567.56756756757 rows/sec., 5.28 MiB/sec. 2025.06.30 14:58:02.170463 [ 129 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.06.30 14:58:02.170490 [ 276 ] {20931555-cf06-4ad5-b181-9b9d02f76a8b} TCPHandler: Processed in 0.001892398 sec. 2025.06.30 14:58:02.170499 [ 129 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.170521 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:02.170604 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:58:02.170608 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:02.170704 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:02.170728 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:02.170735 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 540 rows starting from the beginning of the part 2025.06.30 14:58:02.170742 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_135_27 to all_1_135_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.170778 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:02.170799 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 125 rows starting from the beginning of the part 2025.06.30 14:58:02.170843 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 88 rows starting from the beginning of the part 2025.06.30 14:58:02.170844 [ 188 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_135_27} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_130_26, all_135_135_0] -> all_1_135_27 2025.06.30 14:58:02.170879 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 126 rows starting from the beginning of the part 2025.06.30 14:58:02.170920 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 81 rows starting from the beginning of the part 2025.06.30 14:58:02.170949 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.30 14:58:02.170953 [ 190 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 115 rows starting from the beginning of the part 2025.06.30 14:58:02.171214 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.171254 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:02.171725 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.06.30 14:58:02.171859 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289366 sec., 833743.0954438073 rows/sec., 66.01 MiB/sec. 2025.06.30 14:58:02.172195 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.06.30 14:58:02.172257 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.172382 [ 129 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.06.30 14:58:02.172390 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. 2025.06.30 14:58:02.172416 [ 129 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.172435 [ 276 ] {d6d41772-c6fe-4361-98d6-3244ffcdfbce} TCPHandler: Processed in 0.001875458 sec. 2025.06.30 14:58:02.172437 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:02.172541 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:58:02.172548 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:02.172658 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:02.172667 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:02.172719 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:02.172734 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTreeSequentialSource: Reading 4 marks from part all_1_136_27, total 22569 rows starting from the beginning of the part 2025.06.30 14:58:02.172768 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.172808 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 161 rows starting from the beginning of the part 2025.06.30 14:58:02.172845 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_141_28} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.06.30 14:58:02.172863 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 162 rows starting from the beginning of the part 2025.06.30 14:58:02.172917 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 163 rows starting from the beginning of the part 2025.06.30 14:58:02.172928 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.06.30 14:58:02.172959 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 161 rows starting from the beginning of the part 2025.06.30 14:58:02.173006 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2025.06.30 14:58:02.173653 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.173693 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:02.174392 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.06.30 14:58:02.174846 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.174988 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} executeQuery: Read 51 rows, 93.58 KiB in 0.002348 sec., 21720.6132879046 rows/sec., 38.92 MiB/sec. 2025.06.30 14:58:02.175045 [ 276 ] {46a7fa09-9be5-4167-ae38-0dff99a970ae} TCPHandler: Processed in 0.002544231 sec. 2025.06.30 14:58:02.175165 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:02.175258 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:02.175299 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:02.175634 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.175669 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:02.176080 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.06.30 14:58:02.176526 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.176649 [ 135 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.06.30 14:58:02.176655 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2025.06.30 14:58:02.176691 [ 135 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:02.176711 [ 276 ] {6a598bdd-d9d7-4191-8424-373fe998a90d} TCPHandler: Processed in 0.001594342 sec. 2025.06.30 14:58:02.176714 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:02.176815 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:02.176928 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:02.176960 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7948 rows starting from the beginning of the part 2025.06.30 14:58:02.177021 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:02.177064 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:02.177106 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:02.177146 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:02.177186 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:02.177632 [ 186 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 23376 rows, containing 5 columns (5 merged, 0 gathered) in 0.005137542 sec., 4550035.795327804 rows/sec., 314.40 MiB/sec. 2025.06.30 14:58:02.178315 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.06.30 14:58:02.178919 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.178999 [ 194 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_141_28} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.06.30 14:58:02.179084 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.06.30 14:58:02.180084 [ 191 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8248 rows, containing 4 columns (4 merged, 0 gathered) in 0.003307376 sec., 2493819.874123777 rows/sec., 164.04 MiB/sec. 2025.06.30 14:58:02.180355 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.06.30 14:58:02.180802 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_141_28} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:02.180874 [ 194 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_141_28} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.06.30 14:58:02.180948 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.06.30 14:58:03.465273 [ 224 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): 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.06.30 14:58:03.465329 [ 224 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): 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.06.30 14:58:03.468127 [ 224 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): 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.06.30 14:58:06.189568 [ 221 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): 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.06.30 14:58:06.189648 [ 221 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): 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.06.30 14:58:06.193425 [ 221 ] {} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): 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.06.30 14:58:06.295342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 2025.06.30 14:58:06.295927 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:06.295966 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.30 14:58:06.296601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:58:06.297094 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:06.297222 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 2025.06.30 14:58:07.087379 [ 220 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): 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.06.30 14:58:07.087442 [ 220 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): 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.06.30 14:58:07.090088 [ 220 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): 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.06.30 14:58:07.102921 [ 217 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.102972 [ 217 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.106745 [ 217 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.170002 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.170267 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.170369 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:58:07.171307 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.171348 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.171873 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:58:07.172345 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.172489 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} executeQuery: Read 24 rows, 2.04 KiB in 0.002297 sec., 10448.410970831519 rows/sec., 887.71 KiB/sec. 2025.06.30 14:58:07.172531 [ 276 ] {60a9342c-58cd-410e-b2ac-272eb54950a0} TCPHandler: Processed in 0.002706673 sec. 2025.06.30 14:58:07.172658 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.172754 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:58:07.172795 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:58:07.173215 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.173251 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.173643 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:58:07.174067 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.174185 [ 126 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Selected 6 parts from all_1_42_10 to all_47_47_0 2025.06.30 14:58:07.174199 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} executeQuery: Read 8 rows, 668.00 B in 0.001463 sec., 5468.2159945317835 rows/sec., 445.89 KiB/sec. 2025.06.30 14:58:07.174255 [ 126 ] {} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.174264 [ 276 ] {ed3c0727-28d5-46c2-8068-3e4748019ef0} TCPHandler: Processed in 0.001654913 sec. 2025.06.30 14:58:07.174285 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.174414 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.174415 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_42_10 to all_47_47_0 into Compact with storage Full 2025.06.30 14:58:07.174512 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:07.174556 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:07.174573 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:07.174615 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 25 rows starting from the beginning of the part 2025.06.30 14:58:07.174691 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2025.06.30 14:58:07.174743 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part 2025.06.30 14:58:07.174793 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 5 rows starting from the beginning of the part 2025.06.30 14:58:07.174839 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2025.06.30 14:58:07.174885 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part 2025.06.30 14:58:07.175091 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.175134 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.175587 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.06.30 14:58:07.175698 [ 194 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332427 sec., 31521.426689792388 rows/sec., 2.61 MiB/sec. 2025.06.30 14:58:07.175948 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} MergedBlockOutputStream: filled checksums all_1_47_11 (state Temporary) 2025.06.30 14:58:07.176055 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.176276 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} executeQuery: Read 200 rows, 18.02 KiB in 0.001782 sec., 112233.4455667789 rows/sec., 9.87 MiB/sec. 2025.06.30 14:58:07.176314 [ 276 ] {31db1cb9-d5e8-4673-8aac-9a57aee066e8} TCPHandler: Processed in 0.001948489 sec. 2025.06.30 14:58:07.176432 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.176527 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.176568 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:07.176762 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_merge_all_1_47_11 to all_1_47_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.176969 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.176991 [ 186 ] {bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc::all_1_47_11} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc) (MergerMutator): Merged 6 parts: [all_1_42_10, all_47_47_0] -> all_1_47_11 2025.06.30 14:58:07.177013 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.177072 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.30 14:58:07.177424 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.06.30 14:58:07.177896 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.178026 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} executeQuery: Read 30 rows, 2.27 KiB in 0.001518 sec., 19762.845849802372 rows/sec., 1.46 MiB/sec. 2025.06.30 14:58:07.178063 [ 276 ] {8ecb3419-a08a-4788-a3b1-7c06e43493bd} TCPHandler: Processed in 0.001678224 sec. 2025.06.30 14:58:07.178174 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.178267 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.178305 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:58:07.178692 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.178728 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.179129 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.30 14:58:07.179632 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.179761 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} executeQuery: Read 24 rows, 2.04 KiB in 0.001512 sec., 15873.015873015873 rows/sec., 1.32 MiB/sec. 2025.06.30 14:58:07.179800 [ 276 ] {e2c6892a-962f-47d7-85c5-643fe893dfc7} TCPHandler: Processed in 0.001672903 sec. 2025.06.30 14:58:07.179906 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.180000 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.180038 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:58:07.180433 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.180468 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.180914 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.30 14:58:07.181369 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.181498 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} executeQuery: Read 12 rows, 960.00 B in 0.001517 sec., 7910.349373764008 rows/sec., 618.00 KiB/sec. 2025.06.30 14:58:07.181536 [ 276 ] {254edfe9-e402-4818-8aad-42ff16430a6a} TCPHandler: Processed in 0.001677003 sec. 2025.06.30 14:58:07.181641 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.181733 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:07.181776 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:07.182218 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.182253 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.182670 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.06.30 14:58:07.183164 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.183291 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} executeQuery: Read 118 rows, 9.83 KiB in 0.001575 sec., 74920.63492063493 rows/sec., 6.09 MiB/sec. 2025.06.30 14:58:07.183328 [ 276 ] {84e57554-5f0e-4b74-bc55-4c669b896081} TCPHandler: Processed in 0.001734375 sec. 2025.06.30 14:58:07.183441 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.183534 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.183576 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:07.184018 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.184053 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.184558 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.06.30 14:58:07.184997 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.185127 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} executeQuery: Read 344 rows, 26.63 KiB in 0.00161 sec., 213664.5962732919 rows/sec., 16.16 MiB/sec. 2025.06.30 14:58:07.185163 [ 276 ] {e20e0410-5cfb-425b-bc9d-8ed39e5f1f04} TCPHandler: Processed in 0.001770235 sec. 2025.06.30 14:58:07.185217 [ 223 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.185270 [ 223 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.185275 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.185377 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.185431 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:07.186219 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.186259 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.186932 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.06.30 14:58:07.187440 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.187576 [ 126 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.06.30 14:58:07.187586 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} executeQuery: Read 10 rows, 18.35 KiB in 0.002228 sec., 4488.330341113106 rows/sec., 8.04 MiB/sec. 2025.06.30 14:58:07.187616 [ 126 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.187641 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.187658 [ 276 ] {44824c00-7c72-40d5-a8e1-55705ed2ce35} TCPHandler: Processed in 0.002430919 sec. 2025.06.30 14:58:07.187712 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:58:07.187766 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:07.187863 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:07.187904 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:07.187918 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:07.187976 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2811 rows starting from the beginning of the part 2025.06.30 14:58:07.188099 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:07.188158 [ 223 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.188216 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:07.188246 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:07.188287 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:07.188329 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:07.188438 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:07.188545 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:07.188712 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.06.30 14:58:07.189198 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.189334 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. 2025.06.30 14:58:07.189370 [ 276 ] {fab97ab9-4a65-42fe-a440-ca3a08870ab5} TCPHandler: Processed in 0.001651673 sec. 2025.06.30 14:58:07.196533 [ 186 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2943 rows, containing 19 columns (19 merged, 0 gathered) in 0.008850337 sec., 332529.7104505738 rows/sec., 595.88 MiB/sec. 2025.06.30 14:58:07.198965 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.06.30 14:58:07.199624 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:07.199699 [ 194 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_136_27} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.06.30 14:58:07.199807 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.58 MiB. 2025.06.30 14:58:07.762218 [ 223 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.06.30 14:58:07.762285 [ 223 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.06.30 14:58:07.766355 [ 223 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.06.30 14:58:07.999370 [ 219 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:07.999399 [ 219 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:08.002288 [ 219 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:08.823723 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.06.30 14:58:08.826853 [ 222 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:08.826923 [ 222 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:08.829448 [ 222 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:08.841665 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:08.841721 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:08.848044 [ 245 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.30 14:58:08.849285 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:08.852477 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.06.30 14:58:08.945704 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2420 2025.06.30 14:58:08.948134 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:08.948177 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:08.949522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.30 14:58:08.949998 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:08.950266 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2420 2025.06.30 14:58:12.165189 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:12.165407 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:12.165480 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:12.166280 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:12.166322 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:12.166897 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.06.30 14:58:12.167339 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:12.167500 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} executeQuery: Read 158 rows, 14.07 KiB in 0.002147 sec., 73591.0572892408 rows/sec., 6.40 MiB/sec. 2025.06.30 14:58:12.167544 [ 276 ] {c66e87e6-2d15-416b-ad3b-f6c72f042850} TCPHandler: Processed in 0.002551341 sec. 2025.06.30 14:58:12.167675 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:12.167772 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:12.167812 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:12.168235 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:12.168272 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:12.168666 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.06.30 14:58:12.169077 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:12.169216 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} executeQuery: Read 51 rows, 3.83 KiB in 0.001462 sec., 34883.72093023256 rows/sec., 2.56 MiB/sec. 2025.06.30 14:58:12.169255 [ 276 ] {cb7555c3-9c35-48e7-b329-32a02b47dda5} TCPHandler: Processed in 0.001630922 sec. 2025.06.30 14:58:12.169368 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:12.169462 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:12.169502 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:12.169932 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:12.169970 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:12.170390 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.06.30 14:58:12.170818 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:12.170950 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} executeQuery: Read 115 rows, 9.20 KiB in 0.001506 sec., 76361.22177954848 rows/sec., 5.97 MiB/sec. 2025.06.30 14:58:12.170989 [ 276 ] {527425a7-0255-4790-81dd-262d4932a132} TCPHandler: Processed in 0.001670883 sec. 2025.06.30 14:58:12.171108 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:12.171203 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:12.171246 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:12.171655 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:12.171690 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:12.172124 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.06.30 14:58:12.172588 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:12.172721 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. 2025.06.30 14:58:12.172759 [ 276 ] {a00d727d-5614-462b-875a-e660fbb72189} TCPHandler: Processed in 0.001705954 sec. 2025.06.30 14:58:12.172870 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:12.172963 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:12.173019 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:12.173946 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:12.173983 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:12.174674 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.06.30 14:58:12.175132 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:12.175274 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} executeQuery: Read 51 rows, 93.58 KiB in 0.002327 sec., 21916.63085517834 rows/sec., 39.27 MiB/sec. 2025.06.30 14:58:12.175330 [ 276 ] {a828bea6-e795-4212-9cc6-dabd3326f189} TCPHandler: Processed in 0.00250879 sec. 2025.06.30 14:58:12.175446 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:12.175541 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:12.175583 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:12.175926 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:12.175963 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:12.176366 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.06.30 14:58:12.176793 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:12.176926 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. 2025.06.30 14:58:12.176963 [ 276 ] {3366628a-46e8-470d-8068-6b5855a6263f} TCPHandler: Processed in 0.001567522 sec. 2025.06.30 14:58:13.576287 [ 120 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:58:13.576356 [ 120 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:58:13.797348 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 2025.06.30 14:58:13.797855 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:13.797892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:13.798541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:58:13.799012 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:13.799148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 2025.06.30 14:58:13.999010 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:58:13.999049 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:58:14.002384 [ 220 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): 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.06.30 14:58:16.352536 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.06.30 14:58:16.370826 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:16.370889 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:16.377281 [ 245 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.30 14:58:16.378485 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:16.381692 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.06.30 14:58:17.161989 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:17.162284 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:17.162373 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:17.163015 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:17.163054 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:17.163553 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.06.30 14:58:17.164083 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:17.164241 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} executeQuery: Read 76 rows, 6.29 KiB in 0.002032 sec., 37401.574803149604 rows/sec., 3.02 MiB/sec. 2025.06.30 14:58:17.164290 [ 276 ] {2fad1789-dec8-4006-9ef5-726d81ba020b} TCPHandler: Processed in 0.00248596 sec. 2025.06.30 14:58:17.164416 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:17.164519 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:17.164563 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:17.164981 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:17.165016 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:17.165420 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.06.30 14:58:17.165828 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:17.165966 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} executeQuery: Read 10 rows, 770.00 B in 0.001471 sec., 6798.096532970768 rows/sec., 511.18 KiB/sec. 2025.06.30 14:58:17.166006 [ 276 ] {b93892f0-0adf-4b50-a782-edf6f085676e} TCPHandler: Processed in 0.001642013 sec. 2025.06.30 14:58:17.166116 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:17.166212 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:17.166253 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:17.166669 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:17.166705 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:17.167111 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.06.30 14:58:17.167579 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:17.167712 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} executeQuery: Read 74 rows, 5.92 KiB in 0.001518 sec., 48748.353096179184 rows/sec., 3.81 MiB/sec. 2025.06.30 14:58:17.167750 [ 276 ] {a8f314ff-3406-4398-92ca-5efe025f4607} TCPHandler: Processed in 0.001683874 sec. 2025.06.30 14:58:17.167862 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:17.167956 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:17.167999 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:17.168403 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:17.168438 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:17.168871 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.06.30 14:58:17.169322 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:17.169456 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. 2025.06.30 14:58:17.169493 [ 276 ] {7c58d3bd-fb8d-41b0-86ce-29c1820820e2} TCPHandler: Processed in 0.001680674 sec. 2025.06.30 14:58:17.169605 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:17.169698 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:17.169753 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:17.170520 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:17.170554 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:17.171177 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.06.30 14:58:17.171601 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:17.171744 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} executeQuery: Read 10 rows, 18.35 KiB in 0.002064 sec., 4844.961240310078 rows/sec., 8.68 MiB/sec. 2025.06.30 14:58:17.171802 [ 276 ] {505b46df-b927-4186-85c5-64522fc0e560} TCPHandler: Processed in 0.002247335 sec. 2025.06.30 14:58:17.171917 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:17.172013 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:17.172055 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:17.172399 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:17.172434 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:17.172840 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.06.30 14:58:17.173265 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:17.173394 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2025.06.30 14:58:17.173430 [ 276 ] {92987e10-66a4-4aa4-b260-95997ff9afb9} TCPHandler: Processed in 0.001562401 sec. 2025.06.30 14:58:18.807925 [ 106 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Selected 5 parts from all_1_41_8 to all_45_45_0 2025.06.30 14:58:18.807994 [ 106 ] {} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:18.808019 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:18.808512 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_8 to all_45_45_0 into Compact with storage Full 2025.06.30 14:58:18.808669 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:18.808736 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 236 rows starting from the beginning of the part 2025.06.30 14:58:18.808840 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part 2025.06.30 14:58:18.808914 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part 2025.06.30 14:58:18.808983 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part 2025.06.30 14:58:18.809048 [ 196 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part 2025.06.30 14:58:18.810196 [ 199 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.001734775 sec., 516493.4933925149 rows/sec., 35.35 MiB/sec. 2025.06.30 14:58:18.810504 [ 195 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.06.30 14:58:18.811112 [ 195 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:18.811207 [ 195 ] {f5ea02b7-e151-40d1-857f-f092ce9e3ecf::all_1_45_9} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf) (MergerMutator): Merged 5 parts: [all_1_41_8, all_45_45_0] -> all_1_45_9 2025.06.30 14:58:18.811324 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.30 14:58:18.950432 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2444 2025.06.30 14:58:18.952867 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:18.952911 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:18.954150 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.30 14:58:18.954615 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:18.954866 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2444 2025.06.30 14:58:18.978771 [ 106 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Selected 5 parts from all_1_41_8 to all_45_45_0 2025.06.30 14:58:18.978844 [ 106 ] {} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:18.978878 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:18.979044 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_8 to all_45_45_0 into Compact with storage Full 2025.06.30 14:58:18.979228 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:18.979276 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 124 rows starting from the beginning of the part 2025.06.30 14:58:18.979385 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part 2025.06.30 14:58:18.979476 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part 2025.06.30 14:58:18.979561 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part 2025.06.30 14:58:18.979641 [ 192 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part 2025.06.30 14:58:18.980481 [ 195 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 472 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015033 sec., 313975.9196434511 rows/sec., 19.39 MiB/sec. 2025.06.30 14:58:18.980733 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.06.30 14:58:18.981315 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:18.981389 [ 199 ] {4ceabe18-1d57-403a-9744-90e04e7e7a9f::all_1_45_9} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f) (MergerMutator): Merged 5 parts: [all_1_41_8, all_45_45_0] -> all_1_45_9 2025.06.30 14:58:18.981477 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.30 14:58:20.283047 [ 223 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.06.30 14:58:20.283103 [ 223 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.06.30 14:58:20.285075 [ 223 ] {} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.06.30 14:58:21.299287 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 2025.06.30 14:58:21.300082 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:21.300153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:21.301055 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:58:21.301587 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:21.301719 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 2025.06.30 14:58:22.164613 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.164807 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:58:22.164872 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:58:22.165521 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.165568 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.166051 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:58:22.166548 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.166703 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} executeQuery: Read 6 rows, 501.00 B in 0.001947 sec., 3081.664098613251 rows/sec., 251.29 KiB/sec. 2025.06.30 14:58:22.166746 [ 276 ] {364f1588-caef-45ab-ab0e-91b5ec4f749b} TCPHandler: Processed in 0.002264685 sec. 2025.06.30 14:58:22.166867 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.166963 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:22.167002 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:22.167526 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.167561 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.168015 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.06.30 14:58:22.168449 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.168581 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} executeQuery: Read 161 rows, 14.29 KiB in 0.001638 sec., 98290.5982905983 rows/sec., 8.52 MiB/sec. 2025.06.30 14:58:22.168618 [ 276 ] {d2939d62-d51d-4141-93b6-47b77b64ba0d} TCPHandler: Processed in 0.001799626 sec. 2025.06.30 14:58:22.168726 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.168819 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:22.168858 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:22.169271 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.169308 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.169696 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.06.30 14:58:22.170117 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.170247 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} executeQuery: Read 57 rows, 4.25 KiB in 0.001446 sec., 39419.08713692946 rows/sec., 2.87 MiB/sec. 2025.06.30 14:58:22.170284 [ 276 ] {a32efa1f-1c33-4584-9884-e33d94db359c} TCPHandler: Processed in 0.001605522 sec. 2025.06.30 14:58:22.170396 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.170488 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:22.170527 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:22.170970 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.171005 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.171410 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.06.30 14:58:22.171828 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.171960 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} executeQuery: Read 121 rows, 9.69 KiB in 0.001489 sec., 81262.59234385494 rows/sec., 6.35 MiB/sec. 2025.06.30 14:58:22.171997 [ 276 ] {ebedbe2c-b709-4ecb-8d17-d11e16db2942} TCPHandler: Processed in 0.001655923 sec. 2025.06.30 14:58:22.172113 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.172206 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:22.172249 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:22.172676 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.172712 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.173183 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.06.30 14:58:22.173599 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.173730 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} executeQuery: Read 163 rows, 11.62 KiB in 0.001542 sec., 105706.87418936446 rows/sec., 7.36 MiB/sec. 2025.06.30 14:58:22.173767 [ 276 ] {0d12da57-ea97-4014-ad4a-223cd860c858} TCPHandler: Processed in 0.001701274 sec. 2025.06.30 14:58:22.173864 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.173956 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:22.174010 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:22.174934 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.174969 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.175643 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.06.30 14:58:22.176064 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.176202 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} executeQuery: Read 51 rows, 93.58 KiB in 0.002264 sec., 22526.50176678445 rows/sec., 40.37 MiB/sec. 2025.06.30 14:58:22.176257 [ 276 ] {5bb3e9bf-2eb3-4634-a459-63ff2ad81c53} TCPHandler: Processed in 0.002439869 sec. 2025.06.30 14:58:22.176367 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:22.176461 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:22.176503 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:22.176839 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:22.176875 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:22.177268 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.06.30 14:58:22.177686 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:22.177817 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. 2025.06.30 14:58:22.177852 [ 276 ] {9d044f21-574f-4821-bd98-098ccc31c5cd} TCPHandler: Processed in 0.001532891 sec. 2025.06.30 14:58:23.882730 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.06.30 14:58:23.900689 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:23.900746 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:23.907253 [ 245 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.30 14:58:23.908482 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:23.911674 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.06.30 14:58:27.161833 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:27.162134 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:27.162236 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:27.162998 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.163040 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.163639 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.06.30 14:58:27.164111 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.164261 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} executeQuery: Read 76 rows, 6.29 KiB in 0.002203 sec., 34498.411257376305 rows/sec., 2.79 MiB/sec. 2025.06.30 14:58:27.164265 [ 116 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.06.30 14:58:27.164303 [ 276 ] {3dc26899-3c31-4ff1-991d-3f52717ab34a} TCPHandler: Processed in 0.002654753 sec. 2025.06.30 14:58:27.164339 [ 116 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.164369 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.164430 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:27.164475 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::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.06.30 14:58:27.164529 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:27.164574 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:27.164597 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:27.164638 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 880 rows starting from the beginning of the part 2025.06.30 14:58:27.164714 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 200 rows starting from the beginning of the part 2025.06.30 14:58:27.164768 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 158 rows starting from the beginning of the part 2025.06.30 14:58:27.164817 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 76 rows starting from the beginning of the part 2025.06.30 14:58:27.164863 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 161 rows starting from the beginning of the part 2025.06.30 14:58:27.164909 [ 192 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 76 rows starting from the beginning of the part 2025.06.30 14:58:27.164973 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.165016 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.165586 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.06.30 14:58:27.166163 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.166204 [ 198 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.001769926 sec., 876307.8230389293 rows/sec., 76.67 MiB/sec. 2025.06.30 14:58:27.166288 [ 116 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Selected 6 parts from all_1_135_27 to all_140_140_0 2025.06.30 14:58:27.166310 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} executeQuery: Read 10 rows, 770.00 B in 0.001798 sec., 5561.735261401557 rows/sec., 418.22 KiB/sec. 2025.06.30 14:58:27.166319 [ 116 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.166350 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.166358 [ 276 ] {a43bcba5-50b5-4bfb-879e-8776d72de65e} TCPHandler: Processed in 0.00197756 sec. 2025.06.30 14:58:27.166439 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_27 to all_140_140_0 into Compact with storage Full 2025.06.30 14:58:27.166476 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:27.166547 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:27.166550 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.06.30 14:58:27.166575 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:27.166586 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_135_27, total 204 rows starting from the beginning of the part 2025.06.30 14:58:27.166625 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:27.166659 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 30 rows starting from the beginning of the part 2025.06.30 14:58:27.166714 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:27.166766 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:27.166816 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 57 rows starting from the beginning of the part 2025.06.30 14:58:27.166864 [ 197 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:27.167069 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.167086 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.167106 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.167171 [ 200 ] {e94532fa-997e-40f4-a910-97e9878aee5c::all_1_146_29} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.06.30 14:58:27.167260 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.30 14:58:27.167580 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.06.30 14:58:27.167746 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 5 columns (5 merged, 0 gathered) in 0.001343976 sec., 269350.0479175223 rows/sec., 19.58 MiB/sec. 2025.06.30 14:58:27.168115 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} MergedBlockOutputStream: filled checksums all_1_140_28 (state Temporary) 2025.06.30 14:58:27.168200 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.168326 [ 116 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.06.30 14:58:27.168350 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} executeQuery: Read 74 rows, 5.92 KiB in 0.001794 sec., 41248.60646599777 rows/sec., 3.22 MiB/sec. 2025.06.30 14:58:27.168357 [ 116 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.168393 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.168396 [ 276 ] {5812824f-e9b0-4319-8188-ed1ac38ce98a} TCPHandler: Processed in 0.00196914 sec. 2025.06.30 14:58:27.168460 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::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.06.30 14:58:27.168519 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:27.168536 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:27.168560 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 543 rows starting from the beginning of the part 2025.06.30 14:58:27.168603 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 118 rows starting from the beginning of the part 2025.06.30 14:58:27.168618 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:27.168641 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 115 rows starting from the beginning of the part 2025.06.30 14:58:27.168664 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:27.168673 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 74 rows starting from the beginning of the part 2025.06.30 14:58:27.168698 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_merge_all_1_140_28 to all_1_140_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.168707 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 121 rows starting from the beginning of the part 2025.06.30 14:58:27.168759 [ 197 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 74 rows starting from the beginning of the part 2025.06.30 14:58:27.168801 [ 191 ] {868283b5-58b1-4227-a3c1-6c6b3019d788::all_1_140_28} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788) (MergerMutator): Merged 6 parts: [all_1_135_27, all_140_140_0] -> all_1_140_28 2025.06.30 14:58:27.168925 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.30 14:58:27.169086 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.169126 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.169595 [ 188 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 1045 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159683 sec., 901108.3201185152 rows/sec., 71.85 MiB/sec. 2025.06.30 14:58:27.169655 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.06.30 14:58:27.169856 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.06.30 14:58:27.170227 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.170366 [ 116 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.06.30 14:58:27.170369 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.170383 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. 2025.06.30 14:58:27.170399 [ 116 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.170439 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.170445 [ 276 ] {437038fd-5501-41ff-a8ae-b06e160ac018} TCPHandler: Processed in 0.001974249 sec. 2025.06.30 14:58:27.170469 [ 187 ] {5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40::all_1_146_29} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.06.30 14:58:27.170500 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::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.06.30 14:58:27.170558 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.06.30 14:58:27.170572 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:27.170594 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:27.170626 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTreeSequentialSource: Reading 4 marks from part all_1_141_28, total 23376 rows starting from the beginning of the part 2025.06.30 14:58:27.170674 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:27.170677 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 344 rows starting from the beginning of the part 2025.06.30 14:58:27.170736 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:27.170740 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2025.06.30 14:58:27.170795 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.06.30 14:58:27.170834 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 163 rows starting from the beginning of the part 2025.06.30 14:58:27.170875 [ 200 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part 2025.06.30 14:58:27.171529 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.171571 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.172251 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.06.30 14:58:27.172748 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.172898 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} executeQuery: Read 10 rows, 18.35 KiB in 0.002243 sec., 4458.314757021845 rows/sec., 7.99 MiB/sec. 2025.06.30 14:58:27.172963 [ 276 ] {bd39695a-9afe-4a3c-92b1-19be01ccecbf} TCPHandler: Processed in 0.002440018 sec. 2025.06.30 14:58:27.173073 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:27.173170 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:27.173213 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:27.173545 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.173582 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.174051 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.06.30 14:58:27.174539 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.174659 [ 116 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.06.30 14:58:27.174678 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} executeQuery: Read 60 rows, 4.14 KiB in 0.001527 sec., 39292.73084479372 rows/sec., 2.65 MiB/sec. 2025.06.30 14:58:27.174695 [ 116 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:27.174722 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:27.174722 [ 276 ] {51818de7-cc78-429f-ae77-cee23894cd08} TCPHandler: Processed in 0.001698894 sec. 2025.06.30 14:58:27.174798 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:27.174891 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:27.174917 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8248 rows starting from the beginning of the part 2025.06.30 14:58:27.174965 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2025.06.30 14:58:27.175008 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2025.06.30 14:58:27.175048 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:27.175085 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:27.175121 [ 188 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::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.06.30 14:58:27.175445 [ 187 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 24363 rows, containing 5 columns (5 merged, 0 gathered) in 0.004969249 sec., 4902752.910952942 rows/sec., 339.29 MiB/sec. 2025.06.30 14:58:27.176209 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.06.30 14:58:27.176813 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.176899 [ 190 ] {d10fa73a-4e4f-4ec0-b131-4941c660d1bd::all_1_146_29} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.06.30 14:58:27.176997 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.06.30 14:58:27.177398 [ 189 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 8548 rows, containing 4 columns (4 merged, 0 gathered) in 0.002632913 sec., 3246594.171550674 rows/sec., 213.75 MiB/sec. 2025.06.30 14:58:27.177662 [ 187 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.06.30 14:58:27.178167 [ 187 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:27.178250 [ 187 ] {baf265b4-1951-47e3-a1db-3a5c4f010317::all_1_146_29} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.06.30 14:58:27.178335 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2025.06.30 14:58:28.576652 [ 115 ] {} DNSResolver: Updating DNS cache 2025.06.30 14:58:28.576749 [ 115 ] {} DNSResolver: Updated DNS cache 2025.06.30 14:58:28.802846 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 2025.06.30 14:58:28.803353 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:28.803388 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:28.804049 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:58:28.804570 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:28.804703 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 2025.06.30 14:58:28.804800 [ 221 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:58:28.804846 [ 221 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:58:28.807775 [ 221 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): 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.06.30 14:58:28.955973 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2470 2025.06.30 14:58:28.958252 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:28.958292 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:28.959643 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.30 14:58:28.960115 [ 243 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:28.960382 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2470 2025.06.30 14:58:28.960382 [ 221 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:58:28.960451 [ 221 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:58:28.964007 [ 221 ] {} system.query_log (b9fefc01-7150-410e-859b-f46e3767c6f1): 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.06.30 14:58:31.404487 [ 222 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:58:31.404541 [ 222 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:58:31.407871 [ 222 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): 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.06.30 14:58:31.412721 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.06.30 14:58:31.430746 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:31.430812 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:31.437238 [ 245 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.30 14:58:31.438359 [ 245 ] {} system.metric_log (321ac72e-8daf-4f41-abae-66c6d66b82b7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:31.442168 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.06.30 14:58:32.054028 [ 217 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Found 6 old parts to remove. Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.06.30 14:58:32.054094 [ 217 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from filesystem (serially): Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.06.30 14:58:32.057448 [ 217 ] {} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Removing 6 parts from memory: Parts: [all_1_40_8, all_41_41_0, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0] 2025.06.30 14:58:32.169768 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.170024 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.170123 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.30 14:58:32.171182 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.171222 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.171736 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:58:32.172226 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} oximeter.fields_i16 (f5ea02b7-e151-40d1-857f-f092ce9e3ecf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.172371 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} executeQuery: Read 212 rows, 13.81 KiB in 0.002422 sec., 87530.9661436829 rows/sec., 5.57 MiB/sec. 2025.06.30 14:58:32.172413 [ 276 ] {29e795e4-ac08-4294-9a1a-e4d3afa75f91} TCPHandler: Processed in 0.002820367 sec. 2025.06.30 14:58:32.172553 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.172648 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:32.172688 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:32.173419 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.173454 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.173909 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.06.30 14:58:32.174345 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.174472 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} executeQuery: Read 719 rows, 59.04 KiB in 0.001843 sec., 390124.79652740096 rows/sec., 31.29 MiB/sec. 2025.06.30 14:58:32.174510 [ 276 ] {7db8db8d-a9e3-44a9-a9c8-3d36776cc6e3} TCPHandler: Processed in 0.002010071 sec. 2025.06.30 14:58:32.174633 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.174727 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.174766 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:32.175251 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.175287 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.175686 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.06.30 14:58:32.176116 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.176241 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} executeQuery: Read 157 rows, 10.22 KiB in 0.001532 sec., 102480.4177545692 rows/sec., 6.52 MiB/sec. 2025.06.30 14:58:32.176279 [ 276 ] {6f4e5624-70b9-4160-821d-1ff7768b8314} TCPHandler: Processed in 0.001698704 sec. 2025.06.30 14:58:32.176390 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.176483 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.176522 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.30 14:58:32.176944 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.176980 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.177388 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.30 14:58:32.177849 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} oximeter.fields_u32 (24869cf6-0f49-4de3-9b36-06bcfe63cb67): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.177976 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} executeQuery: Read 113 rows, 7.49 KiB in 0.001511 sec., 74784.91065519524 rows/sec., 4.84 MiB/sec. 2025.06.30 14:58:32.178013 [ 276 ] {c10e002a-3810-4c30-bb7e-df828a4f8b71} TCPHandler: Processed in 0.001670513 sec. 2025.06.30 14:58:32.178123 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.178218 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.178261 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.30 14:58:32.178677 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.178713 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.179115 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.30 14:58:32.179601 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} oximeter.fields_u8 (4ceabe18-1d57-403a-9744-90e04e7e7a9f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.179736 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} executeQuery: Read 112 rows, 6.53 KiB in 0.001536 sec., 72916.66666666667 rows/sec., 4.15 MiB/sec. 2025.06.30 14:58:32.179773 [ 276 ] {1650938f-37a4-471c-a6e2-841f29162075} TCPHandler: Processed in 0.001697973 sec. 2025.06.30 14:58:32.179884 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.179986 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:32.180024 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:32.180545 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.180580 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.181003 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.06.30 14:58:32.181435 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.181564 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} executeQuery: Read 433 rows, 31.67 KiB in 0.001595 sec., 271473.3542319749 rows/sec., 19.39 MiB/sec. 2025.06.30 14:58:32.181602 [ 276 ] {30cdc2b8-a2e8-4f52-b6ac-7993c21f78a1} TCPHandler: Processed in 0.001766735 sec. 2025.06.30 14:58:32.181711 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.181804 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.30 14:58:32.181844 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.30 14:58:32.182169 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.182205 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.182614 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.30 14:58:32.183075 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} oximeter.measurements_bool (1d012ded-d0b2-48b7-9ca0-7c9d3f4e8eec): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.183203 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. 2025.06.30 14:58:32.183240 [ 276 ] {2dbb406a-69fc-46c3-a94c-654e719cbe94} TCPHandler: Processed in 0.001576032 sec. 2025.06.30 14:58:32.183342 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.183438 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.183478 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:32.183899 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.183935 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.184371 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.06.30 14:58:32.184795 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.184925 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} executeQuery: Read 237 rows, 16.27 KiB in 0.001505 sec., 157475.0830564784 rows/sec., 10.56 MiB/sec. 2025.06.30 14:58:32.184961 [ 276 ] {d3de99f1-99f2-4728-befe-43c3d8b25fd3} TCPHandler: Processed in 0.001666383 sec. 2025.06.30 14:58:32.185084 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.185177 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.185217 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.30 14:58:32.185550 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.185585 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.185978 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.30 14:58:32.186405 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} oximeter.measurements_f64 (1d81d9ec-93d0-4414-9e12-ddec187dd96c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.186532 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} executeQuery: Read 1 rows, 69.00 B in 0.001373 sec., 728.3321194464676 rows/sec., 49.08 KiB/sec. 2025.06.30 14:58:32.186568 [ 276 ] {384fab29-a841-4ca4-a5da-f70c4567c979} TCPHandler: Processed in 0.001531001 sec. 2025.06.30 14:58:32.186681 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.186782 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.186835 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:32.187706 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.187740 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.188403 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.06.30 14:58:32.188827 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.188957 [ 107 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.06.30 14:58:32.188965 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} executeQuery: Read 51 rows, 93.58 KiB in 0.0022 sec., 23181.81818181818 rows/sec., 41.54 MiB/sec. 2025.06.30 14:58:32.189030 [ 107 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.189065 [ 276 ] {c63c3aca-971f-443d-ada5-2c060c784496} TCPHandler: Processed in 0.002431149 sec. 2025.06.30 14:58:32.189069 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.189210 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:32.189220 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::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.06.30 14:58:32.189308 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:32.189352 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:32.189502 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:32.189572 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2943 rows starting from the beginning of the part 2025.06.30 14:58:32.189693 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:32.189721 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:32.189734 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:32.189836 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:32.189951 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:32.190059 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 10 rows starting from the beginning of the part 2025.06.30 14:58:32.190164 [ 188 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 51 rows starting from the beginning of the part 2025.06.30 14:58:32.190297 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.06.30 14:58:32.190817 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.190951 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} executeQuery: Read 82 rows, 5.33 KiB in 0.001661 sec., 49367.850692354004 rows/sec., 3.14 MiB/sec. 2025.06.30 14:58:32.190987 [ 276 ] {cf2934cc-0c5e-4453-a643-99899cb86d43} TCPHandler: Processed in 0.001825277 sec. 2025.06.30 14:58:32.199626 [ 193 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3116 rows, containing 19 columns (19 merged, 0 gathered) in 0.010461729 sec., 297847.51640957245 rows/sec., 533.73 MiB/sec. 2025.06.30 14:58:32.202722 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.06.30 14:58:32.203363 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:32.203432 [ 201 ] {39db9ec7-10d7-4a47-8936-f1a2a32ba6ed::all_1_141_28} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.06.30 14:58:32.203593 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.87 MiB. 2025.06.30 14:58:33.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 368.23 MiB, peak 386.05 MiB, free memory in arenas 0.00 B, will set to 370.23 MiB (RSS), difference: 2.00 MiB 2025.06.30 14:58:33.154167 [ 221 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.154222 [ 221 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.157359 [ 221 ] {} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.163101 [ 225 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.163133 [ 225 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.165659 [ 225 ] {} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.188737 [ 221 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.188788 [ 221 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.191706 [ 221 ] {} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.319984 [ 220 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.320035 [ 220 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:33.322651 [ 220 ] {} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.06.30 14:58:36.304845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 2025.06.30 14:58:36.305713 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:36.305785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:36.306634 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.30 14:58:36.307125 [ 244 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:36.307255 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 2025.06.30 14:58:36.307265 [ 99 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.30 14:58:36.307338 [ 99 ] {} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:36.307360 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:36.307490 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::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.06.30 14:58:36.307626 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.30 14:58:36.307663 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part 2025.06.30 14:58:36.307728 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part 2025.06.30 14:58:36.307774 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part 2025.06.30 14:58:36.307816 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part 2025.06.30 14:58:36.307855 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part 2025.06.30 14:58:36.307901 [ 201 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part 2025.06.30 14:58:36.310512 [ 193 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.003076091 sec., 15051245.232992131 rows/sec., 215.31 MiB/sec. 2025.06.30 14:58:36.311038 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.30 14:58:36.311677 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:36.311772 [ 194 ] {2d927a6f-8882-463c-9d68-fb602a9ceb82::all_1_101_20} system.asynchronous_metric_log (2d927a6f-8882-463c-9d68-fb602a9ceb82) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.30 14:58:36.311902 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.06.30 14:58:37.162284 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.162576 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.30 14:58:37.162680 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.30 14:58:37.163464 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.163506 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.163976 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.30 14:58:37.164411 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} oximeter.fields_ipaddr (bd0ab81f-e06d-43fd-94d8-bd7fe3bf33dc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.164566 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} executeQuery: Read 2 rows, 167.00 B in 0.002066 sec., 968.054211035818 rows/sec., 78.94 KiB/sec. 2025.06.30 14:58:37.164609 [ 276 ] {a003adb7-7db8-4a09-80d3-6e09bf2f9268} TCPHandler: Processed in 0.00250591 sec. 2025.06.30 14:58:37.164733 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.164832 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.30 14:58:37.164872 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.30 14:58:37.165400 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.165437 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.165855 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.06.30 14:58:37.166292 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} oximeter.fields_string (e94532fa-997e-40f4-a910-97e9878aee5c): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.166425 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} executeQuery: Read 77 rows, 6.36 KiB in 0.001612 sec., 47766.74937965261 rows/sec., 3.85 MiB/sec. 2025.06.30 14:58:37.166464 [ 276 ] {0241c426-2fc0-4811-8fa0-c5b3eb5eed78} TCPHandler: Processed in 0.001779765 sec. 2025.06.30 14:58:37.166583 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.166678 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.30 14:58:37.166719 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.30 14:58:37.167177 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.167221 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.167709 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.06.30 14:58:37.168134 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} oximeter.fields_u16 (868283b5-58b1-4227-a3c1-6c6b3019d788): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.168269 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} executeQuery: Read 12 rows, 913.00 B in 0.001609 sec., 7458.048477315103 rows/sec., 554.13 KiB/sec. 2025.06.30 14:58:37.168307 [ 276 ] {97368374-9c1e-44ad-b8db-bf42de89c1cd} TCPHandler: Processed in 0.001772785 sec. 2025.06.30 14:58:37.168420 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.168513 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.30 14:58:37.168553 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.30 14:58:37.168989 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.169025 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.169426 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.06.30 14:58:37.169866 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} oximeter.fields_uuid (5c4f5598-6692-4e5d-a6b3-e0f89fc9ea40): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.169997 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} executeQuery: Read 76 rows, 6.08 KiB in 0.001502 sec., 50599.201065246336 rows/sec., 3.95 MiB/sec. 2025.06.30 14:58:37.170035 [ 276 ] {47ec99a7-178d-477e-b0e9-7ded2cdde814} TCPHandler: Processed in 0.001661334 sec. 2025.06.30 14:58:37.170145 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.170237 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:37.170279 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.30 14:58:37.170696 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.170731 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.171150 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.06.30 14:58:37.171546 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} oximeter.measurements_cumulativeu64 (d10fa73a-4e4f-4ec0-b131-4941c660d1bd): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.171677 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} executeQuery: Read 161 rows, 11.48 KiB in 0.001458 sec., 110425.24005486968 rows/sec., 7.69 MiB/sec. 2025.06.30 14:58:37.171714 [ 276 ] {4f72a3b0-13ae-4e6a-9eea-c49f20dad138} TCPHandler: Processed in 0.001615752 sec. 2025.06.30 14:58:37.171818 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.171909 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.30 14:58:37.171963 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.06.30 14:58:37.172756 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.172792 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.173392 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.06.30 14:58:37.173787 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.173929 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} executeQuery: Read 10 rows, 18.35 KiB in 0.002038 sec., 4906.771344455348 rows/sec., 8.79 MiB/sec. 2025.06.30 14:58:37.173984 [ 276 ] {1a8704c8-27ed-494a-a427-ad0c4ee3e055} TCPHandler: Processed in 0.002212744 sec. 2025.06.30 14:58:37.174009 [ 219 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:37.174054 [ 219 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.06.30 14:58:37.174102 [ 276 ] {} TCP-Session: 7c46c7d6-9a24-4194-a0bc-67c964298395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.30 14:58:37.174200 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} executeQuery: (from [fd00:1122:3344:101::d]:48618) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.30 14:58:37.174268 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.30 14:58:37.174605 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.30 14:58:37.174695 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.30 14:58:37.175152 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.06.30 14:58:37.175661 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} oximeter.measurements_u64 (baf265b4-1951-47e3-a1db-3a5c4f010317): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.30 14:58:37.175796 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} executeQuery: Read 60 rows, 4.14 KiB in 0.001613 sec., 37197.768133911966 rows/sec., 2.51 MiB/sec. 2025.06.30 14:58:37.175831 [ 276 ] {834e486a-451a-4b86-8cb3-224fa778d910} TCPHandler: Processed in 0.001775595 sec. 2025.06.30 14:58:37.177529 [ 219 ] {} oximeter.measurements_histogramu64 (39db9ec7-10d7-4a47-8936-f1a2a32ba6ed): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0]