[ Jun 4 15:35:38 Enabled. ] [ Jun 4 15:35:38 Rereading configuration. ] [ Jun 4 15:35:39 Rereading configuration. ] [ Jun 4 15:35:40 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 4 15:35:40 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.04 15:35:41.955359 [ 1 ] {} Application: Will watch for the process with pid 25549 2025.06.04 15:35:41.955758 [ 1 ] {} Application: Forked a child process to watch 2025.06.04 15:35:42.176983 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25549 2025.06.04 15:35:42.177721 [ 1 ] {} Application: starting up 2025.06.04 15:35:42.177879 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.06.04 15:35:42.269682 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.06.04 15:35:42.312269 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.06.04 15:35:42.312333 [ 1 ] {} Application: Initializing DateLUT. 2025.06.04 15:35:42.312351 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.06.04 15:35:42.312415 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.06.04 15:35:42.312777 [ 1 ] {} Application: Initializing interserver credentials. 2025.06.04 15:35:42.314863 [ 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.04 15:35:42.315702 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.04 15:35:42.316519 [ 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.04 15:35:42.316540 [ 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.04 15:35:42.316553 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.06.04 15:35:42.317228 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.04 15:35:42.318169 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.06.04 15:35:42.323974 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.04 15:35:42.324693 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.04 15:35:42.325996 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.04 15:35:42.326065 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.04 15:35:42.327091 [ 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.04 15:35:42.327497 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.04 15:35:42.331239 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.04 15:35:42.331877 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.06.04 15:35:42.336319 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.06.04 15:35:42.336786 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.06.04 15:35:42.337119 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.06.04 15:35:42.337432 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.06.04 15:35:42.338720 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.06.04 15:35:42.338750 [ 1 ] {} Application: Loading metadata from /data/ 2025.06.04 15:35:42.338847 [ 111 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:35:42.338939 [ 111 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:35:42.345772 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.06.04 15:35:42.345798 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000156522 sec 2025.06.04 15:35:42.345817 [ 1 ] {} ReferentialDeps: No tables 2025.06.04 15:35:42.345834 [ 1 ] {} LoadingDeps: No tables 2025.06.04 15:35:42.346462 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.06.04 15:35:42.347013 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.06.04 15:35:42.355753 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.06.04 15:35:42.355795 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.06.04 15:35:42.355815 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.06.04 15:35:42.355826 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.06.04 15:35:42.355859 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.06.04 15:35:42.355877 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.06.04 15:35:42.357979 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.06.04 15:35:42.358022 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.06.04 15:35:42.358040 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.06.04 15:35:42.358174 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.06.04 15:35:42.358212 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.06.04 15:35:42.358225 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.06.04 15:35:42.358242 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.06.04 15:35:42.358254 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.06.04 15:35:42.358283 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.06.04 15:35:42.358300 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.06.04 15:35:42.380299 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.06.04 15:35:42.381530 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.06.04 15:35:42.381565 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3541e-05 sec 2025.06.04 15:35:42.381577 [ 1 ] {} ReferentialDeps: No tables 2025.06.04 15:35:42.381588 [ 1 ] {} LoadingDeps: No tables 2025.06.04 15:35:42.381613 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.06.04 15:35:42.381805 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.06.04 15:35:42.381849 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.06.04 15:35:42.381862 [ 1 ] {} Application: Loaded metadata. 2025.06.04 15:35:42.381873 [ 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.04 15:35:42.381885 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.06.04 15:35:42.403369 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.04 15:35:42.403567 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.68 MiB (RSS), difference: 91.91 MiB 2025.06.04 15:35:42.404855 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3381e-05 sec. 2025.06.04 15:35:42.405166 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.06.04 15:35:42.405735 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.06.04 15:35:42.405753 [ 1 ] {} Application: Ready for connections. 2025.06.04 15:35:42.443256 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39996 2025.06.04 15:35:42.444085 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.444154 [ 3 ] {} TCP-Session: 83f317c0-174f-483f-92e6-08a6a114ab65 Authenticating user 'default' from [fd00:1122:3344:101::c]:39996 2025.06.04 15:35:42.444183 [ 3 ] {} TCP-Session: 83f317c0-174f-483f-92e6-08a6a114ab65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.444204 [ 3 ] {} TCP-Session: 83f317c0-174f-483f-92e6-08a6a114ab65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.444301 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 15:35:42.444328 [ 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.04 15:35:42.444350 [ 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.04 15:35:42.446585 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36809 2025.06.04 15:35:42.446731 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.446779 [ 4 ] {} TCP-Session: e75e6c65-86b9-4e5f-97a4-122b83c26108 Authenticating user 'default' from [fd00:1122:3344:101::c]:36809 2025.06.04 15:35:42.446804 [ 4 ] {} TCP-Session: e75e6c65-86b9-4e5f-97a4-122b83c26108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.446843 [ 4 ] {} TCP-Session: e75e6c65-86b9-4e5f-97a4-122b83c26108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.447474 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50501 2025.06.04 15:35:42.447484 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35426 2025.06.04 15:35:42.447563 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58754 2025.06.04 15:35:42.447777 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.447823 [ 253 ] {} TCP-Session: 9ef8d001-f39f-4e99-92cc-e1c1b4170443 Authenticating user 'default' from [fd00:1122:3344:101::c]:50501 2025.06.04 15:35:42.447844 [ 253 ] {} TCP-Session: 9ef8d001-f39f-4e99-92cc-e1c1b4170443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.447847 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48146 2025.06.04 15:35:42.447875 [ 253 ] {} TCP-Session: 9ef8d001-f39f-4e99-92cc-e1c1b4170443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.447887 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.447912 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.447955 [ 5 ] {} TCP-Session: 623c74c2-d2ac-40c2-a878-d8ea35cd9f58 Authenticating user 'default' from [fd00:1122:3344:101::c]:35426 2025.06.04 15:35:42.447977 [ 254 ] {} TCP-Session: 923fd871-69e5-4e75-a43c-614febec3595 Authenticating user 'default' from [fd00:1122:3344:101::c]:58754 2025.06.04 15:35:42.447983 [ 5 ] {} TCP-Session: 623c74c2-d2ac-40c2-a878-d8ea35cd9f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448014 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.448029 [ 5 ] {} TCP-Session: 623c74c2-d2ac-40c2-a878-d8ea35cd9f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448018 [ 254 ] {} TCP-Session: 923fd871-69e5-4e75-a43c-614febec3595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448046 [ 255 ] {} TCP-Session: c4c71834-26ca-4671-9b68-21913c66c44f Authenticating user 'default' from [fd00:1122:3344:101::c]:48146 2025.06.04 15:35:42.447983 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55150 2025.06.04 15:35:42.448084 [ 255 ] {} TCP-Session: c4c71834-26ca-4671-9b68-21913c66c44f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448119 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36044 2025.06.04 15:35:42.448150 [ 255 ] {} TCP-Session: c4c71834-26ca-4671-9b68-21913c66c44f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448075 [ 254 ] {} TCP-Session: 923fd871-69e5-4e75-a43c-614febec3595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448226 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.448261 [ 256 ] {} TCP-Session: 0d8e8922-3ee2-4354-9adf-e88fea00a253 Authenticating user 'default' from [fd00:1122:3344:101::c]:55150 2025.06.04 15:35:42.448273 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:42.448281 [ 256 ] {} TCP-Session: 0d8e8922-3ee2-4354-9adf-e88fea00a253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448316 [ 257 ] {} TCP-Session: ed3134d4-1137-4128-9f92-3cb2674af6e4 Authenticating user 'default' from [fd00:1122:3344:101::c]:36044 2025.06.04 15:35:42.448344 [ 256 ] {} TCP-Session: 0d8e8922-3ee2-4354-9adf-e88fea00a253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448354 [ 257 ] {} TCP-Session: ed3134d4-1137-4128-9f92-3cb2674af6e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:42.448391 [ 257 ] {} TCP-Session: ed3134d4-1137-4128-9f92-3cb2674af6e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 116.74 MiB, peak 116.74 MiB, free memory in arenas 0.00 B, will set to 118.82 MiB (RSS), difference: 2.08 MiB 2025.06.04 15:35:43.161062 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36168 2025.06.04 15:35:43.161302 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.161363 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36168 2025.06.04 15:35:43.161385 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.161414 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.162059 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 15:35:43.162089 [ 258 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.04 15:35:43.162111 [ 258 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.04 15:35:43.162562 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56736 2025.06.04 15:35:43.162665 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51340 2025.06.04 15:35:43.162681 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47769 2025.06.04 15:35:43.162791 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38809 2025.06.04 15:35:43.162860 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50174 2025.06.04 15:35:43.162932 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36162 2025.06.04 15:35:43.163082 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42835 2025.06.04 15:35:43.164205 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164256 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164264 [ 261 ] {} TCP-Session: b6b73ff3-5577-40ec-9cfd-93460f0b84a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:56736 2025.06.04 15:35:43.164275 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164302 [ 261 ] {} TCP-Session: b6b73ff3-5577-40ec-9cfd-93460f0b84a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164317 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164348 [ 261 ] {} TCP-Session: b6b73ff3-5577-40ec-9cfd-93460f0b84a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164331 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60946 2025.06.04 15:35:43.164370 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164376 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164366 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Authenticating user 'default' from [fd00:1122:3344:101::d]:51340 2025.06.04 15:35:43.164355 [ 264 ] {} TCP-Session: ba582a70-e2f1-4d25-ad5b-8172fa3e0c6d Authenticating user 'default' from [fd00:1122:3344:101::d]:50174 2025.06.04 15:35:43.164454 [ 266 ] {} TCP-Session: bb3979b9-0c17-49a3-ae3b-745fdce5638d Authenticating user 'default' from [fd00:1122:3344:101::d]:42835 2025.06.04 15:35:43.164468 [ 262 ] {} TCP-Session: 298f365a-dd1d-442b-ac46-6453e09f3621 Authenticating user 'default' from [fd00:1122:3344:101::d]:47769 2025.06.04 15:35:43.164474 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164484 [ 266 ] {} TCP-Session: bb3979b9-0c17-49a3-ae3b-745fdce5638d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164521 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164531 [ 266 ] {} TCP-Session: bb3979b9-0c17-49a3-ae3b-745fdce5638d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164537 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164518 [ 262 ] {} TCP-Session: 298f365a-dd1d-442b-ac46-6453e09f3621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164588 [ 267 ] {} TCP-Session: 44f5cbb5-146c-45c8-aaed-cfb79ea3332a Authenticating user 'default' from [fd00:1122:3344:101::d]:60946 2025.06.04 15:35:43.164604 [ 262 ] {} TCP-Session: 298f365a-dd1d-442b-ac46-6453e09f3621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164474 [ 264 ] {} TCP-Session: ba582a70-e2f1-4d25-ad5b-8172fa3e0c6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164636 [ 267 ] {} TCP-Session: 44f5cbb5-146c-45c8-aaed-cfb79ea3332a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164671 [ 264 ] {} TCP-Session: ba582a70-e2f1-4d25-ad5b-8172fa3e0c6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164292 [ 265 ] {} TCP-Session: 50c13aef-0e8a-424b-a200-7d89c3ce4f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:36162 2025.06.04 15:35:43.164708 [ 267 ] {} TCP-Session: 44f5cbb5-146c-45c8-aaed-cfb79ea3332a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164736 [ 265 ] {} TCP-Session: 50c13aef-0e8a-424b-a200-7d89c3ce4f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164258 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:43.164768 [ 265 ] {} TCP-Session: 50c13aef-0e8a-424b-a200-7d89c3ce4f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164806 [ 263 ] {} TCP-Session: f0335111-767b-40ac-87ef-b341a3a70ed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38809 2025.06.04 15:35:43.164830 [ 263 ] {} TCP-Session: f0335111-767b-40ac-87ef-b341a3a70ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.164842 [ 263 ] {} TCP-Session: f0335111-767b-40ac-87ef-b341a3a70ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:43.168304 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.170886 [ 258 ] {740c6108-d304-4f47-8fac-7728d0ff4f8f} executeQuery: (from [fd00:1122:3344:101::d]:36168) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.04 15:35:43.262161 [ 258 ] {740c6108-d304-4f47-8fac-7728d0ff4f8f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36168) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 15:35:43.262940 [ 258 ] {740c6108-d304-4f47-8fac-7728d0ff4f8f} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 15:35:43.263025 [ 258 ] {740c6108-d304-4f47-8fac-7728d0ff4f8f} TCPHandler: Processed in 0.096614857 sec. 2025.06.04 15:35:43.263418 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.263828 [ 260 ] {816b70e8-6b78-4853-9c26-a840682bc71c} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.04 15:35:43.264187 [ 260 ] {816b70e8-6b78-4853-9c26-a840682bc71c} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51340) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 15:35:43.264327 [ 260 ] {816b70e8-6b78-4853-9c26-a840682bc71c} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 15:35:43.264408 [ 260 ] {816b70e8-6b78-4853-9c26-a840682bc71c} TCPHandler: Processed in 0.001161014 sec. 2025.06.04 15:35:43.265340 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.266023 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} executeQuery: (from [fd00:1122:3344:101::d]:36168) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.06.04 15:35:43.266611 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.06.04 15:35:43.268487 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.06.04 15:35:43.268508 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3111e-05 sec 2025.06.04 15:35:43.268527 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} ReferentialDeps: No tables 2025.06.04 15:35:43.268541 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} LoadingDeps: No tables 2025.06.04 15:35:43.268564 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} DatabaseAtomic (oximeter): Starting up tables. 2025.06.04 15:35:43.269189 [ 258 ] {c4d681b5-11c0-4873-aa2f-726fe088022b} TCPHandler: Processed in 0.003957678 sec. 2025.06.04 15:35:43.269332 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.269489 [ 258 ] {dbf9a7e3-458e-41d0-9e90-776efcedb697} executeQuery: (from [fd00:1122:3344:101::d]:36168) /* 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.04 15:35:43.269546 [ 258 ] {dbf9a7e3-458e-41d0-9e90-776efcedb697} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.06.04 15:35:43.274060 [ 258 ] {dbf9a7e3-458e-41d0-9e90-776efcedb697} StoragePolicy (default): Storage policy default created, total volumes 1 2025.06.04 15:35:43.276329 [ 258 ] {dbf9a7e3-458e-41d0-9e90-776efcedb697} oximeter.version (9f1bf1f9-1d3e-4a34-a723-dd17b2281b56): Loading data parts 2025.06.04 15:35:43.277296 [ 258 ] {dbf9a7e3-458e-41d0-9e90-776efcedb697} oximeter.version (9f1bf1f9-1d3e-4a34-a723-dd17b2281b56): There are no data parts 2025.06.04 15:35:43.279605 [ 258 ] {dbf9a7e3-458e-41d0-9e90-776efcedb697} TCPHandler: Processed in 0.010320877 sec. 2025.06.04 15:35:43.279759 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.279940 [ 258 ] {bc072afd-5aaf-4dce-8a19-c25f315441c5} executeQuery: (from [fd00:1122:3344:101::d]:36168) /* 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.04 15:35:43.280006 [ 258 ] {bc072afd-5aaf-4dce-8a19-c25f315441c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.06.04 15:35:43.291609 [ 258 ] {bc072afd-5aaf-4dce-8a19-c25f315441c5} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Loading data parts 2025.06.04 15:35:43.291776 [ 258 ] {bc072afd-5aaf-4dce-8a19-c25f315441c5} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): There are no data parts 2025.06.04 15:35:43.293173 [ 258 ] {bc072afd-5aaf-4dce-8a19-c25f315441c5} TCPHandler: Processed in 0.013464035 sec. 2025.06.04 15:35:43.293324 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.293478 [ 258 ] {564d474e-341a-4945-b5ed-6b4574020664} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.293531 [ 258 ] {564d474e-341a-4945-b5ed-6b4574020664} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.06.04 15:35:43.300471 [ 258 ] {564d474e-341a-4945-b5ed-6b4574020664} oximeter.measurements_i8 (83116a17-8430-4428-8acf-89172dbeedd2): Loading data parts 2025.06.04 15:35:43.300619 [ 258 ] {564d474e-341a-4945-b5ed-6b4574020664} oximeter.measurements_i8 (83116a17-8430-4428-8acf-89172dbeedd2): There are no data parts 2025.06.04 15:35:43.302169 [ 258 ] {564d474e-341a-4945-b5ed-6b4574020664} TCPHandler: Processed in 0.008895819 sec. 2025.06.04 15:35:43.302303 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.302462 [ 258 ] {2573a371-916f-47a3-b572-82ab5cdea6ef} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.302509 [ 258 ] {2573a371-916f-47a3-b572-82ab5cdea6ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.06.04 15:35:43.311499 [ 258 ] {2573a371-916f-47a3-b572-82ab5cdea6ef} oximeter.measurements_u8 (e61752b8-31fc-4b12-8a28-c4ef185c692b): Loading data parts 2025.06.04 15:35:43.311633 [ 258 ] {2573a371-916f-47a3-b572-82ab5cdea6ef} oximeter.measurements_u8 (e61752b8-31fc-4b12-8a28-c4ef185c692b): There are no data parts 2025.06.04 15:35:43.313401 [ 258 ] {2573a371-916f-47a3-b572-82ab5cdea6ef} TCPHandler: Processed in 0.011147577 sec. 2025.06.04 15:35:43.313557 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.313709 [ 258 ] {931fe138-7166-4185-9dcd-0a570a53aeb7} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.313761 [ 258 ] {931fe138-7166-4185-9dcd-0a570a53aeb7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.06.04 15:35:43.320365 [ 258 ] {931fe138-7166-4185-9dcd-0a570a53aeb7} oximeter.measurements_i16 (026993e8-67a9-4004-bf05-22af77929a1d): Loading data parts 2025.06.04 15:35:43.320477 [ 258 ] {931fe138-7166-4185-9dcd-0a570a53aeb7} oximeter.measurements_i16 (026993e8-67a9-4004-bf05-22af77929a1d): There are no data parts 2025.06.04 15:35:43.322034 [ 258 ] {931fe138-7166-4185-9dcd-0a570a53aeb7} TCPHandler: Processed in 0.008526665 sec. 2025.06.04 15:35:43.322176 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.322328 [ 258 ] {ad804ed6-552c-4cea-8ab0-105df9bf9ffc} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.322379 [ 258 ] {ad804ed6-552c-4cea-8ab0-105df9bf9ffc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.06.04 15:35:43.332184 [ 258 ] {ad804ed6-552c-4cea-8ab0-105df9bf9ffc} oximeter.measurements_u16 (c077ca31-2949-4f98-be21-ce0c6275b7e2): Loading data parts 2025.06.04 15:35:43.332322 [ 258 ] {ad804ed6-552c-4cea-8ab0-105df9bf9ffc} oximeter.measurements_u16 (c077ca31-2949-4f98-be21-ce0c6275b7e2): There are no data parts 2025.06.04 15:35:43.334170 [ 258 ] {ad804ed6-552c-4cea-8ab0-105df9bf9ffc} TCPHandler: Processed in 0.012043068 sec. 2025.06.04 15:35:43.334320 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.334477 [ 258 ] {0db4a2bd-0eab-4075-b6ab-8d1219caa31b} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.334529 [ 258 ] {0db4a2bd-0eab-4075-b6ab-8d1219caa31b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.06.04 15:35:43.341147 [ 258 ] {0db4a2bd-0eab-4075-b6ab-8d1219caa31b} oximeter.measurements_i32 (52cf6a22-6512-4a10-ac99-032d5c94f77f): Loading data parts 2025.06.04 15:35:43.341260 [ 258 ] {0db4a2bd-0eab-4075-b6ab-8d1219caa31b} oximeter.measurements_i32 (52cf6a22-6512-4a10-ac99-032d5c94f77f): There are no data parts 2025.06.04 15:35:43.342807 [ 258 ] {0db4a2bd-0eab-4075-b6ab-8d1219caa31b} TCPHandler: Processed in 0.008537145 sec. 2025.06.04 15:35:43.342943 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.343093 [ 258 ] {6c8b9639-5da5-4b3c-839e-b7a204b59833} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.343147 [ 258 ] {6c8b9639-5da5-4b3c-839e-b7a204b59833} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.06.04 15:35:43.352243 [ 258 ] {6c8b9639-5da5-4b3c-839e-b7a204b59833} oximeter.measurements_u32 (fc584baa-f667-46f0-90e1-1d1bd43e3c51): Loading data parts 2025.06.04 15:35:43.352368 [ 258 ] {6c8b9639-5da5-4b3c-839e-b7a204b59833} oximeter.measurements_u32 (fc584baa-f667-46f0-90e1-1d1bd43e3c51): There are no data parts 2025.06.04 15:35:43.354140 [ 258 ] {6c8b9639-5da5-4b3c-839e-b7a204b59833} TCPHandler: Processed in 0.011246008 sec. 2025.06.04 15:35:43.354279 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.354436 [ 258 ] {0a5effae-98c9-435d-92e6-e57b517a1852} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.354486 [ 258 ] {0a5effae-98c9-435d-92e6-e57b517a1852} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.06.04 15:35:43.362177 [ 258 ] {0a5effae-98c9-435d-92e6-e57b517a1852} oximeter.measurements_i64 (afa6f528-c2d5-4e54-b835-c83da3b06fa4): Loading data parts 2025.06.04 15:35:43.362307 [ 258 ] {0a5effae-98c9-435d-92e6-e57b517a1852} oximeter.measurements_i64 (afa6f528-c2d5-4e54-b835-c83da3b06fa4): There are no data parts 2025.06.04 15:35:43.363980 [ 258 ] {0a5effae-98c9-435d-92e6-e57b517a1852} TCPHandler: Processed in 0.00974966 sec. 2025.06.04 15:35:43.364113 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.364263 [ 258 ] {950311fa-53cc-4623-815d-68291a1fef33} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.364314 [ 258 ] {950311fa-53cc-4623-815d-68291a1fef33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.06.04 15:35:43.376682 [ 258 ] {950311fa-53cc-4623-815d-68291a1fef33} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Loading data parts 2025.06.04 15:35:43.376813 [ 258 ] {950311fa-53cc-4623-815d-68291a1fef33} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): There are no data parts 2025.06.04 15:35:43.379095 [ 258 ] {950311fa-53cc-4623-815d-68291a1fef33} TCPHandler: Processed in 0.015031215 sec. 2025.06.04 15:35:43.379239 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.379400 [ 258 ] {421ecb62-a6d7-4127-bdbe-169da367b0ce} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.379450 [ 258 ] {421ecb62-a6d7-4127-bdbe-169da367b0ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.06.04 15:35:43.388687 [ 258 ] {421ecb62-a6d7-4127-bdbe-169da367b0ce} oximeter.measurements_f32 (486e3499-76bc-428e-9197-340a4cbd92a5): Loading data parts 2025.06.04 15:35:43.388815 [ 258 ] {421ecb62-a6d7-4127-bdbe-169da367b0ce} oximeter.measurements_f32 (486e3499-76bc-428e-9197-340a4cbd92a5): There are no data parts 2025.06.04 15:35:43.390610 [ 258 ] {421ecb62-a6d7-4127-bdbe-169da367b0ce} TCPHandler: Processed in 0.0114205 sec. 2025.06.04 15:35:43.390753 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.390935 [ 258 ] {9394d31f-2eae-488f-8731-b532ed6328f6} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.390997 [ 258 ] {9394d31f-2eae-488f-8731-b532ed6328f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.06.04 15:35:43.402952 [ 258 ] {9394d31f-2eae-488f-8731-b532ed6328f6} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Loading data parts 2025.06.04 15:35:43.403066 [ 258 ] {9394d31f-2eae-488f-8731-b532ed6328f6} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): There are no data parts 2025.06.04 15:35:43.405112 [ 258 ] {9394d31f-2eae-488f-8731-b532ed6328f6} TCPHandler: Processed in 0.014411407 sec. 2025.06.04 15:35:43.405252 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.405414 [ 258 ] {729d4112-8cbb-4a59-ad60-7d26e056c3d5} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.405463 [ 258 ] {729d4112-8cbb-4a59-ad60-7d26e056c3d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.06.04 15:35:43.415602 [ 258 ] {729d4112-8cbb-4a59-ad60-7d26e056c3d5} oximeter.measurements_string (e88895aa-6493-4a3d-a531-017b584f6553): Loading data parts 2025.06.04 15:35:43.415715 [ 258 ] {729d4112-8cbb-4a59-ad60-7d26e056c3d5} oximeter.measurements_string (e88895aa-6493-4a3d-a531-017b584f6553): There are no data parts 2025.06.04 15:35:43.417615 [ 258 ] {729d4112-8cbb-4a59-ad60-7d26e056c3d5} TCPHandler: Processed in 0.012412012 sec. 2025.06.04 15:35:43.417759 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.417945 [ 258 ] {72d54deb-f36f-4958-84c0-fbf4f1b5527b} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.418013 [ 258 ] {72d54deb-f36f-4958-84c0-fbf4f1b5527b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.06.04 15:35:43.429801 [ 258 ] {72d54deb-f36f-4958-84c0-fbf4f1b5527b} oximeter.measurements_bytes (8c590583-f46d-4580-bfcd-f3312b449cab): Loading data parts 2025.06.04 15:35:43.429956 [ 258 ] {72d54deb-f36f-4958-84c0-fbf4f1b5527b} oximeter.measurements_bytes (8c590583-f46d-4580-bfcd-f3312b449cab): There are no data parts 2025.06.04 15:35:43.441985 [ 258 ] {72d54deb-f36f-4958-84c0-fbf4f1b5527b} TCPHandler: Processed in 0.024277239 sec. 2025.06.04 15:35:43.442147 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.442346 [ 258 ] {84fd1e75-cae7-4d57-970c-c0423ffb9c39} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.442404 [ 258 ] {84fd1e75-cae7-4d57-970c-c0423ffb9c39} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.06.04 15:35:43.444908 [ 258 ] {84fd1e75-cae7-4d57-970c-c0423ffb9c39} oximeter.measurements_cumulativei64 (e4f44c2a-3ae3-4e9a-8ba1-087ebe8afe93): Loading data parts 2025.06.04 15:35:43.445023 [ 258 ] {84fd1e75-cae7-4d57-970c-c0423ffb9c39} oximeter.measurements_cumulativei64 (e4f44c2a-3ae3-4e9a-8ba1-087ebe8afe93): There are no data parts 2025.06.04 15:35:43.456248 [ 258 ] {84fd1e75-cae7-4d57-970c-c0423ffb9c39} TCPHandler: Processed in 0.014160824 sec. 2025.06.04 15:35:43.456417 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.456606 [ 258 ] {0dc890e3-6aee-49ea-b8bc-b505b7736e67} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.456670 [ 258 ] {0dc890e3-6aee-49ea-b8bc-b505b7736e67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.06.04 15:35:43.459144 [ 258 ] {0dc890e3-6aee-49ea-b8bc-b505b7736e67} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Loading data parts 2025.06.04 15:35:43.459397 [ 258 ] {0dc890e3-6aee-49ea-b8bc-b505b7736e67} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): There are no data parts 2025.06.04 15:35:43.468370 [ 258 ] {0dc890e3-6aee-49ea-b8bc-b505b7736e67} TCPHandler: Processed in 0.012013467 sec. 2025.06.04 15:35:43.468507 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.468677 [ 258 ] {d91e0f5b-c8bc-477d-9c3c-010913e21e27} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.468728 [ 258 ] {d91e0f5b-c8bc-477d-9c3c-010913e21e27} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.06.04 15:35:43.470974 [ 258 ] {d91e0f5b-c8bc-477d-9c3c-010913e21e27} oximeter.measurements_cumulativef32 (f1eb7b2d-8d8f-4a7c-8bff-2b68f31529f1): Loading data parts 2025.06.04 15:35:43.471114 [ 258 ] {d91e0f5b-c8bc-477d-9c3c-010913e21e27} oximeter.measurements_cumulativef32 (f1eb7b2d-8d8f-4a7c-8bff-2b68f31529f1): There are no data parts 2025.06.04 15:35:43.482723 [ 258 ] {d91e0f5b-c8bc-477d-9c3c-010913e21e27} TCPHandler: Processed in 0.014265006 sec. 2025.06.04 15:35:43.482874 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.483065 [ 258 ] {e4b03f75-f9b7-4d7a-aa4e-679153a871ba} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.483129 [ 258 ] {e4b03f75-f9b7-4d7a-aa4e-679153a871ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.06.04 15:35:43.485731 [ 258 ] {e4b03f75-f9b7-4d7a-aa4e-679153a871ba} oximeter.measurements_cumulativef64 (943e419f-d40d-4851-8e79-6bd8f7f1c990): Loading data parts 2025.06.04 15:35:43.485841 [ 258 ] {e4b03f75-f9b7-4d7a-aa4e-679153a871ba} oximeter.measurements_cumulativef64 (943e419f-d40d-4851-8e79-6bd8f7f1c990): There are no data parts 2025.06.04 15:35:43.495101 [ 258 ] {e4b03f75-f9b7-4d7a-aa4e-679153a871ba} TCPHandler: Processed in 0.012286201 sec. 2025.06.04 15:35:43.495278 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.495551 [ 258 ] {7ea595d9-6669-4ddf-a208-36329d4cbe34} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.495632 [ 258 ] {7ea595d9-6669-4ddf-a208-36329d4cbe34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.06.04 15:35:43.498324 [ 258 ] {7ea595d9-6669-4ddf-a208-36329d4cbe34} oximeter.measurements_histogrami8 (218708a6-b72b-4c4d-a5bb-8ba7de649047): Loading data parts 2025.06.04 15:35:43.498437 [ 258 ] {7ea595d9-6669-4ddf-a208-36329d4cbe34} oximeter.measurements_histogrami8 (218708a6-b72b-4c4d-a5bb-8ba7de649047): There are no data parts 2025.06.04 15:35:43.509260 [ 258 ] {7ea595d9-6669-4ddf-a208-36329d4cbe34} TCPHandler: Processed in 0.014043363 sec. 2025.06.04 15:35:43.509425 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.509696 [ 258 ] {2d6c64f8-80e4-479c-a627-c1e704bc1f03} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.509767 [ 258 ] {2d6c64f8-80e4-479c-a627-c1e704bc1f03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.06.04 15:35:43.512338 [ 258 ] {2d6c64f8-80e4-479c-a627-c1e704bc1f03} oximeter.measurements_histogramu8 (b4b656c9-312b-4d84-a04b-b72106b7db84): Loading data parts 2025.06.04 15:35:43.512515 [ 258 ] {2d6c64f8-80e4-479c-a627-c1e704bc1f03} oximeter.measurements_histogramu8 (b4b656c9-312b-4d84-a04b-b72106b7db84): There are no data parts 2025.06.04 15:35:43.521282 [ 258 ] {2d6c64f8-80e4-479c-a627-c1e704bc1f03} TCPHandler: Processed in 0.011917767 sec. 2025.06.04 15:35:43.521441 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.521650 [ 258 ] {6b91244f-5114-404f-9dc7-7a73de42ebe9} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.521714 [ 258 ] {6b91244f-5114-404f-9dc7-7a73de42ebe9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.06.04 15:35:43.524084 [ 258 ] {6b91244f-5114-404f-9dc7-7a73de42ebe9} oximeter.measurements_histogrami16 (5926e139-3dd3-4944-8aea-74f532d6e40f): Loading data parts 2025.06.04 15:35:43.524229 [ 258 ] {6b91244f-5114-404f-9dc7-7a73de42ebe9} oximeter.measurements_histogrami16 (5926e139-3dd3-4944-8aea-74f532d6e40f): There are no data parts 2025.06.04 15:35:43.535678 [ 258 ] {6b91244f-5114-404f-9dc7-7a73de42ebe9} TCPHandler: Processed in 0.014285756 sec. 2025.06.04 15:35:43.535844 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.536097 [ 258 ] {ae75fc13-f1c9-45d6-a9a6-9a8486360e46} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.536174 [ 258 ] {ae75fc13-f1c9-45d6-a9a6-9a8486360e46} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.06.04 15:35:43.538904 [ 258 ] {ae75fc13-f1c9-45d6-a9a6-9a8486360e46} oximeter.measurements_histogramu16 (4f2222c4-835a-4e8d-9fcf-b0da95292984): Loading data parts 2025.06.04 15:35:43.539046 [ 258 ] {ae75fc13-f1c9-45d6-a9a6-9a8486360e46} oximeter.measurements_histogramu16 (4f2222c4-835a-4e8d-9fcf-b0da95292984): There are no data parts 2025.06.04 15:35:43.547317 [ 258 ] {ae75fc13-f1c9-45d6-a9a6-9a8486360e46} TCPHandler: Processed in 0.011534512 sec. 2025.06.04 15:35:43.547473 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.547689 [ 258 ] {8266c919-e83a-41b9-9e4d-964c3e1ff919} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.547751 [ 258 ] {8266c919-e83a-41b9-9e4d-964c3e1ff919} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.06.04 15:35:43.572701 [ 258 ] {8266c919-e83a-41b9-9e4d-964c3e1ff919} oximeter.measurements_histogrami32 (0fceb166-2e34-489c-8fc6-7be5531c428d): Loading data parts 2025.06.04 15:35:43.572880 [ 258 ] {8266c919-e83a-41b9-9e4d-964c3e1ff919} oximeter.measurements_histogrami32 (0fceb166-2e34-489c-8fc6-7be5531c428d): There are no data parts 2025.06.04 15:35:43.587378 [ 258 ] {8266c919-e83a-41b9-9e4d-964c3e1ff919} TCPHandler: Processed in 0.039951341 sec. 2025.06.04 15:35:43.587585 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.587835 [ 258 ] {b1e6d151-a9ec-49c3-8502-e6c47eae22b2} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.587912 [ 258 ] {b1e6d151-a9ec-49c3-8502-e6c47eae22b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.06.04 15:35:43.609735 [ 258 ] {b1e6d151-a9ec-49c3-8502-e6c47eae22b2} oximeter.measurements_histogramu32 (a7d2c9df-6f4d-490f-886f-0065969ac252): Loading data parts 2025.06.04 15:35:43.609909 [ 258 ] {b1e6d151-a9ec-49c3-8502-e6c47eae22b2} oximeter.measurements_histogramu32 (a7d2c9df-6f4d-490f-886f-0065969ac252): There are no data parts 2025.06.04 15:35:43.615336 [ 258 ] {b1e6d151-a9ec-49c3-8502-e6c47eae22b2} TCPHandler: Processed in 0.027826992 sec. 2025.06.04 15:35:43.615536 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.615794 [ 258 ] {c8c7799b-f9cc-4ce0-b9fb-f8564e67cdec} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.615859 [ 258 ] {c8c7799b-f9cc-4ce0-b9fb-f8564e67cdec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.06.04 15:35:43.637109 [ 258 ] {c8c7799b-f9cc-4ce0-b9fb-f8564e67cdec} oximeter.measurements_histogrami64 (4587f4dc-4f7f-454c-87a7-2d167bfdc81f): Loading data parts 2025.06.04 15:35:43.637257 [ 258 ] {c8c7799b-f9cc-4ce0-b9fb-f8564e67cdec} oximeter.measurements_histogrami64 (4587f4dc-4f7f-454c-87a7-2d167bfdc81f): There are no data parts 2025.06.04 15:35:43.642286 [ 258 ] {c8c7799b-f9cc-4ce0-b9fb-f8564e67cdec} TCPHandler: Processed in 0.026810589 sec. 2025.06.04 15:35:43.642439 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.642650 [ 258 ] {6d0f958c-511e-41b8-9137-75c90bd93ee0} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.642718 [ 258 ] {6d0f958c-511e-41b8-9137-75c90bd93ee0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.06.04 15:35:43.653585 [ 258 ] {6d0f958c-511e-41b8-9137-75c90bd93ee0} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Loading data parts 2025.06.04 15:35:43.653742 [ 258 ] {6d0f958c-511e-41b8-9137-75c90bd93ee0} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): There are no data parts 2025.06.04 15:35:43.667552 [ 258 ] {6d0f958c-511e-41b8-9137-75c90bd93ee0} TCPHandler: Processed in 0.02516468 sec. 2025.06.04 15:35:43.667742 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.667985 [ 258 ] {40ffa0e7-9a2a-42f6-9915-565591d98e4f} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.668051 [ 258 ] {40ffa0e7-9a2a-42f6-9915-565591d98e4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.06.04 15:35:43.692193 [ 258 ] {40ffa0e7-9a2a-42f6-9915-565591d98e4f} oximeter.measurements_histogramf32 (62e45253-80dc-48cf-92ba-0c9d4d84ce82): Loading data parts 2025.06.04 15:35:43.692385 [ 258 ] {40ffa0e7-9a2a-42f6-9915-565591d98e4f} oximeter.measurements_histogramf32 (62e45253-80dc-48cf-92ba-0c9d4d84ce82): There are no data parts 2025.06.04 15:35:43.701926 [ 258 ] {40ffa0e7-9a2a-42f6-9915-565591d98e4f} TCPHandler: Processed in 0.034245761 sec. 2025.06.04 15:35:43.702092 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.702314 [ 258 ] {6d7d1a4f-e8c3-47c3-94a0-1bd9369d39c6} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.702387 [ 258 ] {6d7d1a4f-e8c3-47c3-94a0-1bd9369d39c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.06.04 15:35:43.718287 [ 258 ] {6d7d1a4f-e8c3-47c3-94a0-1bd9369d39c6} oximeter.measurements_histogramf64 (1d54754a-034c-4420-80ec-50d600199486): Loading data parts 2025.06.04 15:35:43.718517 [ 258 ] {6d7d1a4f-e8c3-47c3-94a0-1bd9369d39c6} oximeter.measurements_histogramf64 (1d54754a-034c-4420-80ec-50d600199486): There are no data parts 2025.06.04 15:35:43.740587 [ 258 ] {6d7d1a4f-e8c3-47c3-94a0-1bd9369d39c6} TCPHandler: Processed in 0.038549244 sec. 2025.06.04 15:35:43.740773 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.740968 [ 258 ] {d4676c6a-ab23-4c6c-ba42-8f7f4041bf89} executeQuery: (from [fd00:1122:3344:101::d]:36168) /* 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.04 15:35:43.741032 [ 258 ] {d4676c6a-ab23-4c6c-ba42-8f7f4041bf89} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.06.04 15:35:43.746727 [ 258 ] {d4676c6a-ab23-4c6c-ba42-8f7f4041bf89} oximeter.fields_bool (bdd3b944-a14c-4e63-b519-4d787a43111e): Loading data parts 2025.06.04 15:35:43.746925 [ 258 ] {d4676c6a-ab23-4c6c-ba42-8f7f4041bf89} oximeter.fields_bool (bdd3b944-a14c-4e63-b519-4d787a43111e): There are no data parts 2025.06.04 15:35:43.758448 [ 258 ] {d4676c6a-ab23-4c6c-ba42-8f7f4041bf89} TCPHandler: Processed in 0.017732838 sec. 2025.06.04 15:35:43.758620 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.758803 [ 258 ] {7016b954-943e-40ee-95da-0b82badb480e} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.758865 [ 258 ] {7016b954-943e-40ee-95da-0b82badb480e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.06.04 15:35:43.772327 [ 258 ] {7016b954-943e-40ee-95da-0b82badb480e} oximeter.fields_i8 (979319d1-280c-4239-9c39-3e52718bbfa7): Loading data parts 2025.06.04 15:35:43.772607 [ 258 ] {7016b954-943e-40ee-95da-0b82badb480e} oximeter.fields_i8 (979319d1-280c-4239-9c39-3e52718bbfa7): There are no data parts 2025.06.04 15:35:43.784115 [ 258 ] {7016b954-943e-40ee-95da-0b82badb480e} TCPHandler: Processed in 0.025554074 sec. 2025.06.04 15:35:43.784337 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.784572 [ 258 ] {80948f55-8c83-4bc6-924b-0c3035b200c5} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.784640 [ 258 ] {80948f55-8c83-4bc6-924b-0c3035b200c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.06.04 15:35:43.786838 [ 258 ] {80948f55-8c83-4bc6-924b-0c3035b200c5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Loading data parts 2025.06.04 15:35:43.786998 [ 258 ] {80948f55-8c83-4bc6-924b-0c3035b200c5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): There are no data parts 2025.06.04 15:35:43.809441 [ 258 ] {80948f55-8c83-4bc6-924b-0c3035b200c5} TCPHandler: Processed in 0.025175159 sec. 2025.06.04 15:35:43.809626 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.809793 [ 258 ] {d6f978e9-1a36-4609-acae-b0bfab7528cf} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.809852 [ 258 ] {d6f978e9-1a36-4609-acae-b0bfab7528cf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.06.04 15:35:43.832936 [ 258 ] {d6f978e9-1a36-4609-acae-b0bfab7528cf} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Loading data parts 2025.06.04 15:35:43.833174 [ 258 ] {d6f978e9-1a36-4609-acae-b0bfab7528cf} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): There are no data parts 2025.06.04 15:35:43.835815 [ 258 ] {d6f978e9-1a36-4609-acae-b0bfab7528cf} TCPHandler: Processed in 0.026239553 sec. 2025.06.04 15:35:43.836053 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.836266 [ 258 ] {ad61111b-37e5-48e6-8ab8-285c6464d783} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.836333 [ 258 ] {ad61111b-37e5-48e6-8ab8-285c6464d783} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.06.04 15:35:43.859434 [ 258 ] {ad61111b-37e5-48e6-8ab8-285c6464d783} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Loading data parts 2025.06.04 15:35:43.859642 [ 258 ] {ad61111b-37e5-48e6-8ab8-285c6464d783} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): There are no data parts 2025.06.04 15:35:43.862427 [ 258 ] {ad61111b-37e5-48e6-8ab8-285c6464d783} TCPHandler: Processed in 0.026473376 sec. 2025.06.04 15:35:43.862612 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.862787 [ 258 ] {95718ae6-579d-48ac-904d-ee078e3c9d2f} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.862857 [ 258 ] {95718ae6-579d-48ac-904d-ee078e3c9d2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.06.04 15:35:43.876365 [ 258 ] {95718ae6-579d-48ac-904d-ee078e3c9d2f} oximeter.fields_i32 (6dd74c1a-16e9-435d-9654-90f341b843c8): Loading data parts 2025.06.04 15:35:43.876611 [ 258 ] {95718ae6-579d-48ac-904d-ee078e3c9d2f} oximeter.fields_i32 (6dd74c1a-16e9-435d-9654-90f341b843c8): There are no data parts 2025.06.04 15:35:43.888764 [ 258 ] {95718ae6-579d-48ac-904d-ee078e3c9d2f} TCPHandler: Processed in 0.026211683 sec. 2025.06.04 15:35:43.888946 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.889189 [ 258 ] {64f9da8d-c33b-4cc5-bc2e-1963ec04dad1} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.889264 [ 258 ] {64f9da8d-c33b-4cc5-bc2e-1963ec04dad1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.06.04 15:35:43.912829 [ 258 ] {64f9da8d-c33b-4cc5-bc2e-1963ec04dad1} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Loading data parts 2025.06.04 15:35:43.912999 [ 258 ] {64f9da8d-c33b-4cc5-bc2e-1963ec04dad1} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): There are no data parts 2025.06.04 15:35:43.916817 [ 258 ] {64f9da8d-c33b-4cc5-bc2e-1963ec04dad1} TCPHandler: Processed in 0.027931964 sec. 2025.06.04 15:35:43.916991 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.917161 [ 258 ] {8ca8bf9e-1ad8-43fe-ae1b-43ac09ed74c5} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.917232 [ 258 ] {8ca8bf9e-1ad8-43fe-ae1b-43ac09ed74c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.06.04 15:35:43.940128 [ 258 ] {8ca8bf9e-1ad8-43fe-ae1b-43ac09ed74c5} oximeter.fields_i64 (9d465f79-7c04-4693-91b8-6f104e3f23e0): Loading data parts 2025.06.04 15:35:43.940346 [ 258 ] {8ca8bf9e-1ad8-43fe-ae1b-43ac09ed74c5} oximeter.fields_i64 (9d465f79-7c04-4693-91b8-6f104e3f23e0): There are no data parts 2025.06.04 15:35:43.944076 [ 258 ] {8ca8bf9e-1ad8-43fe-ae1b-43ac09ed74c5} TCPHandler: Processed in 0.027143204 sec. 2025.06.04 15:35:43.944265 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.944432 [ 258 ] {71a21453-936b-4317-ae22-306677e10089} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.944502 [ 258 ] {71a21453-936b-4317-ae22-306677e10089} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.06.04 15:35:43.968438 [ 258 ] {71a21453-936b-4317-ae22-306677e10089} oximeter.fields_u64 (900a3855-966e-45a3-8894-b03cf69839b8): Loading data parts 2025.06.04 15:35:43.968686 [ 258 ] {71a21453-936b-4317-ae22-306677e10089} oximeter.fields_u64 (900a3855-966e-45a3-8894-b03cf69839b8): There are no data parts 2025.06.04 15:35:43.984906 [ 258 ] {71a21453-936b-4317-ae22-306677e10089} TCPHandler: Processed in 0.040689701 sec. 2025.06.04 15:35:43.985111 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:43.985380 [ 258 ] {5c2d58ee-2858-48b9-a7a5-347e96bcc9dd} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:43.985444 [ 258 ] {5c2d58ee-2858-48b9-a7a5-347e96bcc9dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.06.04 15:35:43.996142 [ 258 ] {5c2d58ee-2858-48b9-a7a5-347e96bcc9dd} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Loading data parts 2025.06.04 15:35:43.996352 [ 258 ] {5c2d58ee-2858-48b9-a7a5-347e96bcc9dd} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): There are no data parts 2025.06.04 15:35:44.000153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 125.80 MiB, peak 125.80 MiB, free memory in arenas 0.00 B, will set to 134.59 MiB (RSS), difference: 8.78 MiB 2025.06.04 15:35:44.009767 [ 258 ] {5c2d58ee-2858-48b9-a7a5-347e96bcc9dd} TCPHandler: Processed in 0.024717473 sec. 2025.06.04 15:35:44.009944 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:44.010156 [ 258 ] {ee015b83-0b22-430d-be8d-775ce6701513} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:44.010247 [ 258 ] {ee015b83-0b22-430d-be8d-775ce6701513} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.06.04 15:35:44.020984 [ 258 ] {ee015b83-0b22-430d-be8d-775ce6701513} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Loading data parts 2025.06.04 15:35:44.021167 [ 258 ] {ee015b83-0b22-430d-be8d-775ce6701513} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): There are no data parts 2025.06.04 15:35:44.034973 [ 258 ] {ee015b83-0b22-430d-be8d-775ce6701513} TCPHandler: Processed in 0.025089489 sec. 2025.06.04 15:35:44.035176 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:44.035370 [ 258 ] {a7d82191-fd0c-4ff3-a67b-c08a9557e795} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:35:44.035441 [ 258 ] {a7d82191-fd0c-4ff3-a67b-c08a9557e795} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.06.04 15:35:44.046095 [ 258 ] {a7d82191-fd0c-4ff3-a67b-c08a9557e795} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Loading data parts 2025.06.04 15:35:44.046256 [ 258 ] {a7d82191-fd0c-4ff3-a67b-c08a9557e795} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): There are no data parts 2025.06.04 15:35:44.060167 [ 258 ] {a7d82191-fd0c-4ff3-a67b-c08a9557e795} TCPHandler: Processed in 0.025050298 sec. 2025.06.04 15:35:44.060361 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:44.060676 [ 258 ] {3f5bdec4-1a23-4dfb-8dda-2f8616ca33bd} executeQuery: (from [fd00:1122:3344:101::d]:36168) /* 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.04 15:35:44.060765 [ 258 ] {3f5bdec4-1a23-4dfb-8dda-2f8616ca33bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.06.04 15:35:44.081728 [ 258 ] {3f5bdec4-1a23-4dfb-8dda-2f8616ca33bd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Loading data parts 2025.06.04 15:35:44.081960 [ 258 ] {3f5bdec4-1a23-4dfb-8dda-2f8616ca33bd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): There are no data parts 2025.06.04 15:35:44.087065 [ 258 ] {3f5bdec4-1a23-4dfb-8dda-2f8616ca33bd} TCPHandler: Processed in 0.026764679 sec. 2025.06.04 15:35:44.087333 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:35:44.087621 [ 260 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.06.04 15:35:44.088956 [ 260 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.06.04 15:35:44.103896 [ 268 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} oximeter.version (9f1bf1f9-1d3e-4a34-a723-dd17b2281b56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:35:44.103938 [ 268 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.06.04 15:35:44.108444 [ 268 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:35:44.108794 [ 268 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} oximeter.version (9f1bf1f9-1d3e-4a34-a723-dd17b2281b56): 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.04 15:35:44.109150 [ 260 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} executeQuery: Read 1 rows, 16.00 B in 0.021661 sec., 46.165920317621534 rows/sec., 738.65 B/sec. 2025.06.04 15:35:44.109484 [ 260 ] {5f3c7f77-93ca-47f0-90e8-01f8143a8f89} TCPHandler: Processed in 0.022278244 sec. 2025.06.04 15:35:44.414409 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40572 2025.06.04 15:35:44.414560 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.414663 [ 270 ] {} TCP-Session: e4da4030-7519-463b-967b-510e3362179e Authenticating user 'default' from [fd00:1122:3344:101::b]:40572 2025.06.04 15:35:44.414690 [ 270 ] {} TCP-Session: e4da4030-7519-463b-967b-510e3362179e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.414706 [ 270 ] {} TCP-Session: e4da4030-7519-463b-967b-510e3362179e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.414806 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 15:35:44.414837 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.04 15:35:44.414888 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.04 15:35:44.415926 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53582 2025.06.04 15:35:44.416011 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43138 2025.06.04 15:35:44.416084 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37700 2025.06.04 15:35:44.416178 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.416219 [ 271 ] {} TCP-Session: 94cefc06-7b96-49d5-849c-82573e01a02f Authenticating user 'default' from [fd00:1122:3344:101::b]:53582 2025.06.04 15:35:44.416238 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46076 2025.06.04 15:35:44.416288 [ 271 ] {} TCP-Session: 94cefc06-7b96-49d5-849c-82573e01a02f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.416311 [ 271 ] {} TCP-Session: 94cefc06-7b96-49d5-849c-82573e01a02f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.416323 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.416334 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49064 2025.06.04 15:35:44.416371 [ 272 ] {} TCP-Session: bdcbd04c-aeb0-4c85-bd32-c46837d03482 Authenticating user 'default' from [fd00:1122:3344:101::b]:43138 2025.06.04 15:35:44.416400 [ 272 ] {} TCP-Session: bdcbd04c-aeb0-4c85-bd32-c46837d03482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.416403 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.416420 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63264 2025.06.04 15:35:44.416463 [ 272 ] {} TCP-Session: bdcbd04c-aeb0-4c85-bd32-c46837d03482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.416532 [ 273 ] {} TCP-Session: ed4776ca-6108-4910-9987-d438261db308 Authenticating user 'default' from [fd00:1122:3344:101::b]:37700 2025.06.04 15:35:44.416569 [ 273 ] {} TCP-Session: ed4776ca-6108-4910-9987-d438261db308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.416573 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47962 2025.06.04 15:35:44.416587 [ 273 ] {} TCP-Session: ed4776ca-6108-4910-9987-d438261db308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.417940 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.417976 [ 275 ] {} TCP-Session: 8b698a23-ea7e-4178-80bc-3c32d5f01046 Authenticating user 'default' from [fd00:1122:3344:101::b]:49064 2025.06.04 15:35:44.417993 [ 275 ] {} TCP-Session: 8b698a23-ea7e-4178-80bc-3c32d5f01046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.418045 [ 275 ] {} TCP-Session: 8b698a23-ea7e-4178-80bc-3c32d5f01046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.419113 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.419160 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.419174 [ 274 ] {} TCP-Session: 8eba1151-095d-4df8-bb5a-1500c831e94a Authenticating user 'default' from [fd00:1122:3344:101::b]:46076 2025.06.04 15:35:44.419314 [ 276 ] {} TCP-Session: 8265dc96-2805-4bc5-b718-6174d0fe92f9 Authenticating user 'default' from [fd00:1122:3344:101::b]:63264 2025.06.04 15:35:44.419317 [ 274 ] {} TCP-Session: 8eba1151-095d-4df8-bb5a-1500c831e94a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.419340 [ 276 ] {} TCP-Session: 8265dc96-2805-4bc5-b718-6174d0fe92f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.419393 [ 274 ] {} TCP-Session: 8eba1151-095d-4df8-bb5a-1500c831e94a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.419399 [ 276 ] {} TCP-Session: 8265dc96-2805-4bc5-b718-6174d0fe92f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.420412 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:44.420454 [ 277 ] {} TCP-Session: 206984f0-3369-430a-ae7c-e2be85529847 Authenticating user 'default' from [fd00:1122:3344:101::b]:47962 2025.06.04 15:35:44.420472 [ 277 ] {} TCP-Session: 206984f0-3369-430a-ae7c-e2be85529847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:44.420520 [ 277 ] {} TCP-Session: 206984f0-3369-430a-ae7c-e2be85529847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.000150 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 135.00 MiB, peak 135.00 MiB, free memory in arenas 0.00 B, will set to 139.27 MiB (RSS), difference: 4.27 MiB 2025.06.04 15:35:45.580081 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54152 2025.06.04 15:35:45.580290 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.580320 [ 278 ] {} TCP-Session: 86bf50a4-da37-4263-a919-b7f87e14e53d Authenticating user 'default' from [fd00:1122:3344:101::a]:54152 2025.06.04 15:35:45.580341 [ 278 ] {} TCP-Session: 86bf50a4-da37-4263-a919-b7f87e14e53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.580361 [ 278 ] {} TCP-Session: 86bf50a4-da37-4263-a919-b7f87e14e53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.580429 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 15:35:45.580454 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.04 15:35:45.580486 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.06.04 15:35:45.581423 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57666 2025.06.04 15:35:45.581513 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64015 2025.06.04 15:35:45.581627 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.581631 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47533 2025.06.04 15:35:45.581670 [ 279 ] {} TCP-Session: 500e3db0-8ef9-419f-ad49-5c3aaaf364a8 Authenticating user 'default' from [fd00:1122:3344:101::a]:57666 2025.06.04 15:35:45.581751 [ 279 ] {} TCP-Session: 500e3db0-8ef9-419f-ad49-5c3aaaf364a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.581749 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.581765 [ 279 ] {} TCP-Session: 500e3db0-8ef9-419f-ad49-5c3aaaf364a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.581754 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47665 2025.06.04 15:35:45.581853 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50593 2025.06.04 15:35:45.581870 [ 280 ] {} TCP-Session: 158131b9-cf55-4be7-afba-afec0f60be7a Authenticating user 'default' from [fd00:1122:3344:101::a]:64015 2025.06.04 15:35:45.581940 [ 280 ] {} TCP-Session: 158131b9-cf55-4be7-afba-afec0f60be7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.581954 [ 280 ] {} TCP-Session: 158131b9-cf55-4be7-afba-afec0f60be7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.581967 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.581969 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36339 2025.06.04 15:35:45.582042 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46800 2025.06.04 15:35:45.582075 [ 281 ] {} TCP-Session: d5cd2470-1465-423c-b6e4-b6eee93195ab Authenticating user 'default' from [fd00:1122:3344:101::a]:47533 2025.06.04 15:35:45.582102 [ 281 ] {} TCP-Session: d5cd2470-1465-423c-b6e4-b6eee93195ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.582136 [ 281 ] {} TCP-Session: d5cd2470-1465-423c-b6e4-b6eee93195ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.582972 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.583006 [ 285 ] {} TCP-Session: cab62881-ebf5-4b00-8ade-384b06a3b60d Authenticating user 'default' from [fd00:1122:3344:101::a]:46800 2025.06.04 15:35:45.583058 [ 285 ] {} TCP-Session: cab62881-ebf5-4b00-8ade-384b06a3b60d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.583071 [ 285 ] {} TCP-Session: cab62881-ebf5-4b00-8ade-384b06a3b60d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.584121 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.584148 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.584203 [ 282 ] {} TCP-Session: 4c303141-cb19-465f-b3a7-895bb1b60d2f Authenticating user 'default' from [fd00:1122:3344:101::a]:47665 2025.06.04 15:35:45.584216 [ 284 ] {} TCP-Session: 8ee080e2-7c8d-420e-9b43-305b8c94b3f8 Authenticating user 'default' from [fd00:1122:3344:101::a]:36339 2025.06.04 15:35:45.584225 [ 282 ] {} TCP-Session: 4c303141-cb19-465f-b3a7-895bb1b60d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.584284 [ 284 ] {} TCP-Session: 8ee080e2-7c8d-420e-9b43-305b8c94b3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.584335 [ 282 ] {} TCP-Session: 4c303141-cb19-465f-b3a7-895bb1b60d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.584340 [ 284 ] {} TCP-Session: 8ee080e2-7c8d-420e-9b43-305b8c94b3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.586266 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 15:35:45.586322 [ 283 ] {} TCP-Session: 372980d9-31e4-42ef-8650-75a35173fcbd Authenticating user 'default' from [fd00:1122:3344:101::a]:50593 2025.06.04 15:35:45.586343 [ 283 ] {} TCP-Session: 372980d9-31e4-42ef-8650-75a35173fcbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:45.586402 [ 283 ] {} TCP-Session: 372980d9-31e4-42ef-8650-75a35173fcbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:35:49.859569 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.06.04 15:35:49.859628 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.06.04 15:35:49.859673 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.06.04 15:35:49.859785 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.06.04 15:35:49.902571 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Loading data parts 2025.06.04 15:35:49.902578 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Loading data parts 2025.06.04 15:35:49.902885 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): There are no data parts 2025.06.04 15:35:49.902901 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): There are no data parts 2025.06.04 15:35:49.937438 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:35:49.937511 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.06.04 15:35:49.941374 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:35:49.941948 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:35:49.942095 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.06.04 15:35:49.959968 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:35:49.960022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.06.04 15:35:49.966477 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:35:49.967284 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:35:49.970879 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.06.04 15:35:50.000152 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.88 MiB, peak 148.88 MiB, free memory in arenas 0.00 B, will set to 154.38 MiB (RSS), difference: 9.50 MiB 2025.06.04 15:35:52.359493 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.06.04 15:35:52.359625 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.06.04 15:35:52.377376 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Loading data parts 2025.06.04 15:35:52.377615 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): There are no data parts 2025.06.04 15:35:52.386082 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:35:52.386131 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:35:52.388055 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:35:52.388672 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:35:52.389051 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.06.04 15:35:53.000172 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.60 MiB, peak 158.60 MiB, free memory in arenas 0.00 B, will set to 155.50 MiB (RSS), difference: -3.10 MiB 2025.06.04 15:35:57.338974 [ 109 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:35:57.339091 [ 109 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:35:57.442181 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.06.04 15:35:57.442968 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:35:57.443011 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:35:57.443743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:35:57.444238 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:35:57.444387 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.06.04 15:35:57.470970 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.06.04 15:35:57.489154 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:35:57.489217 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:35:57.496358 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:35:57.497574 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:35:57.500893 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.06.04 15:35:58.000160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 156.33 MiB, peak 160.33 MiB, free memory in arenas 0.00 B, will set to 158.23 MiB (RSS), difference: 1.90 MiB 2025.06.04 15:36:03.000298 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 154.26 MiB, peak 160.33 MiB, free memory in arenas 0.00 B, will set to 158.28 MiB (RSS), difference: 4.02 MiB 2025.06.04 15:36:04.119621 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.119830 [ 258 ] {d1c1294a-58b7-4dc4-8580-970b506af45c} executeQuery: (from [fd00:1122:3344:101::d]:36168) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.06.04 15:36:04.126229 [ 258 ] {d1c1294a-58b7-4dc4-8580-970b506af45c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.128407 [ 258 ] {d1c1294a-58b7-4dc4-8580-970b506af45c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.137563 [ 258 ] {d1c1294a-58b7-4dc4-8580-970b506af45c} TCPHandler: Processed in 0.018064162 sec. 2025.06.04 15:36:04.144560 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.144703 [ 258 ] {6168711a-a264-4bdf-92bc-d4787682b972} executeQuery: (from [fd00:1122:3344:101::d]:36168) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) 2025.06.04 15:36:04.153113 [ 258 ] {6168711a-a264-4bdf-92bc-d4787682b972} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.153189 [ 258 ] {6168711a-a264-4bdf-92bc-d4787682b972} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.153828 [ 258 ] {6168711a-a264-4bdf-92bc-d4787682b972} TCPHandler: Processed in 0.009323494 sec. 2025.06.04 15:36:04.154123 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.154251 [ 258 ] {f9b00bf7-f6cc-4284-9379-c714edf20f47} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.158396 [ 258 ] {f9b00bf7-f6cc-4284-9379-c714edf20f47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.158446 [ 258 ] {f9b00bf7-f6cc-4284-9379-c714edf20f47} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.158766 [ 258 ] {f9b00bf7-f6cc-4284-9379-c714edf20f47} TCPHandler: Processed in 0.004691828 sec. 2025.06.04 15:36:04.159002 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.159121 [ 258 ] {fad1c8f9-ef08-435f-b4f2-2662c276bd8e} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.159369 [ 258 ] {fad1c8f9-ef08-435f-b4f2-2662c276bd8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.159414 [ 258 ] {fad1c8f9-ef08-435f-b4f2-2662c276bd8e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.159711 [ 258 ] {fad1c8f9-ef08-435f-b4f2-2662c276bd8e} TCPHandler: Processed in 0.000758139 sec. 2025.06.04 15:36:04.159919 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.160034 [ 258 ] {0527774e-f7cb-41a3-9566-10b71daf3426} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.160287 [ 258 ] {0527774e-f7cb-41a3-9566-10b71daf3426} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.160330 [ 258 ] {0527774e-f7cb-41a3-9566-10b71daf3426} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.160619 [ 258 ] {0527774e-f7cb-41a3-9566-10b71daf3426} TCPHandler: Processed in 0.000748259 sec. 2025.06.04 15:36:04.160826 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.160939 [ 258 ] {491e5e52-51f5-49bc-81ed-94610229c90e} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.161180 [ 258 ] {491e5e52-51f5-49bc-81ed-94610229c90e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.161224 [ 258 ] {491e5e52-51f5-49bc-81ed-94610229c90e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.161519 [ 258 ] {491e5e52-51f5-49bc-81ed-94610229c90e} TCPHandler: Processed in 0.000740379 sec. 2025.06.04 15:36:04.161715 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.161829 [ 258 ] {fae43831-c5df-4c97-ae9d-3506ebb6dfe3} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.162073 [ 258 ] {fae43831-c5df-4c97-ae9d-3506ebb6dfe3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.162118 [ 258 ] {fae43831-c5df-4c97-ae9d-3506ebb6dfe3} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.162408 [ 258 ] {fae43831-c5df-4c97-ae9d-3506ebb6dfe3} TCPHandler: Processed in 0.000740559 sec. 2025.06.04 15:36:04.162614 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.162727 [ 258 ] {d55871a0-4aaf-4d72-88c0-dbb0e047b632} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.162969 [ 258 ] {d55871a0-4aaf-4d72-88c0-dbb0e047b632} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.163012 [ 258 ] {d55871a0-4aaf-4d72-88c0-dbb0e047b632} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.163296 [ 258 ] {d55871a0-4aaf-4d72-88c0-dbb0e047b632} TCPHandler: Processed in 0.000728699 sec. 2025.06.04 15:36:04.163496 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.163611 [ 258 ] {f915189d-cc73-4a2a-88cf-25efe34b760b} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.163853 [ 258 ] {f915189d-cc73-4a2a-88cf-25efe34b760b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.163896 [ 258 ] {f915189d-cc73-4a2a-88cf-25efe34b760b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.164179 [ 258 ] {f915189d-cc73-4a2a-88cf-25efe34b760b} TCPHandler: Processed in 0.000730329 sec. 2025.06.04 15:36:04.164372 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.164489 [ 258 ] {17caf237-bb30-4b5d-ae9a-8fec7222ea22} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.164732 [ 258 ] {17caf237-bb30-4b5d-ae9a-8fec7222ea22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.164775 [ 258 ] {17caf237-bb30-4b5d-ae9a-8fec7222ea22} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.165061 [ 258 ] {17caf237-bb30-4b5d-ae9a-8fec7222ea22} TCPHandler: Processed in 0.00073552 sec. 2025.06.04 15:36:04.165258 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.165373 [ 258 ] {53e01689-0d71-4425-a87e-72d3c74ac5b6} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.165616 [ 258 ] {53e01689-0d71-4425-a87e-72d3c74ac5b6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.165659 [ 258 ] {53e01689-0d71-4425-a87e-72d3c74ac5b6} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.165940 [ 258 ] {53e01689-0d71-4425-a87e-72d3c74ac5b6} TCPHandler: Processed in 0.000728578 sec. 2025.06.04 15:36:04.166144 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.166265 [ 258 ] {6161101f-360e-4538-8aae-1a26f7496f2b} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.166509 [ 258 ] {6161101f-360e-4538-8aae-1a26f7496f2b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.166552 [ 258 ] {6161101f-360e-4538-8aae-1a26f7496f2b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.166839 [ 258 ] {6161101f-360e-4538-8aae-1a26f7496f2b} TCPHandler: Processed in 0.00074156 sec. 2025.06.04 15:36:04.167039 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.167156 [ 258 ] {78634603-94f2-4908-a091-c648cbd952ba} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.167390 [ 258 ] {78634603-94f2-4908-a091-c648cbd952ba} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.167430 [ 258 ] {78634603-94f2-4908-a091-c648cbd952ba} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.167699 [ 258 ] {78634603-94f2-4908-a091-c648cbd952ba} TCPHandler: Processed in 0.000737999 sec. 2025.06.04 15:36:04.167886 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.167995 [ 258 ] {52cf2573-f97b-43f0-8017-0c0379c3ad58} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:04.168300 [ 258 ] {52cf2573-f97b-43f0-8017-0c0379c3ad58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.168344 [ 258 ] {52cf2573-f97b-43f0-8017-0c0379c3ad58} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:04.168639 [ 258 ] {52cf2573-f97b-43f0-8017-0c0379c3ad58} TCPHandler: Processed in 0.00075552 sec. 2025.06.04 15:36:04.172091 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.172215 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:36:04.172266 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:04.172868 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:04.172914 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:04.175338 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:04.175540 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:36:04.175689 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} executeQuery: Read 14 rows, 2.01 KiB in 0.003509 sec., 3989.7406668566546 rows/sec., 572.47 KiB/sec. 2025.06.04 15:36:04.175727 [ 258 ] {e81b439a-ddba-4c1c-a915-3065d3f9cabf} TCPHandler: Processed in 0.003695806 sec. 2025.06.04 15:36:04.175833 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.175931 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:04.175971 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:04.180650 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:04.180685 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:04.183335 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:04.183632 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:04.183830 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} executeQuery: Read 26 rows, 2.01 KiB in 0.007915 sec., 3284.9020846494 rows/sec., 253.55 KiB/sec. 2025.06.04 15:36:04.183894 [ 258 ] {e4d3c950-48b5-4fa7-8e75-91f6c126fcc1} TCPHandler: Processed in 0.00810852 sec. 2025.06.04 15:36:04.184030 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.184125 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:04.184164 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:04.184560 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:04.184598 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:04.184880 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:04.185079 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:04.185208 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} executeQuery: Read 28 rows, 2.24 KiB in 0.001101 sec., 25431.425976385104 rows/sec., 1.98 MiB/sec. 2025.06.04 15:36:04.185244 [ 258 ] {2a05f97c-35f7-4ae5-930b-6a40bc70155d} TCPHandler: Processed in 0.001261626 sec. 2025.06.04 15:36:04.185348 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.185447 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:04.185491 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:04.187813 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:04.187848 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:04.188238 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:04.188435 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:04.188558 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} executeQuery: Read 80 rows, 5.68 KiB in 0.003152 sec., 25380.71065989848 rows/sec., 1.76 MiB/sec. 2025.06.04 15:36:04.188594 [ 258 ] {9fc06bf4-c686-4722-82e8-38ee5192d39b} TCPHandler: Processed in 0.003318821 sec. 2025.06.04 15:36:04.188701 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:04.188791 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:04.188828 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:04.189132 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:04.189167 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:04.189528 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:04.189726 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:04.189848 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} executeQuery: Read 24 rows, 1.68 KiB in 0.001039 sec., 23099.133782483157 rows/sec., 1.58 MiB/sec. 2025.06.04 15:36:04.189884 [ 258 ] {dfdd06e2-f6be-4106-97b2-2e6ed9840546} TCPHandler: Processed in 0.001200035 sec. 2025.06.04 15:36:04.945182 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.06.04 15:36:04.945651 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:04.945701 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:04.946237 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:04.946487 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:04.946628 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.06.04 15:36:05.001613 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.06.04 15:36:05.018608 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:05.018675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.06.04 15:36:05.024889 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:05.025705 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:05.029022 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.06.04 15:36:09.122797 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:09.122983 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:09.123047 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:09.123662 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:09.123709 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.04 15:36:09.124089 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:09.124314 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:09.124473 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} executeQuery: Read 26 rows, 2.01 KiB in 0.001537 sec., 16916.070266753417 rows/sec., 1.28 MiB/sec. 2025.06.04 15:36:09.124521 [ 258 ] {0d2dd5e3-64a1-4c78-8a70-6a98445f821e} TCPHandler: Processed in 0.001848792 sec. 2025.06.04 15:36:09.124650 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:09.124758 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:09.124801 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:09.125218 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:09.125257 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.04 15:36:09.125562 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:09.125772 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:09.125902 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} executeQuery: Read 28 rows, 2.24 KiB in 0.001169 sec., 23952.095808383234 rows/sec., 1.87 MiB/sec. 2025.06.04 15:36:09.125939 [ 258 ] {ce35bbbc-826e-40a1-8a79-a1d62ac11e24} TCPHandler: Processed in 0.001342217 sec. 2025.06.04 15:36:09.126046 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:09.126142 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:09.126191 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:09.126592 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:09.126628 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.04 15:36:09.126941 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:09.127149 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:09.127275 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} executeQuery: Read 100 rows, 7.10 KiB in 0.001154 sec., 86655.11265164644 rows/sec., 6.01 MiB/sec. 2025.06.04 15:36:09.127311 [ 258 ] {b70a0d91-053b-4c99-8299-1643e40fa351} TCPHandler: Processed in 0.001315076 sec. 2025.06.04 15:36:09.127425 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:09.127519 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:09.127560 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:09.127880 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:09.127917 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.06.04 15:36:09.128219 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:09.128417 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:09.128542 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} executeQuery: Read 30 rows, 2.10 KiB in 0.001043 sec., 28763.18312559923 rows/sec., 1.97 MiB/sec. 2025.06.04 15:36:09.128578 [ 258 ] {43aae75f-1cdc-4dd9-8ef2-03621d078edb} TCPHandler: Processed in 0.001201704 sec. 2025.06.04 15:36:12.339162 [ 85 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:36:12.339232 [ 85 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:36:12.390775 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 2025.06.04 15:36:12.393771 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:12.393823 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:12.395034 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:12.395317 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:36:12.395628 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 134 2025.06.04 15:36:12.447379 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.06.04 15:36:12.447911 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:12.447948 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:12.448497 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:12.448738 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:12.448870 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.06.04 15:36:12.529763 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.06.04 15:36:12.546926 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:12.546988 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:12.553230 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:12.553976 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:12.557207 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.06.04 15:36:14.119084 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.119295 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:14.123836 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:36:14.128217 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} 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.04 15:36:14.128433 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:14.128701 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:14.133232 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.06.04 15:36:14.137288 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:36:14.139314 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:36:14.139338 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:36:14.143643 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} 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.04 15:36:14.143677 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.04 15:36:14.169033 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} executeQuery: Read 14 rows, 585.00 B in 0.049814 sec., 281.04548921989806 rows/sec., 11.47 KiB/sec. 2025.06.04 15:36:14.169119 [ 258 ] {2eeb5b1f-e35d-4d19-8232-ba24fa43f016} TCPHandler: Processed in 0.050155006 sec. 2025.06.04 15:36:14.171069 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.171226 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:14.171466 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:36:14.171503 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} 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.04 15:36:14.171704 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:14.171769 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:14.171894 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.06.04 15:36:14.171923 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:36:14.171942 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:36:14.171956 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:36:14.171989 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} 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.04 15:36:14.172008 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.04 15:36:14.172450 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} executeQuery: Read 14 rows, 585.00 B in 0.001288 sec., 10869.565217391304 rows/sec., 443.55 KiB/sec. 2025.06.04 15:36:14.172505 [ 258 ] {c83e424e-d748-4569-a517-6621358296e9} TCPHandler: Processed in 0.001499119 sec. 2025.06.04 15:36:14.172712 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.172835 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:14.173023 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:36:14.173054 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} 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.04 15:36:14.173210 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:14.173262 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:14.173360 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.06.04 15:36:14.173387 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:36:14.173406 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:36:14.173420 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:36:14.173451 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} 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.04 15:36:14.173467 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.04 15:36:14.174108 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} executeQuery: Read 14 rows, 585.00 B in 0.001317 sec., 10630.220197418375 rows/sec., 433.78 KiB/sec. 2025.06.04 15:36:14.174189 [ 258 ] {c417cdeb-8584-43ed-9d39-11ee90511f8a} TCPHandler: Processed in 0.001526489 sec. 2025.06.04 15:36:14.174383 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.174506 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} executeQuery: (from [fd00:1122:3344:101::d]:36168) 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.04 15:36:14.174695 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:36:14.174725 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} 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.04 15:36:14.174894 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:14.174946 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:36:14.175043 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.06.04 15:36:14.175070 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:36:14.175095 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:36:14.175111 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:36:14.175150 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} 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.04 15:36:14.175170 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.06.04 15:36:14.175650 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} executeQuery: Read 14 rows, 585.00 B in 0.001188 sec., 11784.511784511784 rows/sec., 480.88 KiB/sec. 2025.06.04 15:36:14.175732 [ 258 ] {6ee85165-b32f-4e45-9bbf-10fe5d95093d} TCPHandler: Processed in 0.001398117 sec. 2025.06.04 15:36:14.180047 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.180178 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:36:14.180226 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:36:14.180834 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.180878 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.181270 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:14.181459 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:36:14.181598 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} executeQuery: Read 4 rows, 433.00 B in 0.001456 sec., 2747.252747252747 rows/sec., 290.42 KiB/sec. 2025.06.04 15:36:14.181635 [ 258 ] {356cfd43-2fe0-426b-b56a-cba1c21d4c9c} TCPHandler: Processed in 0.00164889 sec. 2025.06.04 15:36:14.181774 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.181898 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:14.181949 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:14.182469 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.182513 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.182881 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:14.183098 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:14.183223 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} executeQuery: Read 68 rows, 5.93 KiB in 0.00135 sec., 50370.370370370365 rows/sec., 4.29 MiB/sec. 2025.06.04 15:36:14.183260 [ 258 ] {7a6552ef-1f9e-4ef2-bd74-c03b12ae6622} TCPHandler: Processed in 0.001549099 sec. 2025.06.04 15:36:14.183380 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.183475 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:36:14.183515 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:36:14.183889 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.183926 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.184216 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:14.184417 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:36:14.184536 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} executeQuery: Read 21 rows, 1.58 KiB in 0.001109 sec., 18935.978358881875 rows/sec., 1.39 MiB/sec. 2025.06.04 15:36:14.184577 [ 258 ] {ca33dcc2-f0fd-4a50-8f29-706dea2c5ed2} TCPHandler: Processed in 0.001280746 sec. 2025.06.04 15:36:14.184685 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.184790 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:14.184833 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:14.185356 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.185398 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.185732 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:14.185959 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:14.186080 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} executeQuery: Read 59 rows, 4.73 KiB in 0.001266 sec., 46603.47551342812 rows/sec., 3.65 MiB/sec. 2025.06.04 15:36:14.186123 [ 258 ] {7b02f150-867c-4451-87f1-94eec73d88da} TCPHandler: Processed in 0.001454008 sec. 2025.06.04 15:36:14.186226 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.186322 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:14.186366 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:14.186773 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.186810 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.187144 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:14.187358 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:14.187481 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} executeQuery: Read 100 rows, 7.10 KiB in 0.001177 sec., 84961.76720475785 rows/sec., 5.89 MiB/sec. 2025.06.04 15:36:14.187518 [ 258 ] {45d76aeb-b22f-45de-9b2f-e2a1e8dbe4b5} TCPHandler: Processed in 0.001341107 sec. 2025.06.04 15:36:14.187633 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.187727 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:14.187779 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:36:14.188613 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.188650 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.191659 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:14.191886 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:36:14.192020 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} executeQuery: Read 21 rows, 38.53 KiB in 0.004312 sec., 4870.12987012987 rows/sec., 8.73 MiB/sec. 2025.06.04 15:36:14.192071 [ 258 ] {4405a6ae-1a15-44c1-9a94-8ee9e9022b8b} TCPHandler: Processed in 0.004486845 sec. 2025.06.04 15:36:14.192191 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.192285 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.04 15:36:14.192326 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.04 15:36:14.192639 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} oximeter.measurements_i64 (afa6f528-c2d5-4e54-b835-c83da3b06fa4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.192676 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.192984 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:36:14.193189 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} oximeter.measurements_i64 (afa6f528-c2d5-4e54-b835-c83da3b06fa4): 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.04 15:36:14.193317 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} executeQuery: Read 18 rows, 1.36 KiB in 0.00105 sec., 17142.857142857145 rows/sec., 1.26 MiB/sec. 2025.06.04 15:36:14.193352 [ 258 ] {5c871fae-5903-4529-b8f7-d34f24e65e80} TCPHandler: Processed in 0.001211385 sec. 2025.06.04 15:36:14.193466 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:14.193560 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:14.193600 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:14.193917 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:14.193955 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:14.194253 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:14.194461 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:14.194587 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} executeQuery: Read 30 rows, 2.10 KiB in 0.001045 sec., 28708.133971291867 rows/sec., 1.97 MiB/sec. 2025.06.04 15:36:14.194622 [ 258 ] {2cee493f-2a13-48df-b30e-68d9057d4561} TCPHandler: Processed in 0.001205225 sec. 2025.06.04 15:36:19.125672 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:19.125857 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:19.125924 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:19.126570 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:19.126614 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:19.127027 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:19.127259 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:19.127426 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} executeQuery: Read 52 rows, 4.07 KiB in 0.001614 sec., 32218.091697645603 rows/sec., 2.46 MiB/sec. 2025.06.04 15:36:19.127472 [ 258 ] {b8d6cbba-8a8e-4e01-b2de-0d71185c2cba} TCPHandler: Processed in 0.001922434 sec. 2025.06.04 15:36:19.127593 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:19.127695 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:19.127738 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:19.128187 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:19.128225 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:19.128598 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:19.128807 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:19.128937 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} executeQuery: Read 56 rows, 4.47 KiB in 0.001266 sec., 44233.80726698262 rows/sec., 3.45 MiB/sec. 2025.06.04 15:36:19.128975 [ 258 ] {37ffdce8-61a4-419b-b418-66ded18368d4} TCPHandler: Processed in 0.001435288 sec. 2025.06.04 15:36:19.129085 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:19.129183 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:19.129227 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:19.129680 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:19.129716 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:19.130045 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:19.130252 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:19.130400 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} executeQuery: Read 140 rows, 9.94 KiB in 0.001238 sec., 113085.62197092084 rows/sec., 7.84 MiB/sec. 2025.06.04 15:36:19.130436 [ 258 ] {b4293ef1-1a4d-48d3-93db-b13710fcb639} TCPHandler: Processed in 0.001401227 sec. 2025.06.04 15:36:19.130559 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:19.130652 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:19.130691 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:19.131019 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:19.131056 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:19.131397 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:19.131602 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:19.131730 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} executeQuery: Read 46 rows, 3.23 KiB in 0.001097 sec., 41932.54329990884 rows/sec., 2.87 MiB/sec. 2025.06.04 15:36:19.131766 [ 258 ] {4834f7a7-f8e1-4754-92f1-453a0bbf211c} TCPHandler: Processed in 0.001256015 sec. 2025.06.04 15:36:19.949266 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.06.04 15:36:19.949726 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:19.949764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:19.950266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:19.950495 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:19.950635 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.06.04 15:36:20.057633 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.06.04 15:36:20.074526 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:20.074577 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:20.080715 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:20.081432 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:20.084373 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.06.04 15:36:21.000199 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.27 MiB, peak 168.27 MiB, free memory in arenas 0.00 B, will set to 165.42 MiB (RSS), difference: 1.15 MiB 2025.06.04 15:36:22.396197 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 166 2025.06.04 15:36:22.398395 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:22.398443 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:22.399580 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:22.399840 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:36:22.400074 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 166 2025.06.04 15:36:24.126949 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:24.127114 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:24.127176 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:24.127842 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:24.127886 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:24.128269 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:24.128494 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:24.128664 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} executeQuery: Read 94 rows, 8.00 KiB in 0.001595 sec., 58934.169278996866 rows/sec., 4.90 MiB/sec. 2025.06.04 15:36:24.128712 [ 258 ] {c729ea9c-0778-4cb7-a565-bffdf1c0b054} TCPHandler: Processed in 0.001880143 sec. 2025.06.04 15:36:24.128843 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:24.128945 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:36:24.128986 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:36:24.129394 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:24.129431 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:24.129730 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:24.129933 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:36:24.130059 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} executeQuery: Read 21 rows, 1.58 KiB in 0.001139 sec., 18437.225636523264 rows/sec., 1.35 MiB/sec. 2025.06.04 15:36:24.130098 [ 258 ] {94637c52-e508-4b61-a00a-a9354c851942} TCPHandler: Processed in 0.001306326 sec. 2025.06.04 15:36:24.130209 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:24.130303 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:24.130343 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:24.130759 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:24.130795 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:24.131091 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:24.131307 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:24.131437 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} executeQuery: Read 77 rows, 6.15 KiB in 0.001152 sec., 66840.27777777778 rows/sec., 5.22 MiB/sec. 2025.06.04 15:36:24.131474 [ 258 ] {57132148-ef41-477f-b6fb-83dee34a3343} TCPHandler: Processed in 0.001314286 sec. 2025.06.04 15:36:24.131587 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:24.131681 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:24.131723 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:24.132134 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:24.132169 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:24.132482 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:24.132699 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:24.132827 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} executeQuery: Read 150 rows, 10.65 KiB in 0.001164 sec., 128865.97938144329 rows/sec., 8.93 MiB/sec. 2025.06.04 15:36:24.132863 [ 258 ] {2387e56f-dd6f-4b87-ac9f-ddb1c616443b} TCPHandler: Processed in 0.001325726 sec. 2025.06.04 15:36:24.132967 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:24.133059 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:24.133112 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:36:24.133877 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:24.133912 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:24.134434 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:36:24.134662 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:36:24.134795 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} executeQuery: Read 21 rows, 38.53 KiB in 0.001754 sec., 11972.633979475486 rows/sec., 21.45 MiB/sec. 2025.06.04 15:36:24.134849 [ 258 ] {e75a31a7-1f51-4423-b005-0da0a894f20f} TCPHandler: Processed in 0.001930544 sec. 2025.06.04 15:36:24.134962 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:24.135055 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:24.135096 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:24.135422 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:24.135456 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:24.135758 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:24.135968 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:24.136096 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} executeQuery: Read 50 rows, 3.51 KiB in 0.00106 sec., 47169.81132075472 rows/sec., 3.23 MiB/sec. 2025.06.04 15:36:24.136131 [ 258 ] {cd4bcaa8-2f89-440b-8b5b-fe6eaa5f4c8f} TCPHandler: Processed in 0.001216675 sec. 2025.06.04 15:36:27.339429 [ 65 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:36:27.339490 [ 65 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:36:27.450922 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.06.04 15:36:27.451662 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:27.451711 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:27.452216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:27.452448 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:27.452570 [ 65 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:27.452573 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.06.04 15:36:27.452622 [ 65 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:27.452646 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:27.454919 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:36:27.457134 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:27.457239 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.06.04 15:36:27.457360 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.06.04 15:36:27.457413 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.06.04 15:36:27.457562 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.06.04 15:36:27.457611 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.06.04 15:36:27.457664 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.06.04 15:36:27.500863 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.048095841 sec., 58341.8429048782 rows/sec., 854.62 KiB/sec. 2025.06.04 15:36:27.501609 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:27.501858 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:27.501927 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_6_1} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:27.502014 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.06.04 15:36:27.584626 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.06.04 15:36:27.601345 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:27.601415 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:27.607189 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:27.607945 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:27.608229 [ 63 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:27.608290 [ 63 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:27.608309 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:27.608395 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.612147 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.06.04 15:36:27.612349 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:27.613752 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.618190 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.622407 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.626489 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.636267 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.640563 [ 194 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:36:27.702497 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.094130627 sec., 488.6826048656831 rows/sec., 2.53 MiB/sec. 2025.06.04 15:36:27.704726 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:27.706762 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_6_1} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:27.706851 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_6_1} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:27.708538 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.06.04 15:36:28.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 166.62 MiB, peak 176.16 MiB, free memory in arenas 0.00 B, will set to 175.76 MiB (RSS), difference: 9.14 MiB 2025.06.04 15:36:29.125969 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:29.126153 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:29.126224 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:29.126942 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.126995 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.127426 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:29.127691 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:29.127840 [ 62 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:29.127854 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} executeQuery: Read 52 rows, 4.07 KiB in 0.001753 sec., 29663.43411294923 rows/sec., 2.27 MiB/sec. 2025.06.04 15:36:29.127875 [ 62 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.127894 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.127902 [ 258 ] {fa0d902e-aad7-4c5a-bd90-f208b592f68b} TCPHandler: Processed in 0.002061825 sec. 2025.06.04 15:36:29.127981 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:36:29.128026 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:29.128079 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:29.128118 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:36:29.128128 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:29.128172 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:29.128201 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:36:29.128248 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 68 rows starting from the beginning of the part 2025.06.04 15:36:29.128290 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part 2025.06.04 15:36:29.128330 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 94 rows starting from the beginning of the part 2025.06.04 15:36:29.128369 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2025.06.04 15:36:29.128612 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.128648 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.129050 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:29.129277 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:29.129289 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340976 sec., 237140.70945341303 rows/sec., 19.90 MiB/sec. 2025.06.04 15:36:29.129373 [ 62 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:29.129413 [ 62 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.129416 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} executeQuery: Read 56 rows, 4.47 KiB in 0.001312 sec., 42682.92682926829 rows/sec., 3.33 MiB/sec. 2025.06.04 15:36:29.129439 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.129463 [ 258 ] {b5b95948-b93c-43f0-904b-dba2cefcbe92} TCPHandler: Processed in 0.001489278 sec. 2025.06.04 15:36:29.129492 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:29.129502 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:36:29.129573 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:29.129582 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:29.129615 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:36:29.129659 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:36:29.129677 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:29.129696 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 59 rows starting from the beginning of the part 2025.06.04 15:36:29.129722 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:29.129730 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.06.04 15:36:29.129769 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:29.129778 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part 2025.06.04 15:36:29.129817 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.06.04 15:36:29.129831 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_6_1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:29.129888 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:36:29.130140 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.130175 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.130509 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 5 columns (5 merged, 0 gathered) in 0.001031082 sec., 294835.910237983 rows/sec., 24.14 MiB/sec. 2025.06.04 15:36:29.130530 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:29.130614 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:29.130842 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:29.130912 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:29.130939 [ 62 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:29.130965 [ 62 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.130973 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_6_1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:29.130974 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} executeQuery: Read 150 rows, 10.65 KiB in 0.001318 sec., 113808.80121396056 rows/sec., 7.89 MiB/sec. 2025.06.04 15:36:29.130982 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.131017 [ 258 ] {d8ee87f0-4f8c-4fa8-92cd-1ec1407f23f9} TCPHandler: Processed in 0.001492719 sec. 2025.06.04 15:36:29.131026 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:36:29.131117 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:36:29.131124 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:29.131265 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:29.131300 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:29.131306 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:29.131354 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part 2025.06.04 15:36:29.131452 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2025.06.04 15:36:29.131504 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2025.06.04 15:36:29.131559 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part 2025.06.04 15:36:29.131617 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:29.131665 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.131670 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:29.131709 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.132053 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:29.132304 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:29.132395 [ 62 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:29.132420 [ 62 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:29.132432 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} executeQuery: Read 50 rows, 3.51 KiB in 0.001187 sec., 42122.99915754002 rows/sec., 2.89 MiB/sec. 2025.06.04 15:36:29.132450 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:29.132472 [ 258 ] {69a29dbc-c784-4d0f-a295-de176a0292ea} TCPHandler: Processed in 0.001396157 sec. 2025.06.04 15:36:29.132520 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:29.132598 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:29.132624 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:29.132689 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.06.04 15:36:29.132732 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.06.04 15:36:29.132775 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part 2025.06.04 15:36:29.132817 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:29.132812 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 5 columns (5 merged, 0 gathered) in 0.001744562 sec., 412711.04151070584 rows/sec., 28.61 MiB/sec. 2025.06.04 15:36:29.132859 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:29.133026 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:29.133271 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:29.133331 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_6_1} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:29.133395 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.06.04 15:36:29.133622 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 4 columns (4 merged, 0 gathered) in 0.001133383 sec., 202932.2832617041 rows/sec., 13.91 MiB/sec. 2025.06.04 15:36:29.133758 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:29.133993 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:29.134049 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_6_1} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:29.134096 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.04 15:36:32.400393 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 2025.06.04 15:36:32.402706 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:32.402749 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:32.403937 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:32.404210 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:36:32.404524 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2025.06.04 15:36:34.126945 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:34.127131 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:34.127196 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:34.127904 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.127939 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.128310 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:36:34.128527 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:34.128670 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} executeQuery: Read 94 rows, 8.00 KiB in 0.001591 sec., 59082.33815210559 rows/sec., 4.91 MiB/sec. 2025.06.04 15:36:34.128706 [ 258 ] {c9ca9075-60f8-43ea-875b-66b526d3824d} TCPHandler: Processed in 0.001889513 sec. 2025.06.04 15:36:34.128822 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:34.128910 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:36:34.128946 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:36:34.129313 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.129345 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.129677 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:34.129877 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:36:34.129998 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} executeQuery: Read 21 rows, 1.58 KiB in 0.001088 sec., 19301.470588235294 rows/sec., 1.42 MiB/sec. 2025.06.04 15:36:34.130033 [ 258 ] {2729ed37-ed73-4b50-9903-cbf548971891} TCPHandler: Processed in 0.001245336 sec. 2025.06.04 15:36:34.130138 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:34.130230 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:34.130267 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:34.130677 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.130712 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.131013 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:36:34.131216 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:34.131334 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} executeQuery: Read 77 rows, 6.15 KiB in 0.001122 sec., 68627.45098039215 rows/sec., 5.36 MiB/sec. 2025.06.04 15:36:34.131369 [ 258 ] {591fff92-747c-46e9-bb65-868a0cb18dfc} TCPHandler: Processed in 0.001277416 sec. 2025.06.04 15:36:34.131479 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:34.131571 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:34.131611 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:34.132023 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.132057 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.132372 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:36:34.132571 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:34.132691 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} executeQuery: Read 150 rows, 10.65 KiB in 0.001138 sec., 131810.19332161688 rows/sec., 9.14 MiB/sec. 2025.06.04 15:36:34.132724 [ 258 ] {ecc99191-284e-4b7c-858b-5254f057068f} TCPHandler: Processed in 0.001292256 sec. 2025.06.04 15:36:34.132824 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:34.132914 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:34.132965 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:36:34.133713 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.133746 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.134255 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:36:34.134466 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:36:34.134594 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} executeQuery: Read 21 rows, 38.53 KiB in 0.001697 sec., 12374.779021803182 rows/sec., 22.18 MiB/sec. 2025.06.04 15:36:34.134641 [ 258 ] {bef76e80-3549-4765-98e5-b2e550c150da} TCPHandler: Processed in 0.001863352 sec. 2025.06.04 15:36:34.134756 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:34.134849 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:34.134888 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:34.135214 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.135248 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.135531 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:36:34.135733 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:34.135855 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} executeQuery: Read 50 rows, 3.51 KiB in 0.001024 sec., 48828.125 rows/sec., 3.35 MiB/sec. 2025.06.04 15:36:34.135888 [ 258 ] {0693443e-8c30-464d-b81c-23f6228b470a} TCPHandler: Processed in 0.001178435 sec. 2025.06.04 15:36:34.952759 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.06.04 15:36:34.953291 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:34.953340 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:34.953913 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:36:34.954146 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:34.954276 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.06.04 15:36:35.112307 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.06.04 15:36:35.130191 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:35.130249 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:35.136045 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:36:35.136755 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:35.140328 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.06.04 15:36:39.125498 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:39.125739 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:39.125813 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:39.126480 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:39.126524 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:39.126907 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:36:39.127135 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:39.127300 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} executeQuery: Read 52 rows, 4.07 KiB in 0.001617 sec., 32158.317872603588 rows/sec., 2.46 MiB/sec. 2025.06.04 15:36:39.127346 [ 258 ] {89860866-c10d-427e-9d34-4a309e0ff1ed} TCPHandler: Processed in 0.001978425 sec. 2025.06.04 15:36:39.127471 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:39.127574 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:39.127616 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:39.128045 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:39.128082 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:39.128382 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:36:39.128595 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:39.128728 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} executeQuery: Read 56 rows, 4.47 KiB in 0.001179 sec., 47497.87955894826 rows/sec., 3.70 MiB/sec. 2025.06.04 15:36:39.128765 [ 258 ] {00f57248-f3d6-466e-99dd-b9393f7717cd} TCPHandler: Processed in 0.001345997 sec. 2025.06.04 15:36:39.128869 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:39.128964 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:39.129008 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:39.129410 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:39.129444 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:39.129758 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:36:39.129982 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:39.130111 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} executeQuery: Read 150 rows, 10.65 KiB in 0.001166 sec., 128644.93996569469 rows/sec., 8.92 MiB/sec. 2025.06.04 15:36:39.130145 [ 258 ] {b9f5be11-4fdb-4320-b267-316b1329de4b} TCPHandler: Processed in 0.001326626 sec. 2025.06.04 15:36:39.130267 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:39.130388 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} executeQuery: (from [fd00:1122:3344:101::d]:36168) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:39.130438 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:39.130828 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:39.130869 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:39.131215 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:36:39.131420 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:39.131544 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} executeQuery: Read 50 rows, 3.51 KiB in 0.001182 sec., 42301.184433164126 rows/sec., 2.90 MiB/sec. 2025.06.04 15:36:39.131579 [ 258 ] {0e89ef91-3d0b-4863-b93d-4c865514471e} TCPHandler: Processed in 0.001371277 sec. 2025.06.04 15:36:42.339552 [ 52 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:36:42.339618 [ 52 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:36:42.404797 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 206 2025.06.04 15:36:42.406891 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:42.406941 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:42.408085 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:42.408363 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:36:42.408704 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 206 2025.06.04 15:36:42.454467 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.06.04 15:36:42.454963 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:42.455002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:42.455477 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:36:42.455713 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:42.455852 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.06.04 15:36:42.640525 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.06.04 15:36:42.657581 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:42.657642 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:42.663570 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:36:42.664301 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:42.667643 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.06.04 15:36:43.167495 [ 258 ] {} TCPHandler: Done processing connection. 2025.06.04 15:36:43.167615 [ 258 ] {} TCP-Session: 67d0b134-bc6e-4321-b966-66e88771c0d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 15:36:44.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 175.07 MiB, peak 182.59 MiB, free memory in arenas 0.00 B, will set to 177.14 MiB (RSS), difference: 2.06 MiB 2025.06.04 15:36:44.127478 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:44.127755 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:44.127861 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:44.128773 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:44.128818 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:44.129212 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:36:44.129438 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:44.129598 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} executeQuery: Read 110 rows, 9.58 KiB in 0.001918 sec., 57351.40771637122 rows/sec., 4.88 MiB/sec. 2025.06.04 15:36:44.129640 [ 260 ] {67fafff6-0c2c-439b-8ad6-02e4ee15ee8d} TCPHandler: Processed in 0.002345099 sec. 2025.06.04 15:36:44.129771 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:44.129878 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:36:44.129920 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:36:44.130414 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:44.130452 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:44.130760 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:44.130971 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:36:44.131106 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} executeQuery: Read 29 rows, 2.18 KiB in 0.001252 sec., 23162.939297124598 rows/sec., 1.70 MiB/sec. 2025.06.04 15:36:44.131144 [ 260 ] {9ec80b55-3266-4b1e-a990-6a9fc09f00d1} TCPHandler: Processed in 0.001425668 sec. 2025.06.04 15:36:44.131322 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:44.131419 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:44.131458 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:44.131898 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:44.131934 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:44.132229 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:36:44.132430 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:44.132555 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} executeQuery: Read 85 rows, 6.79 KiB in 0.001157 sec., 73465.85998271391 rows/sec., 5.74 MiB/sec. 2025.06.04 15:36:44.132592 [ 260 ] {bb6d0dd5-136f-4be7-bda5-cc4fe0e840c8} TCPHandler: Processed in 0.001322026 sec. 2025.06.04 15:36:44.132713 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:44.132808 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:44.132853 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:44.133267 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:44.133303 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:44.133641 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:36:44.133846 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:44.133974 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} executeQuery: Read 150 rows, 10.65 KiB in 0.001184 sec., 126689.1891891892 rows/sec., 8.78 MiB/sec. 2025.06.04 15:36:44.134007 [ 260 ] {ad08be04-f9dc-479f-8242-88f212c2d91e} TCPHandler: Processed in 0.001344306 sec. 2025.06.04 15:36:44.134113 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:44.134207 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:44.134260 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:36:44.135138 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:44.135175 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:44.135700 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:36:44.135929 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:36:44.136063 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} executeQuery: Read 29 rows, 53.21 KiB in 0.001875 sec., 15466.666666666668 rows/sec., 27.72 MiB/sec. 2025.06.04 15:36:44.136120 [ 260 ] {23e896a0-8f01-4ad8-be11-f50b68045679} TCPHandler: Processed in 0.002056205 sec. 2025.06.04 15:36:44.136237 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:44.136332 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:44.136373 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:44.136703 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:44.136739 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.06.04 15:36:44.137036 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:36:44.137248 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:44.137377 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} executeQuery: Read 50 rows, 3.51 KiB in 0.001063 sec., 47036.688617121355 rows/sec., 3.23 MiB/sec. 2025.06.04 15:36:44.137414 [ 260 ] {c824240e-259a-40ef-9943-23f9eaa53450} TCPHandler: Processed in 0.001226725 sec. 2025.06.04 15:36:49.125878 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:49.126088 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:49.126166 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:49.126859 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:49.126909 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:49.127342 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:36:49.127590 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:49.127756 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} executeQuery: Read 52 rows, 4.07 KiB in 0.001721 sec., 30214.99128413713 rows/sec., 2.31 MiB/sec. 2025.06.04 15:36:49.127802 [ 260 ] {0173f1e0-caa9-4cee-81e4-65cde3af5cda} TCPHandler: Processed in 0.002067636 sec. 2025.06.04 15:36:49.127929 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:49.128033 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:49.128076 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:49.128534 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:49.128574 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:49.128903 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:36:49.129122 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:49.129262 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} executeQuery: Read 56 rows, 4.47 KiB in 0.001253 sec., 44692.737430167595 rows/sec., 3.49 MiB/sec. 2025.06.04 15:36:49.129299 [ 260 ] {7cf3aa39-0823-4637-aefb-4d891433bc77} TCPHandler: Processed in 0.001423237 sec. 2025.06.04 15:36:49.129407 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:49.129506 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:49.129552 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:49.129963 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:49.129999 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:49.130321 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:36:49.130524 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:49.130655 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} executeQuery: Read 150 rows, 10.65 KiB in 0.00117 sec., 128205.1282051282 rows/sec., 8.89 MiB/sec. 2025.06.04 15:36:49.130692 [ 260 ] {2a7d7c60-ccd0-489d-825d-15215d4672a6} TCPHandler: Processed in 0.001333836 sec. 2025.06.04 15:36:49.130814 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:49.130932 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:49.130982 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:49.131383 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:49.131425 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:49.131750 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:36:49.131957 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:49.132083 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} executeQuery: Read 50 rows, 3.51 KiB in 0.001176 sec., 42517.00680272109 rows/sec., 2.92 MiB/sec. 2025.06.04 15:36:49.132117 [ 260 ] {49a027f8-d277-43a8-9081-6fdce77883cb} TCPHandler: Processed in 0.001364237 sec. 2025.06.04 15:36:49.956054 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.06.04 15:36:49.956697 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:49.956733 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:49.957193 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:36:49.957417 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:49.957535 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.06.04 15:36:50.167838 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.06.04 15:36:50.185833 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:50.185894 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:50.192306 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:36:50.192984 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:50.196036 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.06.04 15:36:51.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 177.74 MiB, peak 182.59 MiB, free memory in arenas 0.00 B, will set to 179.04 MiB (RSS), difference: 1.30 MiB 2025.06.04 15:36:52.408965 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 226 2025.06.04 15:36:52.410973 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:52.411020 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:52.412209 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:36:52.412507 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:36:52.412629 [ 43 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:36:52.412666 [ 43 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:52.412684 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:52.412801 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.412843 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2025.06.04 15:36:52.413482 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:52.413692 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.414118 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.414499 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.414833 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.415154 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.415455 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:36:52.421547 [ 193 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 72 columns (72 merged, 0 gathered) in 0.008798638 sec., 25685.793642152345 rows/sec., 24.27 MiB/sec. 2025.06.04 15:36:52.422472 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:36:52.423123 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_6_1} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:36:52.423207 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_6_1} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:36:52.423460 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.06.04 15:36:54.127336 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:54.127528 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:54.127601 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:54.128256 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.128305 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.128724 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:36:54.128951 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:54.129140 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} executeQuery: Read 110 rows, 9.58 KiB in 0.001665 sec., 66066.06606606607 rows/sec., 5.62 MiB/sec. 2025.06.04 15:36:54.129146 [ 35 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:36:54.129182 [ 260 ] {f9bb0d2e-687a-4b2a-b9f1-19581adaed21} TCPHandler: Processed in 0.001982804 sec. 2025.06.04 15:36:54.129221 [ 35 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.129251 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.129325 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:54.129377 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:36:54.129425 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:36:54.129474 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:36:54.129519 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:54.129568 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 94 rows starting from the beginning of the part 2025.06.04 15:36:54.129659 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 94 rows starting from the beginning of the part 2025.06.04 15:36:54.129708 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part 2025.06.04 15:36:54.129751 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part 2025.06.04 15:36:54.129834 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part 2025.06.04 15:36:54.129893 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part 2025.06.04 15:36:54.129900 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.129944 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.130356 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:54.130615 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:36:54.130762 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} executeQuery: Read 29 rows, 2.18 KiB in 0.001355 sec., 21402.21402214022 rows/sec., 1.57 MiB/sec. 2025.06.04 15:36:54.130803 [ 260 ] {87b35aa7-8c73-4dd2-99ce-dd8127a9d4bc} TCPHandler: Processed in 0.001526569 sec. 2025.06.04 15:36:54.130917 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:54.130992 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.001678181 sec., 305092.23975244624 rows/sec., 26.35 MiB/sec. 2025.06.04 15:36:54.131007 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:54.131045 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:54.131217 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:36:54.131452 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.131496 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.131589 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:54.131682 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_11_2} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:36:54.131778 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.04 15:36:54.131814 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:36:54.132100 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:54.132213 [ 35 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:36:54.132231 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} executeQuery: Read 85 rows, 6.79 KiB in 0.001238 sec., 68659.12762520195 rows/sec., 5.36 MiB/sec. 2025.06.04 15:36:54.132258 [ 35 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.132282 [ 260 ] {c67099d6-535a-43f3-88ff-c5e800bbda65} TCPHandler: Processed in 0.001411977 sec. 2025.06.04 15:36:54.132283 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.132368 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:36:54.132420 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:54.132460 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:54.132488 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 87 rows starting from the beginning of the part 2025.06.04 15:36:54.132524 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:54.132532 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part 2025.06.04 15:36:54.132576 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:54.132585 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.06.04 15:36:54.132634 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 85 rows starting from the beginning of the part 2025.06.04 15:36:54.132667 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2025.06.04 15:36:54.132702 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 85 rows starting from the beginning of the part 2025.06.04 15:36:54.132998 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.133041 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.133404 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:36:54.133484 [ 199 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 446 rows, containing 5 columns (5 merged, 0 gathered) in 0.001142584 sec., 390343.29204679915 rows/sec., 31.97 MiB/sec. 2025.06.04 15:36:54.133631 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:36:54.133651 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:54.133773 [ 35 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:36:54.133801 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} executeQuery: Read 150 rows, 10.65 KiB in 0.001297 sec., 115651.5034695451 rows/sec., 8.02 MiB/sec. 2025.06.04 15:36:54.133810 [ 35 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.133846 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.133848 [ 260 ] {ddc232d4-9c6d-4438-800c-ec40ac98756b} TCPHandler: Processed in 0.001482088 sec. 2025.06.04 15:36:54.133904 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:54.133924 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:36:54.133982 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:54.133990 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_11_2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:36:54.134022 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:54.134054 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 720 rows starting from the beginning of the part 2025.06.04 15:36:54.134072 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.04 15:36:54.134081 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:54.134125 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:54.134144 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:36:54.134169 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:54.134205 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:54.134241 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:54.134279 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part 2025.06.04 15:36:54.134952 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.134989 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.135227 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338197 sec., 1098492.972260437 rows/sec., 76.16 MiB/sec. 2025.06.04 15:36:54.135392 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:36:54.135567 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:36:54.135630 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:54.135693 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_11_2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:36:54.135753 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.04 15:36:54.135811 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:36:54.135953 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} executeQuery: Read 29 rows, 53.21 KiB in 0.001891 sec., 15335.801163405604 rows/sec., 27.48 MiB/sec. 2025.06.04 15:36:54.136006 [ 260 ] {0feccde3-ed37-4e5a-a6cb-728a2914a471} TCPHandler: Processed in 0.002076605 sec. 2025.06.04 15:36:54.136113 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:54.136208 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:54.136250 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:54.136571 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.136608 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.136917 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:36:54.137126 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:54.137243 [ 40 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:36:54.137252 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} executeQuery: Read 50 rows, 3.51 KiB in 0.001064 sec., 46992.48120300752 rows/sec., 3.22 MiB/sec. 2025.06.04 15:36:54.137278 [ 40 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:54.137298 [ 260 ] {acd0202e-e160-4c9e-ab25-b0c153b62858} TCPHandler: Processed in 0.001233495 sec. 2025.06.04 15:36:54.137299 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:54.137417 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:54.137525 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:36:54.137559 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 230 rows starting from the beginning of the part 2025.06.04 15:36:54.137633 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:54.137680 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:54.137723 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:36:54.137763 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part 2025.06.04 15:36:54.137808 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 50 rows starting from the beginning of the part 2025.06.04 15:36:54.138614 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001239135 sec., 387366.99391107506 rows/sec., 26.56 MiB/sec. 2025.06.04 15:36:54.138750 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:36:54.139002 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:54.139072 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_11_2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:36:54.139126 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.04 15:36:57.339886 [ 37 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:36:57.339959 [ 37 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:36:57.457684 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.06.04 15:36:57.458466 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:57.458534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:57.459161 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:36:57.459395 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:36:57.459531 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.06.04 15:36:57.696192 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.06.04 15:36:57.713264 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:57.713337 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:57.719706 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:36:57.720430 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:36:57.723269 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.06.04 15:36:59.125836 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:59.126024 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:36:59.126091 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:36:59.126712 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:59.126760 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:59.127154 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:36:59.127391 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:36:59.127561 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} executeQuery: Read 52 rows, 4.07 KiB in 0.001586 sec., 32786.88524590164 rows/sec., 2.51 MiB/sec. 2025.06.04 15:36:59.127609 [ 260 ] {8c48a354-522e-46dc-9b1f-d74ec46f3532} TCPHandler: Processed in 0.001924864 sec. 2025.06.04 15:36:59.127728 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:59.127832 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:36:59.127875 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:36:59.128290 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:59.128328 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:59.128638 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:36:59.128868 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:36:59.129002 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} executeQuery: Read 56 rows, 4.47 KiB in 0.001195 sec., 46861.92468619246 rows/sec., 3.66 MiB/sec. 2025.06.04 15:36:59.129044 [ 260 ] {a56bbeaa-2558-4af2-bf60-780423ffc8eb} TCPHandler: Processed in 0.001366727 sec. 2025.06.04 15:36:59.129152 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:59.129247 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:36:59.129291 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:36:59.129688 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:59.129725 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:59.130059 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:36:59.130281 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:36:59.130414 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} executeQuery: Read 150 rows, 10.65 KiB in 0.001186 sec., 126475.54806070826 rows/sec., 8.77 MiB/sec. 2025.06.04 15:36:59.130452 [ 260 ] {4f43421b-e5a8-4b9d-8c40-f6d1a029e563} TCPHandler: Processed in 0.001348216 sec. 2025.06.04 15:36:59.130558 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:36:59.130658 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:36:59.130700 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:36:59.131031 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:36:59.131069 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:36:59.131388 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:36:59.131599 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:36:59.131738 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} executeQuery: Read 50 rows, 3.51 KiB in 0.0011 sec., 45454.54545454545 rows/sec., 3.12 MiB/sec. 2025.06.04 15:36:59.131774 [ 260 ] {c84def21-8107-4f52-83a0-ecfcddb5cc2b} TCPHandler: Processed in 0.001264766 sec. 2025.06.04 15:37:02.413073 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 2025.06.04 15:37:02.415167 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:02.415222 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:02.416391 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:37:02.416680 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:02.417020 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2025.06.04 15:37:04.120342 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.120564 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} executeQuery: (from [fd00:1122:3344:101::d]:51340) 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.04 15:37:04.120889 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:04.120926 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} 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.04 15:37:04.121157 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:04.121228 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:04.121371 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.06.04 15:37:04.121564 [ 289 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:04.121606 [ 290 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:04.121717 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:37:04.121748 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:04.125869 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:04.125898 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.04 15:37:04.125950 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} 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.04 15:37:04.125992 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} 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.04 15:37:04.126987 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} executeQuery: Read 18 rows, 774.00 B in 0.00651 sec., 2764.9769585253457 rows/sec., 116.11 KiB/sec. 2025.06.04 15:37:04.127091 [ 260 ] {0afe021e-8655-4382-bab1-bbb7be4100d7} TCPHandler: Processed in 0.006876554 sec. 2025.06.04 15:37:04.135283 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.135474 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:37:04.135553 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:04.136279 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.136321 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.136724 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:04.136923 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:37:04.137072 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} executeQuery: Read 1 rows, 232.00 B in 0.001651 sec., 605.6935190793458 rows/sec., 137.23 KiB/sec. 2025.06.04 15:37:04.137112 [ 260 ] {d9fa0118-03ac-4a7d-8f3e-28efa9bd9823} TCPHandler: Processed in 0.001924553 sec. 2025.06.04 15:37:04.137232 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.137331 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:37:04.137372 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:37:04.137780 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.137818 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.138115 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:37:04.138322 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:37:04.138447 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} executeQuery: Read 4 rows, 334.00 B in 0.001137 sec., 3518.0299032541775 rows/sec., 286.87 KiB/sec. 2025.06.04 15:37:04.138485 [ 260 ] {c041f331-74cf-40cd-a703-f6f799ab2829} TCPHandler: Processed in 0.001303716 sec. 2025.06.04 15:37:04.138609 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.138726 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:04.138774 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:04.139291 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.139328 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.139643 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:04.139845 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:04.139973 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} executeQuery: Read 114 rows, 9.92 KiB in 0.001272 sec., 89622.64150943398 rows/sec., 7.61 MiB/sec. 2025.06.04 15:37:04.140011 [ 260 ] {f1e2ba37-beaa-4425-9ecf-a1c8fa66229d} TCPHandler: Processed in 0.001459748 sec. 2025.06.04 15:37:04.140126 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.140217 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:04.140256 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:04.140656 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.140691 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.140979 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:37:04.141206 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:04.141310 [ 7 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:37:04.141331 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} executeQuery: Read 34 rows, 2.54 KiB in 0.001132 sec., 30035.335689045936 rows/sec., 2.19 MiB/sec. 2025.06.04 15:37:04.141368 [ 7 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.141379 [ 260 ] {04f1bef4-2d0e-4d5a-96dd-b1919c7f35da} TCPHandler: Processed in 0.001301686 sec. 2025.06.04 15:37:04.141397 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.141507 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.141517 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:37:04.141604 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:04.141647 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:04.141660 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:04.141707 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:37:04.141794 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part 2025.06.04 15:37:04.141848 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part 2025.06.04 15:37:04.141892 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part 2025.06.04 15:37:04.141934 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part 2025.06.04 15:37:04.141977 [ 199 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part 2025.06.04 15:37:04.142063 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.142108 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.142446 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:04.142679 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:04.142817 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} executeQuery: Read 90 rows, 7.20 KiB in 0.00123 sec., 73170.73170731707 rows/sec., 5.72 MiB/sec. 2025.06.04 15:37:04.142855 [ 260 ] {9b31d4df-2460-4f5a-abf7-91c4550938b7} TCPHandler: Processed in 0.001395477 sec. 2025.06.04 15:37:04.142978 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.142985 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525758 sec., 101588.84960786703 rows/sec., 7.83 MiB/sec. 2025.06.04 15:37:04.143071 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:04.143118 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:04.143206 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:37:04.143520 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.143530 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:04.143563 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.143628 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_6_1} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:37:04.143729 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.04 15:37:04.143899 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:04.144108 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:04.144237 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} executeQuery: Read 152 rows, 10.79 KiB in 0.001183 sec., 128486.89771766694 rows/sec., 8.91 MiB/sec. 2025.06.04 15:37:04.144273 [ 260 ] {b3842f75-b093-44d8-9711-6d19416c5b8d} TCPHandler: Processed in 0.001341716 sec. 2025.06.04 15:37:04.144385 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.144476 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:04.144528 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:37:04.145327 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.145363 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.145900 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:37:04.146135 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:04.146246 [ 29 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:37:04.146271 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} executeQuery: Read 30 rows, 55.05 KiB in 0.001813 sec., 16547.159404302263 rows/sec., 29.65 MiB/sec. 2025.06.04 15:37:04.146288 [ 29 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.146315 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.146335 [ 260 ] {298ec6e9-1ffc-4b4c-837f-67b8ee7400db} TCPHandler: Processed in 0.001996825 sec. 2025.06.04 15:37:04.146392 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:37:04.146454 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:04.146551 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:04.146589 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:04.146595 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:04.146657 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:37:04.146780 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part 2025.06.04 15:37:04.146903 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part 2025.06.04 15:37:04.146926 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.146966 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.147011 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part 2025.06.04 15:37:04.147126 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part 2025.06.04 15:37:04.147233 [ 199 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:37:04.147286 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:04.147501 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:04.147644 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} executeQuery: Read 50 rows, 3.51 KiB in 0.001111 sec., 45004.500450045 rows/sec., 3.09 MiB/sec. 2025.06.04 15:37:04.147678 [ 260 ] {cf1da7bc-75b5-4f50-bcbd-576b95f8b6fb} TCPHandler: Processed in 0.001272225 sec. 2025.06.04 15:37:04.153661 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 19 columns (19 merged, 0 gathered) in 0.00730632 sec., 20667.03894710333 rows/sec., 37.03 MiB/sec. 2025.06.04 15:37:04.154033 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:37:04.154377 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:04.154450 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_6_1} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:37:04.154538 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2025.06.04 15:37:04.959699 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 2025.06.04 15:37:04.960308 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.960347 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.960902 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:37:04.961137 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:04.961268 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 2025.06.04 15:37:04.961272 [ 29 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:37:04.961323 [ 29 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:04.961347 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:04.961529 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:37:04.961757 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:04.961820 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:37:04.961922 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.06.04 15:37:04.961995 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.06.04 15:37:04.962064 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.06.04 15:37:04.962123 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.06.04 15:37:04.962159 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.06.04 15:37:04.963513 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002074745 sec., 2440299.8922759183 rows/sec., 34.91 MiB/sec. 2025.06.04 15:37:04.964571 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:37:04.964837 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:04.964900 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_11_2} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:37:04.964985 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.06.04 15:37:05.223486 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.06.04 15:37:05.240732 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:05.240789 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:05.247158 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:37:05.247863 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:05.248160 [ 27 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:37:05.248236 [ 27 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:05.248273 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:05.248407 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.250760 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.06.04 15:37:05.251398 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:05.252155 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.255542 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.258926 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.262876 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.267423 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.271682 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:05.326396 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.078033789 sec., 1063.6418026555136 rows/sec., 5.50 MiB/sec. 2025.06.04 15:37:05.328262 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:37:05.330171 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_11_2} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:05.330273 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_11_2} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:37:05.331501 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.06.04 15:37:06.000196 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 183.21 MiB, peak 193.09 MiB, free memory in arenas 0.00 B, will set to 193.83 MiB (RSS), difference: 10.62 MiB 2025.06.04 15:37:09.126509 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:09.126700 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:09.126767 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:09.127417 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:09.127461 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:09.127871 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:09.128110 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:09.128279 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} executeQuery: Read 52 rows, 4.07 KiB in 0.001628 sec., 31941.03194103194 rows/sec., 2.44 MiB/sec. 2025.06.04 15:37:09.128336 [ 260 ] {11a01999-0c9a-423f-ab80-a33e06ef924f} TCPHandler: Processed in 0.001952544 sec. 2025.06.04 15:37:09.128490 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:09.128608 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:09.128660 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:09.129594 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:09.129642 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:09.130045 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:09.130315 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:09.130489 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} executeQuery: Read 56 rows, 4.47 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.29 MiB/sec. 2025.06.04 15:37:09.130539 [ 260 ] {0b922148-3f46-4ec0-9d14-7d9c7aa004a1} TCPHandler: Processed in 0.002103036 sec. 2025.06.04 15:37:09.130679 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:09.130789 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:09.130837 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:09.131311 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:09.131348 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:09.131729 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:09.131945 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:09.132085 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} executeQuery: Read 150 rows, 10.65 KiB in 0.001319 sec., 113722.51705837755 rows/sec., 7.88 MiB/sec. 2025.06.04 15:37:09.132123 [ 260 ] {b1efc87e-9599-46cd-badf-8e634ac64c95} TCPHandler: Processed in 0.001499248 sec. 2025.06.04 15:37:09.132251 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:09.132358 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:09.132403 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:09.132760 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:09.132795 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:09.133128 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:09.133338 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:09.133475 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} executeQuery: Read 50 rows, 3.51 KiB in 0.001139 sec., 43898.15627743635 rows/sec., 3.01 MiB/sec. 2025.06.04 15:37:09.133511 [ 260 ] {4bdee984-52e2-4a8e-a573-5b2a53325bbc} TCPHandler: Processed in 0.001327376 sec. 2025.06.04 15:37:12.340006 [ 25 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:37:12.340109 [ 25 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:37:12.417290 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 272 2025.06.04 15:37:12.419570 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:12.419612 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:12.420761 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:37:12.421029 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:12.421271 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 272 2025.06.04 15:37:12.461450 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 2025.06.04 15:37:12.461928 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:12.461962 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:12.462535 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:37:12.462766 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:12.462891 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.06.04 15:37:12.750945 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.06.04 15:37:12.765930 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:12.765994 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:12.772331 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:37:12.773069 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:12.775975 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.06.04 15:37:14.121795 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.122009 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} executeQuery: (from [fd00:1122:3344:101::d]:51340) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.06.04 15:37:14.122332 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:14.122370 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} 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', 'oximeter_collector:collections')" moved to PREWHERE 2025.06.04 15:37:14.122592 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:14.122662 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:14.122802 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.06.04 15:37:14.122899 [ 289 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:14.122927 [ 291 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:14.122939 [ 290 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:14.123073 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2025.06.04 15:37:14.123102 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:14.123175 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:14.123196 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.04 15:37:14.123230 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} 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', 'oximeter_collector:collections'))" 2025.06.04 15:37:14.123270 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} 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', 'oximeter_collector:collections'))" 2025.06.04 15:37:14.124003 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} executeQuery: Read 18 rows, 774.00 B in 0.002077 sec., 8666.345690900338 rows/sec., 363.92 KiB/sec. 2025.06.04 15:37:14.124107 [ 260 ] {022b7034-4e76-4de9-a195-1999c42ddcf5} TCPHandler: Processed in 0.00243752 sec. 2025.06.04 15:37:14.132246 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.132380 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:37:14.132435 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:14.133161 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.133211 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.133660 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:37:14.133862 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:37:14.134021 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} executeQuery: Read 1 rows, 106.00 B in 0.001681 sec., 594.883997620464 rows/sec., 61.58 KiB/sec. 2025.06.04 15:37:14.134062 [ 260 ] {299be31b-0de0-4969-81f2-3d7375004338} TCPHandler: Processed in 0.001880683 sec. 2025.06.04 15:37:14.134175 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.134272 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:14.134315 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:14.134800 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.134837 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.135149 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:14.135366 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:14.135499 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} executeQuery: Read 131 rows, 11.58 KiB in 0.001248 sec., 104967.94871794872 rows/sec., 9.06 MiB/sec. 2025.06.04 15:37:14.135537 [ 260 ] {78e68499-ac4d-4293-9bd1-e7dae54960a9} TCPHandler: Processed in 0.001411717 sec. 2025.06.04 15:37:14.135651 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.135745 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.135786 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:14.136174 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.136212 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.136502 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:37:14.136711 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:14.136843 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} executeQuery: Read 39 rows, 2.93 KiB in 0.001116 sec., 34946.23655913978 rows/sec., 2.57 MiB/sec. 2025.06.04 15:37:14.136881 [ 260 ] {f798a639-4dc2-4e03-ac37-8686ccf29af5} TCPHandler: Processed in 0.001279226 sec. 2025.06.04 15:37:14.136985 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.137078 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.137117 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:37:14.137480 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.137517 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.137796 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:37:14.137999 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:37:14.138125 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} executeQuery: Read 1 rows, 68.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 62.35 KiB/sec. 2025.06.04 15:37:14.138165 [ 260 ] {1f2d8838-38a7-4321-8e0d-cbd1965cf122} TCPHandler: Processed in 0.001229235 sec. 2025.06.04 15:37:14.138266 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.138359 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:14.138398 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:14.138808 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.138846 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.139139 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:14.139358 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:14.139486 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} executeQuery: Read 104 rows, 8.32 KiB in 0.001145 sec., 90829.69432314411 rows/sec., 7.10 MiB/sec. 2025.06.04 15:37:14.139523 [ 260 ] {14d11755-625c-4315-a765-0008432bf7fb} TCPHandler: Processed in 0.001305567 sec. 2025.06.04 15:37:14.139627 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.139720 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.139761 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:14.140142 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.140177 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.140493 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:14.140693 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:14.140821 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} executeQuery: Read 150 rows, 10.65 KiB in 0.001119 sec., 134048.25737265416 rows/sec., 9.29 MiB/sec. 2025.06.04 15:37:14.140857 [ 260 ] {b366371a-130b-45f0-ada8-40dc66123a97} TCPHandler: Processed in 0.001277136 sec. 2025.06.04 15:37:14.140977 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.141099 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.141247 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:37:14.141595 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.141631 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.141940 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:37:14.142150 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:37:14.142278 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} executeQuery: Read 2 rows, 130.00 B in 0.001202 sec., 1663.893510815308 rows/sec., 105.62 KiB/sec. 2025.06.04 15:37:14.142313 [ 260 ] {77fbac9f-1231-4112-8bdd-5a3e37fd0885} TCPHandler: Processed in 0.001396767 sec. 2025.06.04 15:37:14.142432 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.142642 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.142707 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:37:14.143680 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.143716 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.144291 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:37:14.144507 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:14.144648 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} executeQuery: Read 39 rows, 71.56 KiB in 0.00203 sec., 19211.82266009852 rows/sec., 34.43 MiB/sec. 2025.06.04 15:37:14.144704 [ 260 ] {0a9dd432-ecde-4ba9-800f-70310ff45add} TCPHandler: Processed in 0.002329959 sec. 2025.06.04 15:37:14.144815 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.144908 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.144947 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.04 15:37:14.145241 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} oximeter.measurements_i64 (afa6f528-c2d5-4e54-b835-c83da3b06fa4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.145277 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.145562 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:14.145759 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} oximeter.measurements_i64 (afa6f528-c2d5-4e54-b835-c83da3b06fa4): 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.04 15:37:14.145880 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} executeQuery: Read 9 rows, 651.00 B in 0.000991 sec., 9081.735620585268 rows/sec., 641.52 KiB/sec. 2025.06.04 15:37:14.145914 [ 260 ] {b24162e2-ceea-411b-9ef4-af005ccbfb87} TCPHandler: Processed in 0.001147154 sec. 2025.06.04 15:37:14.146032 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:14.146147 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:14.146195 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:14.146550 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:14.146586 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.06.04 15:37:14.146887 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:14.147093 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:14.147217 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} executeQuery: Read 50 rows, 3.51 KiB in 0.001095 sec., 45662.100456621 rows/sec., 3.13 MiB/sec. 2025.06.04 15:37:14.147252 [ 260 ] {9f042673-c001-4f1f-bfc1-ed36e25830db} TCPHandler: Processed in 0.001279185 sec. 2025.06.04 15:37:19.121994 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.122254 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} executeQuery: (from [fd00:1122:3344:101::d]:51340) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.06.04 15:37:19.122624 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:19.122660 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} 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', 'oximeter_collector:collections')" moved to PREWHERE 2025.06.04 15:37:19.122896 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:19.122966 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:19.123101 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.06.04 15:37:19.123228 [ 291 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:19.123265 [ 289 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:19.123289 [ 290 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:19.123295 [ 293 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:19.123412 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2025.06.04 15:37:19.123439 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:19.123509 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:19.123530 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.04 15:37:19.123565 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} 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', 'oximeter_collector:collections'))" 2025.06.04 15:37:19.123606 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} 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', 'oximeter_collector:collections'))" 2025.06.04 15:37:19.124364 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} executeQuery: Read 18 rows, 774.00 B in 0.002208 sec., 8152.173913043479 rows/sec., 342.33 KiB/sec. 2025.06.04 15:37:19.124469 [ 260 ] {62de003e-b7a6-458e-932a-0811e3ebb09b} TCPHandler: Processed in 0.002610852 sec. 2025.06.04 15:37:19.124743 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.124880 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} executeQuery: (from [fd00:1122:3344:101::d]:51340) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.04 15:37:19.125094 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:19.125128 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2025.06.04 15:37:19.125303 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:19.125355 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:19.125461 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.06.04 15:37:19.125521 [ 291 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:19.125530 [ 289 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:19.125547 [ 293 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:19.125547 [ 290 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:19.125668 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2025.06.04 15:37:19.125696 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:19.125751 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:19.125770 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.04 15:37:19.125800 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2025.06.04 15:37:19.125835 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2025.06.04 15:37:19.126489 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} executeQuery: Read 18 rows, 774.00 B in 0.001663 sec., 10823.812387251954 rows/sec., 454.52 KiB/sec. 2025.06.04 15:37:19.126600 [ 260 ] {098bf365-228d-45e7-a1cf-4ff7a122b393} TCPHandler: Processed in 0.001908143 sec. 2025.06.04 15:37:19.126821 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.126953 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} executeQuery: (from [fd00:1122:3344:101::d]:51340) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.04 15:37:19.127166 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:19.127200 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2025.06.04 15:37:19.127380 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:19.127433 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:19.127536 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.06.04 15:37:19.127600 [ 289 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:19.127604 [ 293 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:19.127615 [ 290 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:19.127602 [ 291 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:19.127732 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2025.06.04 15:37:19.127758 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:19.127814 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:19.127831 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.04 15:37:19.127860 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.06.04 15:37:19.127890 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.06.04 15:37:19.128411 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} executeQuery: Read 18 rows, 774.00 B in 0.001509 sec., 11928.429423459245 rows/sec., 500.90 KiB/sec. 2025.06.04 15:37:19.128501 [ 260 ] {1ec21dd5-4353-43ac-b58b-1a2d7cd7b12c} TCPHandler: Processed in 0.001730771 sec. 2025.06.04 15:37:19.128716 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.128844 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} executeQuery: (from [fd00:1122:3344:101::d]:51340) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 15:37:19.129050 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:19.129082 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 15:37:19.129256 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:19.129309 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:19.129412 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.06.04 15:37:19.129484 [ 289 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:19.129485 [ 293 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:19.129491 [ 290 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:19.129489 [ 291 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:19.129628 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2025.06.04 15:37:19.129654 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:19.129708 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:19.129725 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 18 rows with 2 streams 2025.06.04 15:37:19.129754 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.04 15:37:19.129784 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.04 15:37:19.130295 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} executeQuery: Read 18 rows, 774.00 B in 0.001499 sec., 12008.005336891261 rows/sec., 504.24 KiB/sec. 2025.06.04 15:37:19.130364 [ 260 ] {f78d0330-7221-47af-aa52-b5c7a7ac1d40} TCPHandler: Processed in 0.001699291 sec. 2025.06.04 15:37:19.135192 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.135301 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:37:19.135341 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:19.135886 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.135927 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.136335 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:37:19.136525 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:37:19.136679 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} executeQuery: Read 4 rows, 521.00 B in 0.001408 sec., 2840.909090909091 rows/sec., 361.36 KiB/sec. 2025.06.04 15:37:19.136718 [ 260 ] {cbdefd32-1d6f-4164-9264-0d251dbc2cc3} TCPHandler: Processed in 0.0015777 sec. 2025.06.04 15:37:19.136834 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.136932 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:37:19.136972 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:37:19.137512 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.137551 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.137868 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:19.138071 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:37:19.138199 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} executeQuery: Read 2 rows, 167.00 B in 0.001289 sec., 1551.5903801396432 rows/sec., 126.52 KiB/sec. 2025.06.04 15:37:19.138236 [ 260 ] {1ffa5b58-3f81-4ed2-a2c4-97728e3bb72b} TCPHandler: Processed in 0.001451778 sec. 2025.06.04 15:37:19.138351 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.138449 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:19.138488 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:19.138922 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.138959 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.139255 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:19.139475 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:19.139583 [ 146 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:19.139610 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} executeQuery: Read 57 rows, 4.48 KiB in 0.001179 sec., 48346.05597964377 rows/sec., 3.71 MiB/sec. 2025.06.04 15:37:19.139652 [ 146 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.139658 [ 260 ] {1c2a1bd4-21bd-4bcc-ad3f-2065d433ad4e} TCPHandler: Processed in 0.001357507 sec. 2025.06.04 15:37:19.139685 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.139785 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.139821 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:37:19.139885 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:19.139929 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:19.139957 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:19.140009 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 110 rows starting from the beginning of the part 2025.06.04 15:37:19.140108 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part 2025.06.04 15:37:19.140164 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 114 rows starting from the beginning of the part 2025.06.04 15:37:19.140216 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 52 rows starting from the beginning of the part 2025.06.04 15:37:19.140265 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 131 rows starting from the beginning of the part 2025.06.04 15:37:19.140321 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 57 rows starting from the beginning of the part 2025.06.04 15:37:19.140341 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.140382 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.140684 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:37:19.140922 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:19.141064 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} executeQuery: Read 2 rows, 143.00 B in 0.001198 sec., 1669.449081803005 rows/sec., 116.57 KiB/sec. 2025.06.04 15:37:19.141099 [ 260 ] {6a065e21-f49d-415a-b74e-9114f6dfe882} TCPHandler: Processed in 0.001364527 sec. 2025.06.04 15:37:19.141216 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.141319 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:19.141367 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:19.141390 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 5 columns (5 merged, 0 gathered) in 0.00162308 sec., 317914.08926239 rows/sec., 27.50 MiB/sec. 2025.06.04 15:37:19.141576 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:19.141836 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.141880 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.141893 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:19.141989 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_16_3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:19.142084 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.04 15:37:19.142219 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:19.142438 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:19.142539 [ 146 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:19.142568 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} executeQuery: Read 66 rows, 5.28 KiB in 0.001269 sec., 52009.456264775414 rows/sec., 4.06 MiB/sec. 2025.06.04 15:37:19.142572 [ 146 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.142607 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.142618 [ 260 ] {6229f4a1-6650-4b91-9b30-1a6ce824cd2b} TCPHandler: Processed in 0.001453697 sec. 2025.06.04 15:37:19.142683 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:37:19.142743 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.142763 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:19.142790 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 95 rows starting from the beginning of the part 2025.06.04 15:37:19.142838 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:19.142854 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2025.06.04 15:37:19.142881 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:19.142899 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2025.06.04 15:37:19.142938 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2025.06.04 15:37:19.142974 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 104 rows starting from the beginning of the part 2025.06.04 15:37:19.143015 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part 2025.06.04 15:37:19.143325 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.143360 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.143702 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:19.143807 [ 199 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 467 rows, containing 5 columns (5 merged, 0 gathered) in 0.001154914 sec., 404359.1124533948 rows/sec., 33.13 MiB/sec. 2025.06.04 15:37:19.143960 [ 196 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:19.143980 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:19.144101 [ 146 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:19.144131 [ 146 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.144150 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} executeQuery: Read 159 rows, 11.33 KiB in 0.001329 sec., 119638.82618510157 rows/sec., 8.32 MiB/sec. 2025.06.04 15:37:19.144152 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.144213 [ 260 ] {c68014e6-8035-47c6-ad1b-3ed5c3a5a2da} TCPHandler: Processed in 0.001520269 sec. 2025.06.04 15:37:19.144239 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:37:19.144316 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:19.144321 [ 196 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:19.144340 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1470 rows starting from the beginning of the part 2025.06.04 15:37:19.144359 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:19.144388 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 150 rows starting from the beginning of the part 2025.06.04 15:37:19.144414 [ 196 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_16_3} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:19.144430 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 152 rows starting from the beginning of the part 2025.06.04 15:37:19.144466 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 150 rows starting from the beginning of the part 2025.06.04 15:37:19.144473 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:19.144499 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 150 rows starting from the beginning of the part 2025.06.04 15:37:19.144512 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:37:19.144523 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:19.144535 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 159 rows starting from the beginning of the part 2025.06.04 15:37:19.144889 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.144924 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.145228 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:19.145473 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:19.145573 [ 146 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:19.145602 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} executeQuery: Read 58 rows, 4.01 KiB in 0.001154 sec., 50259.965337954935 rows/sec., 3.40 MiB/sec. 2025.06.04 15:37:19.145603 [ 146 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.145642 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.145648 [ 260 ] {c7abe898-8ea7-428e-8070-b5da325be9b6} TCPHandler: Processed in 0.001353457 sec. 2025.06.04 15:37:19.145661 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2231 rows, containing 5 columns (5 merged, 0 gathered) in 0.001444098 sec., 1544909.0020206384 rows/sec., 107.14 MiB/sec. 2025.06.04 15:37:19.145726 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:37:19.145834 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:19.145865 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part 2025.06.04 15:37:19.145908 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:19.145938 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 50 rows starting from the beginning of the part 2025.06.04 15:37:19.145988 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 50 rows starting from the beginning of the part 2025.06.04 15:37:19.146029 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part 2025.06.04 15:37:19.146066 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 50 rows starting from the beginning of the part 2025.06.04 15:37:19.146107 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part 2025.06.04 15:37:19.146154 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:19.146214 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_16_3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:19.146278 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.06.04 15:37:19.146937 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 4 columns (4 merged, 0 gathered) in 0.001246686 sec., 591969.4293510956 rows/sec., 40.54 MiB/sec. 2025.06.04 15:37:19.147164 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:19.147473 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:19.147552 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_16_3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:19.147637 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.06.04 15:37:19.963106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 2025.06.04 15:37:19.963802 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:19.963843 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:19.964312 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:19.964541 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:19.964672 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 2025.06.04 15:37:20.276212 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.06.04 15:37:20.292844 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:20.292908 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:20.298747 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:20.299455 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:20.302290 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.06.04 15:37:22.421525 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 316 2025.06.04 15:37:22.424111 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:22.424176 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:22.425461 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:37:22.425761 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:22.426153 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 316 2025.06.04 15:37:24.130070 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:24.130247 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:24.130316 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:24.131021 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:24.131070 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:24.131476 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:37:24.131701 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:24.131861 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} executeQuery: Read 136 rows, 12.02 KiB in 0.001664 sec., 81730.76923076923 rows/sec., 7.06 MiB/sec. 2025.06.04 15:37:24.131909 [ 260 ] {49f4173e-36d7-46d3-8b90-c059863cf518} TCPHandler: Processed in 0.001968264 sec. 2025.06.04 15:37:24.132033 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:24.132136 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:24.132179 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:24.132659 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:24.132705 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:24.133080 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:37:24.133334 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:24.133498 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} executeQuery: Read 40 rows, 3.01 KiB in 0.001384 sec., 28901.73410404624 rows/sec., 2.12 MiB/sec. 2025.06.04 15:37:24.133545 [ 260 ] {3f5af1e7-f43b-401c-ba67-376e345c3fc6} TCPHandler: Processed in 0.001564139 sec. 2025.06.04 15:37:24.133670 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:24.133787 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:24.133830 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:24.134277 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:24.134317 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:24.134635 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:37:24.134869 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:24.134998 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} executeQuery: Read 104 rows, 8.32 KiB in 0.001236 sec., 84142.39482200648 rows/sec., 6.57 MiB/sec. 2025.06.04 15:37:24.135037 [ 260 ] {3071358d-9df7-41ca-a145-e3822868aa30} TCPHandler: Processed in 0.001424988 sec. 2025.06.04 15:37:24.135149 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:24.135245 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:24.135290 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:24.135700 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:24.135738 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:24.136070 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:37:24.136281 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:24.136414 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2025.06.04 15:37:24.136453 [ 260 ] {78c72a08-d93c-484a-ae36-84a25e1272c3} TCPHandler: Processed in 0.001352167 sec. 2025.06.04 15:37:24.136559 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:24.136655 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:24.136711 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:37:24.137532 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:24.137572 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:24.138135 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:37:24.138359 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:24.138505 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} executeQuery: Read 40 rows, 73.40 KiB in 0.001868 sec., 21413.276231263382 rows/sec., 38.37 MiB/sec. 2025.06.04 15:37:24.138562 [ 260 ] {c0d17c33-7338-490d-a1b9-2f063fefa1a3} TCPHandler: Processed in 0.002049855 sec. 2025.06.04 15:37:24.138670 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:24.138766 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:24.138815 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:24.139154 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:24.139192 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:24.139496 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:37:24.139707 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:24.139836 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.06.04 15:37:24.139873 [ 260 ] {6881268e-02fb-4f5d-979e-8961ac21de79} TCPHandler: Processed in 0.001250795 sec. 2025.06.04 15:37:27.340373 [ 154 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:37:27.340443 [ 154 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:37:27.464823 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 2025.06.04 15:37:27.465373 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:27.465415 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:27.465962 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:27.466194 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:27.466320 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.06.04 15:37:27.802450 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.06.04 15:37:27.820111 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:27.820178 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:27.825602 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:27.826293 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:27.829648 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.06.04 15:37:29.120918 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.121138 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.121481 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.121520 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 15:37:29.121748 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.121818 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.121956 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.06.04 15:37:29.122078 [ 293 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.122117 [ 289 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.122139 [ 293 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.122136 [ 290 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.122169 [ 291 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.122284 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.122315 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.122399 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.122421 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.122456 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.122492 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.122524 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.123296 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} executeQuery: Read 22 rows, 943.00 B in 0.002248 sec., 9786.476868327401 rows/sec., 409.65 KiB/sec. 2025.06.04 15:37:29.123412 [ 260 ] {6ae13454-4a6d-4722-ac72-5b01249ba880} TCPHandler: Processed in 0.002620772 sec. 2025.06.04 15:37:29.125881 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.126024 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.126249 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.126283 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 15:37:29.126467 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.126521 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.126625 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.06.04 15:37:29.126702 [ 293 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.126706 [ 289 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.126717 [ 291 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.126727 [ 290 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.126731 [ 294 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.126891 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.126917 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.126984 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.127004 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.127034 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.127065 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.127094 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.127718 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} executeQuery: Read 22 rows, 943.00 B in 0.001751 sec., 12564.249000571102 rows/sec., 525.93 KiB/sec. 2025.06.04 15:37:29.127820 [ 260 ] {0f3f7aa1-1f5c-48c3-9ca4-3e3e577d6d69} TCPHandler: Processed in 0.001992665 sec. 2025.06.04 15:37:29.128371 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.128508 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.128715 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.128748 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 15:37:29.128929 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.128982 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.129082 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.06.04 15:37:29.129145 [ 290 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.129163 [ 294 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.129169 [ 291 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.129151 [ 289 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.129162 [ 293 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.129313 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.129334 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.129400 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.129418 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.129448 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.129477 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.129528 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2025.06.04 15:37:29.130180 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} executeQuery: Read 22 rows, 943.00 B in 0.001729 sec., 12724.117987275882 rows/sec., 532.62 KiB/sec. 2025.06.04 15:37:29.130291 [ 260 ] {1884b4b7-886c-4efe-bd3e-3f540902428b} TCPHandler: Processed in 0.001970604 sec. 2025.06.04 15:37:29.130505 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.130636 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.130839 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.130872 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2025.06.04 15:37:29.131052 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.131105 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.131217 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.06.04 15:37:29.131273 [ 289 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.131290 [ 290 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.131304 [ 291 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.131292 [ 294 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.131296 [ 293 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.131427 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.131448 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.131515 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.131532 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.131561 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.06.04 15:37:29.131590 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.06.04 15:37:29.131618 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2025.06.04 15:37:29.132284 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} executeQuery: Read 22 rows, 943.00 B in 0.0017 sec., 12941.176470588236 rows/sec., 541.70 KiB/sec. 2025.06.04 15:37:29.132412 [ 260 ] {2cb3e7ac-c36f-4213-87d9-20023dbb493a} TCPHandler: Processed in 0.001956234 sec. 2025.06.04 15:37:29.132661 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.132791 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.132997 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.133031 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.06.04 15:37:29.133214 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.133267 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.133364 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.06.04 15:37:29.133430 [ 291 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.133441 [ 290 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.133449 [ 294 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.133441 [ 289 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.133442 [ 293 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.133577 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.133598 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.133663 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.133681 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.133709 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.06.04 15:37:29.133740 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.06.04 15:37:29.133769 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.06.04 15:37:29.134349 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} executeQuery: Read 22 rows, 943.00 B in 0.001609 sec., 13673.088875077688 rows/sec., 572.34 KiB/sec. 2025.06.04 15:37:29.134461 [ 260 ] {e888c9dc-0d58-43e7-9448-6b305a51a935} TCPHandler: Processed in 0.001847993 sec. 2025.06.04 15:37:29.134711 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.134843 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.135051 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.135085 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.06.04 15:37:29.135269 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.135321 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.135418 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.06.04 15:37:29.135528 [ 291 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.135534 [ 290 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.135548 [ 289 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.135573 [ 295 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.135530 [ 294 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.135687 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.135715 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.135782 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.135799 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.135829 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.04 15:37:29.135860 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.04 15:37:29.135887 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.04 15:37:29.136451 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} executeQuery: Read 22 rows, 943.00 B in 0.001661 sec., 13245.033112582782 rows/sec., 554.42 KiB/sec. 2025.06.04 15:37:29.136583 [ 260 ] {45dabe66-7a7d-48fd-aea9-c624aaca2b76} TCPHandler: Processed in 0.001920504 sec. 2025.06.04 15:37:29.136802 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.136932 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.137171 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.137206 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.06.04 15:37:29.137419 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.137472 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.137569 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.06.04 15:37:29.137638 [ 294 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.137647 [ 290 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.137654 [ 291 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.137645 [ 289 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.137649 [ 295 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.137789 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.137811 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.137877 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.137894 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.137924 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.04 15:37:29.137953 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.04 15:37:29.137982 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.06.04 15:37:29.138576 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} executeQuery: Read 22 rows, 943.00 B in 0.001695 sec., 12979.351032448378 rows/sec., 543.30 KiB/sec. 2025.06.04 15:37:29.138686 [ 260 ] {6bc7ecd3-f2ec-4d4f-8b20-a0395cd9ce1a} TCPHandler: Processed in 0.001931573 sec. 2025.06.04 15:37:29.138894 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.139024 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.139250 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.139284 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:37:29.139470 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.139522 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.139617 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.06.04 15:37:29.139672 [ 289 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.139691 [ 295 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.139698 [ 291 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.139716 [ 289 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.139699 [ 290 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.139821 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.139847 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.139912 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.139930 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.139959 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.04 15:37:29.139988 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.04 15:37:29.140015 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.04 15:37:29.140588 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} executeQuery: Read 22 rows, 943.00 B in 0.001616 sec., 13613.861386138613 rows/sec., 569.86 KiB/sec. 2025.06.04 15:37:29.140714 [ 260 ] {9a23d1b8-9f0b-4d42-b909-1215c107cecd} TCPHandler: Processed in 0.001868694 sec. 2025.06.04 15:37:29.140937 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.141068 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.141306 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.141341 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:37:29.141541 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.141594 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.141691 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.06.04 15:37:29.141756 [ 294 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.141763 [ 290 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.141779 [ 291 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.141771 [ 295 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.141766 [ 289 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.141903 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.141925 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.141990 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.142008 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.142036 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.04 15:37:29.142093 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.04 15:37:29.142130 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.06.04 15:37:29.142753 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} executeQuery: Read 22 rows, 943.00 B in 0.001738 sec., 12658.227848101265 rows/sec., 529.86 KiB/sec. 2025.06.04 15:37:29.142867 [ 260 ] {2d7694b8-f8ba-47fa-a323-c6ab522f8b32} TCPHandler: Processed in 0.001979505 sec. 2025.06.04 15:37:29.143076 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.143208 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.143433 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.143467 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:37:29.143658 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.143709 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.143805 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.06.04 15:37:29.143870 [ 294 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.143873 [ 290 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.143885 [ 291 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.143876 [ 289 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.143875 [ 295 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.144018 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.144039 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.144105 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.144122 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.144150 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.144180 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.144207 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.144768 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} executeQuery: Read 22 rows, 943.00 B in 0.001615 sec., 13622.291021671828 rows/sec., 570.22 KiB/sec. 2025.06.04 15:37:29.144864 [ 260 ] {b4b58d49-4298-4ee6-b928-d74e127dd864} TCPHandler: Processed in 0.001836102 sec. 2025.06.04 15:37:29.145068 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.145199 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.145419 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.145454 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:37:29.145643 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.145695 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.145801 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.06.04 15:37:29.145862 [ 294 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.145874 [ 290 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.145880 [ 295 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.145874 [ 289 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.145877 [ 291 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.146035 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.146060 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.146126 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.146144 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.146173 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.146202 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.146230 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.146815 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} executeQuery: Read 22 rows, 943.00 B in 0.001669 sec., 13181.545835829838 rows/sec., 551.77 KiB/sec. 2025.06.04 15:37:29.146918 [ 260 ] {572c3827-4ada-4657-ae1c-204a1ebaa7b7} TCPHandler: Processed in 0.001898804 sec. 2025.06.04 15:37:29.152280 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.152417 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:37:29.152652 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:37:29.152689 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:37:29.152888 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.152941 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:37:29.153041 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.06.04 15:37:29.153106 [ 294 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 15:37:29.153121 [ 295 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 15:37:29.153133 [ 289 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 15:37:29.153122 [ 290 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2025.06.04 15:37:29.153123 [ 291 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 15:37:29.153277 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Selected 5/5 parts by partition key, 3 parts by primary key, 3/5 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 15:37:29.153304 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:37:29.153371 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 15:37:29.153390 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Reading approx. 22 rows with 3 streams 2025.06.04 15:37:29.153420 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.153451 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.153480 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:37:29.154064 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} executeQuery: Read 22 rows, 943.00 B in 0.001702 sec., 12925.969447708578 rows/sec., 541.07 KiB/sec. 2025.06.04 15:37:29.154160 [ 260 ] {32f50786-4a6b-446a-ba96-3e32e174c23a} TCPHandler: Processed in 0.001931424 sec. 2025.06.04 15:37:29.160296 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.160404 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:37:29.160446 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:37:29.161067 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.161109 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.161530 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:37:29.161723 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:37:29.161847 [ 123 ] {} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:37:29.161880 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} executeQuery: Read 12 rows, 4.37 KiB in 0.001505 sec., 7973.421926910299 rows/sec., 2.84 MiB/sec. 2025.06.04 15:37:29.161891 [ 123 ] {} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.161924 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.161926 [ 260 ] {fc0dd15d-6c00-48d6-9b2b-037d050bc475} TCPHandler: Processed in 0.00168042 sec. 2025.06.04 15:37:29.162010 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::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.04 15:37:29.162070 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.162170 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.162209 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:37:29.162234 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:29.162268 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part 2025.06.04 15:37:29.162334 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.06.04 15:37:29.162421 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::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.04 15:37:29.162491 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::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.04 15:37:29.162562 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2025.06.04 15:37:29.162638 [ 196 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.06.04 15:37:29.164347 [ 191 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.002369759 sec., 15191.418199065813 rows/sec., 3.15 MiB/sec. 2025.06.04 15:37:29.164553 [ 190 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:37:29.164744 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.164783 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.165040 [ 190 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:37:29.165124 [ 190 ] {fa607302-f387-40fc-b392-1d4f5bee699c::all_1_6_1} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:37:29.165204 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:37:29.165217 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.06.04 15:37:29.165425 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:37:29.165568 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} executeQuery: Read 212 rows, 13.81 KiB in 0.003419 sec., 62006.43463000877 rows/sec., 3.94 MiB/sec. 2025.06.04 15:37:29.165606 [ 260 ] {92e06bba-b4dd-48c6-8553-729d80374e17} TCPHandler: Processed in 0.003585864 sec. 2025.06.04 15:37:29.165719 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.165815 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:29.165855 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:29.166511 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.166548 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.166884 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:37:29.167092 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:29.167226 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} executeQuery: Read 617 rows, 49.39 KiB in 0.00143 sec., 431468.53146853147 rows/sec., 33.73 MiB/sec. 2025.06.04 15:37:29.167262 [ 260 ] {0c0190e1-e8dc-4987-b1db-f56e54be4268} TCPHandler: Processed in 0.0015926 sec. 2025.06.04 15:37:29.167370 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.167471 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.167512 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:29.167924 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.167961 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.168289 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:37:29.168503 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:29.168633 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} executeQuery: Read 106 rows, 6.39 KiB in 0.001181 sec., 89754.44538526672 rows/sec., 5.28 MiB/sec. 2025.06.04 15:37:29.168671 [ 260 ] {ec91f942-6efa-482f-8f41-608fa2c061b5} TCPHandler: Processed in 0.001352406 sec. 2025.06.04 15:37:29.168780 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.168875 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.168915 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:37:29.169384 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.169417 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.169709 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:29.169916 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:37:29.170042 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} executeQuery: Read 113 rows, 7.49 KiB in 0.001185 sec., 95358.64978902953 rows/sec., 6.17 MiB/sec. 2025.06.04 15:37:29.170080 [ 260 ] {5a7ddd69-c207-46e3-8525-d5583614b893} TCPHandler: Processed in 0.001349917 sec. 2025.06.04 15:37:29.170199 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.170294 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.170332 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:37:29.170752 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.170789 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.173039 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:37:29.173253 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:37:29.173379 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} executeQuery: Read 112 rows, 6.53 KiB in 0.003103 sec., 36094.10248146955 rows/sec., 2.06 MiB/sec. 2025.06.04 15:37:29.173417 [ 260 ] {d9a1ba5b-490c-4022-a5a6-20f5ac7e22b6} TCPHandler: Processed in 0.00326812 sec. 2025.06.04 15:37:29.173533 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.173627 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:29.173666 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:29.174186 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.174223 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.174536 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:37:29.174750 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:29.174881 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} executeQuery: Read 382 rows, 27.58 KiB in 0.001272 sec., 300314.46540880506 rows/sec., 21.18 MiB/sec. 2025.06.04 15:37:29.174919 [ 260 ] {f6186a20-d7d3-41b7-9093-578c434f2b27} TCPHandler: Processed in 0.001435628 sec. 2025.06.04 15:37:29.175033 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.175127 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:37:29.175166 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:37:29.175488 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.175524 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.175804 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 15:37:29.176006 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:37:29.176128 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} executeQuery: Read 6 rows, 321.00 B in 0.001019 sec., 5888.1256133464185 rows/sec., 307.63 KiB/sec. 2025.06.04 15:37:29.176165 [ 260 ] {e44fa662-5998-442a-a89d-b0a5f3dd602a} TCPHandler: Processed in 0.001181824 sec. 2025.06.04 15:37:29.176283 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.176376 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.176418 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:29.176822 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.176858 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.177172 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:37:29.177378 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:29.177509 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} executeQuery: Read 237 rows, 16.27 KiB in 0.00115 sec., 206086.95652173914 rows/sec., 13.81 MiB/sec. 2025.06.04 15:37:29.177545 [ 260 ] {497bae43-9e2b-4878-a82a-53251ce09e8c} TCPHandler: Processed in 0.001312706 sec. 2025.06.04 15:37:29.177655 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.177748 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.177788 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:37:29.178090 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.178126 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.178409 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:29.178627 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:37:29.178757 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2025.06.04 15:37:29.178794 [ 260 ] {86b0fcc5-51fd-4c60-9ecc-f189a43d494b} TCPHandler: Processed in 0.001188755 sec. 2025.06.04 15:37:29.178901 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:29.178996 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:29.179036 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:29.179351 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:29.179386 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:29.179688 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:37:29.179894 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:29.180031 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} executeQuery: Read 82 rows, 5.33 KiB in 0.001053 sec., 77872.74453941121 rows/sec., 4.95 MiB/sec. 2025.06.04 15:37:29.180067 [ 260 ] {7da86a02-aebf-4fdd-a4a5-1998dcb6056c} TCPHandler: Processed in 0.001215245 sec. 2025.06.04 15:37:32.426477 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 374 2025.06.04 15:37:32.429378 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:32.429433 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:32.430698 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:37:32.430987 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:32.431344 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 374 2025.06.04 15:37:34.129108 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.129297 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:37:34.129367 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:37:34.130047 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.130091 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.130459 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:34.130680 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:37:34.130827 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} executeQuery: Read 2 rows, 167.00 B in 0.001581 sec., 1265.022137887413 rows/sec., 103.15 KiB/sec. 2025.06.04 15:37:34.130867 [ 260 ] {fff2888b-1217-47bd-99cd-975d4e2a8afa} TCPHandler: Processed in 0.001888533 sec. 2025.06.04 15:37:34.130982 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.131076 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:34.131116 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:34.131599 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.131634 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.131933 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:37:34.132149 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:34.132274 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} executeQuery: Read 137 rows, 12.10 KiB in 0.001216 sec., 112664.47368421052 rows/sec., 9.71 MiB/sec. 2025.06.04 15:37:34.132310 [ 260 ] {5243496b-3e32-4d32-b61d-3e7f4eec9967} TCPHandler: Processed in 0.001375157 sec. 2025.06.04 15:37:34.132412 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.132504 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:34.132543 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:34.132945 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.132979 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.133274 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:37:34.133474 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:34.133563 [ 148 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:37:34.133598 [ 148 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.133598 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} executeQuery: Read 42 rows, 3.15 KiB in 0.001112 sec., 37769.78417266187 rows/sec., 2.76 MiB/sec. 2025.06.04 15:37:34.133616 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.133642 [ 260 ] {f5c05a73-188f-46f0-b3d2-f5a23fe79457} TCPHandler: Processed in 0.001275996 sec. 2025.06.04 15:37:34.133703 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:37:34.133750 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.133795 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:34.133825 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 34 rows starting from the beginning of the part 2025.06.04 15:37:34.133842 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:34.133881 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:34.133888 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part 2025.06.04 15:37:34.133936 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2025.06.04 15:37:34.133982 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:34.134032 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 106 rows starting from the beginning of the part 2025.06.04 15:37:34.134101 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2025.06.04 15:37:34.134300 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.134334 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.134624 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:37:34.134830 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:34.134853 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.001182075 sec., 222490.11272550386 rows/sec., 15.84 MiB/sec. 2025.06.04 15:37:34.134952 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} executeQuery: Read 106 rows, 8.48 KiB in 0.001127 sec., 94055.0133096717 rows/sec., 7.35 MiB/sec. 2025.06.04 15:37:34.134993 [ 260 ] {a7d0b38a-0e0c-4a43-997f-33a756d1af29} TCPHandler: Processed in 0.001290016 sec. 2025.06.04 15:37:34.134998 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:37:34.135115 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.135209 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:34.135218 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:34.135251 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:34.135283 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_11_2} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:37:34.135340 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.06.04 15:37:34.135662 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.135696 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.136004 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:37:34.136209 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:34.136333 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} executeQuery: Read 161 rows, 11.48 KiB in 0.001142 sec., 140980.73555166376 rows/sec., 9.82 MiB/sec. 2025.06.04 15:37:34.136367 [ 260 ] {4ea8470b-4d61-4d72-a7b9-c46ddf1827f5} TCPHandler: Processed in 0.001298936 sec. 2025.06.04 15:37:34.136467 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.136558 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:34.136611 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:37:34.137383 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.137417 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.137947 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:37:34.138164 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:34.138294 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} executeQuery: Read 40 rows, 73.40 KiB in 0.001753 sec., 22818.026240730178 rows/sec., 40.89 MiB/sec. 2025.06.04 15:37:34.138343 [ 260 ] {793f32b0-6f95-4c2a-94bf-cb1c7bf94d67} TCPHandler: Processed in 0.001922764 sec. 2025.06.04 15:37:34.138454 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:34.138547 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:34.138591 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:34.138923 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.138958 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.139252 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:37:34.139450 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:34.139572 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.06.04 15:37:34.139605 [ 260 ] {58428039-d49e-4cef-ae8c-7f01637e8f89} TCPHandler: Processed in 0.001198384 sec. 2025.06.04 15:37:34.966491 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 2025.06.04 15:37:34.967248 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:34.967294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:34.967782 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:34.968008 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:34.968140 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 2025.06.04 15:37:35.329794 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.06.04 15:37:35.345432 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:35.345483 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:35.350811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:35.351523 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:35.354248 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.06.04 15:37:39.133960 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.134263 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.134381 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:37:39.135147 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.135197 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.135585 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:39.135809 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:37:39.135966 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} executeQuery: Read 212 rows, 13.81 KiB in 0.001781 sec., 119034.25042111173 rows/sec., 7.57 MiB/sec. 2025.06.04 15:37:39.136015 [ 260 ] {9c6a5116-8d99-41d0-8059-db121d19a139} TCPHandler: Processed in 0.002234797 sec. 2025.06.04 15:37:39.136140 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.136241 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:39.136284 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:39.136945 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.136979 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.137305 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:37:39.137498 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:39.137691 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} executeQuery: Read 617 rows, 49.39 KiB in 0.001472 sec., 419157.60869565216 rows/sec., 32.77 MiB/sec. 2025.06.04 15:37:39.137728 [ 260 ] {8b110228-f524-4635-9a2b-9d894e5610f9} TCPHandler: Processed in 0.00163796 sec. 2025.06.04 15:37:39.137837 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.137931 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.137972 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:39.138386 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.138421 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.138711 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:37:39.138914 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:39.139037 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} executeQuery: Read 106 rows, 6.39 KiB in 0.001126 sec., 94138.54351687389 rows/sec., 5.54 MiB/sec. 2025.06.04 15:37:39.139073 [ 260 ] {976936f4-052f-4a87-8b65-32a6377c6409} TCPHandler: Processed in 0.001283596 sec. 2025.06.04 15:37:39.139182 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.139274 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.139312 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:37:39.139725 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.139760 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.140041 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:39.140250 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:37:39.140372 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} executeQuery: Read 113 rows, 7.49 KiB in 0.001116 sec., 101254.48028673836 rows/sec., 6.55 MiB/sec. 2025.06.04 15:37:39.140408 [ 260 ] {42c0ae06-9a39-4d09-9996-d4f2771f41ab} TCPHandler: Processed in 0.001273875 sec. 2025.06.04 15:37:39.140516 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.140608 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.140647 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:37:39.141050 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.141085 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.141369 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:39.141581 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:37:39.141702 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} executeQuery: Read 112 rows, 6.53 KiB in 0.001112 sec., 100719.42446043166 rows/sec., 5.74 MiB/sec. 2025.06.04 15:37:39.141738 [ 260 ] {71a05539-1115-44c8-a740-5b63cc95aa9d} TCPHandler: Processed in 0.001268226 sec. 2025.06.04 15:37:39.141851 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.141943 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:39.141981 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:39.142482 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.142518 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.142823 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:37:39.143025 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:39.143149 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} executeQuery: Read 382 rows, 27.58 KiB in 0.001223 sec., 312346.68847097305 rows/sec., 22.03 MiB/sec. 2025.06.04 15:37:39.143185 [ 260 ] {0a43efe9-a993-43fe-b7ad-251bc0ebcbb4} TCPHandler: Processed in 0.001381466 sec. 2025.06.04 15:37:39.143295 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.143387 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:37:39.143428 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:37:39.143753 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.143788 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.144081 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 15:37:39.144285 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:37:39.144406 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2025.06.04 15:37:39.144441 [ 260 ] {65784345-8a5f-427c-8143-3a25501c41fc} TCPHandler: Processed in 0.001193275 sec. 2025.06.04 15:37:39.144543 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.144635 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.144676 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:39.145067 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.145102 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.145415 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:37:39.145626 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:39.145751 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} executeQuery: Read 237 rows, 16.27 KiB in 0.001135 sec., 208810.5726872247 rows/sec., 14.00 MiB/sec. 2025.06.04 15:37:39.145787 [ 260 ] {3cb0cecc-5357-4a2d-b10e-54ce0797d120} TCPHandler: Processed in 0.001291525 sec. 2025.06.04 15:37:39.145897 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.145989 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.146029 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:37:39.146331 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.146366 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.146658 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:39.146859 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:37:39.146981 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} executeQuery: Read 1 rows, 69.00 B in 0.00101 sec., 990.09900990099 rows/sec., 66.72 KiB/sec. 2025.06.04 15:37:39.147017 [ 260 ] {4c6b0d72-6fe0-4b98-904a-48da8b7def0a} TCPHandler: Processed in 0.001166765 sec. 2025.06.04 15:37:39.147115 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:39.147205 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:39.147244 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:39.147560 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:39.147595 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:39.147884 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:37:39.148081 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:39.148205 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} executeQuery: Read 82 rows, 5.33 KiB in 0.001017 sec., 80629.30186823993 rows/sec., 5.12 MiB/sec. 2025.06.04 15:37:39.148238 [ 260 ] {72d48f78-bc1b-4537-b98a-227dcead2087} TCPHandler: Processed in 0.001169805 sec. 2025.06.04 15:37:42.340716 [ 139 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:37:42.340788 [ 139 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:37:42.431698 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 408 2025.06.04 15:37:42.433857 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:42.433894 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:42.435065 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:37:42.435341 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:42.435470 [ 139 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:37:42.435508 [ 139 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:42.435533 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:42.435636 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 408 2025.06.04 15:37:42.435666 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:37:42.436231 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:42.436418 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 226 rows starting from the beginning of the part 2025.06.04 15:37:42.436913 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:37:42.437359 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:37:42.437837 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part 2025.06.04 15:37:42.438304 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:37:42.438736 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2025.06.04 15:37:42.444873 [ 191 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 408 rows, containing 72 columns (72 merged, 0 gathered) in 0.009263434 sec., 44044.141729730036 rows/sec., 40.90 MiB/sec. 2025.06.04 15:37:42.445619 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:37:42.446156 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:42.446237 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_11_2} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:37:42.446398 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. 2025.06.04 15:37:42.468357 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 2025.06.04 15:37:42.468922 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:42.468968 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:42.469600 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:42.469841 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:42.469960 [ 139 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:42.469972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.06.04 15:37:42.470001 [ 139 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:42.470026 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:42.470134 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:37:42.470274 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:42.470314 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part 2025.06.04 15:37:42.470381 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part 2025.06.04 15:37:42.470429 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2025.06.04 15:37:42.470472 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part 2025.06.04 15:37:42.470510 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part 2025.06.04 15:37:42.470546 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part 2025.06.04 15:37:42.471891 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.001812362 sec., 4072585.9403364225 rows/sec., 58.26 MiB/sec. 2025.06.04 15:37:42.472891 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:42.473188 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:42.473263 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_16_3} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:42.473355 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.06.04 15:37:42.854484 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.06.04 15:37:42.871218 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:42.871279 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:42.877551 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:42.878279 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:42.878563 [ 138 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:42.878624 [ 138 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:42.878647 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:42.878747 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.881205 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.06.04 15:37:42.881645 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:42.882433 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.885622 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.888792 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.892319 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.896523 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.900920 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:37:42.953646 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.074927171 sec., 1614.9014888070444 rows/sec., 8.35 MiB/sec. 2025.06.04 15:37:42.955375 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:42.957018 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_16_3} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:42.957112 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_16_3} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:42.958530 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.06.04 15:37:43.000223 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 198.41 MiB, peak 208.36 MiB, free memory in arenas 0.00 B, will set to 209.03 MiB (RSS), difference: 10.62 MiB 2025.06.04 15:37:43.001242 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000808981 sec. 2025.06.04 15:37:44.129669 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:44.129850 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:44.129915 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:44.130632 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.130722 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:44.131158 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:37:44.131411 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:44.131533 [ 136 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:37:44.131570 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} executeQuery: Read 136 rows, 12.02 KiB in 0.001769 sec., 76879.59299039005 rows/sec., 6.64 MiB/sec. 2025.06.04 15:37:44.131571 [ 136 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.131603 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:44.131620 [ 260 ] {b4f7b72a-0ded-40c1-a78c-2d8fdb2b0121} TCPHandler: Processed in 0.002079196 sec. 2025.06.04 15:37:44.131723 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:37:44.131757 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:44.131970 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:44.131981 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:44.132033 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:37:44.132060 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:44.132104 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 136 rows starting from the beginning of the part 2025.06.04 15:37:44.132175 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 617 rows starting from the beginning of the part 2025.06.04 15:37:44.132217 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 137 rows starting from the beginning of the part 2025.06.04 15:37:44.132256 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 617 rows starting from the beginning of the part 2025.06.04 15:37:44.132302 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 136 rows starting from the beginning of the part 2025.06.04 15:37:44.132565 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.132610 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:44.133053 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:37:44.133293 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:44.133432 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} executeQuery: Read 40 rows, 3.01 KiB in 0.001476 sec., 27100.271002710026 rows/sec., 1.99 MiB/sec. 2025.06.04 15:37:44.133475 [ 260 ] {c711fa80-822d-4892-8db0-58a702809c0f} TCPHandler: Processed in 0.001772531 sec. 2025.06.04 15:37:44.133522 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1781 rows, containing 5 columns (5 merged, 0 gathered) in 0.001849673 sec., 962872.8969931442 rows/sec., 81.32 MiB/sec. 2025.06.04 15:37:44.133598 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:44.133704 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:44.133745 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:37:44.133748 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:44.133998 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:44.134072 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_21_4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:37:44.134143 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.06.04 15:37:44.134197 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.134236 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:44.134543 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:37:44.134744 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:44.134907 [ 136 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:37:44.134933 [ 136 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.134941 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} executeQuery: Read 104 rows, 8.32 KiB in 0.001259 sec., 82605.24225575854 rows/sec., 6.45 MiB/sec. 2025.06.04 15:37:44.134950 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:44.134980 [ 260 ] {a527c8dc-f557-4d2a-b335-223eecefb6ff} TCPHandler: Processed in 0.001432408 sec. 2025.06.04 15:37:44.135049 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:37:44.135098 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:44.135174 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:44.135199 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:44.135209 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 127 rows starting from the beginning of the part 2025.06.04 15:37:44.135248 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:44.135302 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2025.06.04 15:37:44.135358 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 382 rows starting from the beginning of the part 2025.06.04 15:37:44.135405 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 106 rows starting from the beginning of the part 2025.06.04 15:37:44.135447 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 382 rows starting from the beginning of the part 2025.06.04 15:37:44.135495 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part 2025.06.04 15:37:44.135671 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.135713 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:44.136070 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:37:44.136304 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:44.136432 [ 135 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:37:44.136439 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.06.04 15:37:44.136474 [ 135 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.136490 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1205 rows, containing 5 columns (5 merged, 0 gathered) in 0.001487529 sec., 810068.2406864001 rows/sec., 62.48 MiB/sec. 2025.06.04 15:37:44.136499 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:44.136494 [ 260 ] {fe487804-d9f8-4c24-a430-d7abff7df5b4} TCPHandler: Processed in 0.001447648 sec. 2025.06.04 15:37:44.136576 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:37:44.136674 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:44.136696 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:44.136707 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:37:44.136726 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2231 rows starting from the beginning of the part 2025.06.04 15:37:44.136777 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:44.136783 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2025.06.04 15:37:44.136838 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part 2025.06.04 15:37:44.136841 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:37:44.136875 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part 2025.06.04 15:37:44.136914 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part 2025.06.04 15:37:44.136975 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.06.04 15:37:44.137106 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:44.137198 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_21_4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:37:44.137296 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.04 15:37:44.137708 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.137750 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:44.138408 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:37:44.138452 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001902934 sec., 1674256.7004425798 rows/sec., 115.61 MiB/sec. 2025.06.04 15:37:44.138652 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:44.138804 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} executeQuery: Read 40 rows, 73.40 KiB in 0.002045 sec., 19559.902200489 rows/sec., 35.05 MiB/sec. 2025.06.04 15:37:44.138831 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:37:44.138871 [ 260 ] {3ce3111d-55fa-42e7-aaef-ffc48c446227} TCPHandler: Processed in 0.002270418 sec. 2025.06.04 15:37:44.138991 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:44.139092 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:44.139108 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:44.139133 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:44.139186 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_21_4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:37:44.139268 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.06.04 15:37:44.139486 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.139527 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:44.139858 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:37:44.140073 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:44.140186 [ 135 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:37:44.140206 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.06.04 15:37:44.140223 [ 135 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:44.140249 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.06.04 15:37:44.140249 [ 260 ] {7d811949-ed02-4e46-8ad8-d59c641e5d65} TCPHandler: Processed in 0.001308546 sec. 2025.06.04 15:37:44.140321 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:37:44.140423 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:44.140448 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 738 rows starting from the beginning of the part 2025.06.04 15:37:44.140489 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:37:44.140522 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part 2025.06.04 15:37:44.140554 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.06.04 15:37:44.140584 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part 2025.06.04 15:37:44.140613 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:37:44.141417 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 4 columns (4 merged, 0 gathered) in 0.001125424 sec., 961415.4309842334 rows/sec., 64.94 MiB/sec. 2025.06.04 15:37:44.141584 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:37:44.141822 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:44.141888 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_21_4} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:37:44.141950 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.06.04 15:37:49.133525 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.133715 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.133779 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:37:49.134501 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.134542 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.134952 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:49.135182 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:37:49.135337 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} executeQuery: Read 212 rows, 13.81 KiB in 0.00167 sec., 126946.10778443114 rows/sec., 8.07 MiB/sec. 2025.06.04 15:37:49.135386 [ 260 ] {ec27fe2e-2bdb-4fcd-8665-e416f7e1c3bb} TCPHandler: Processed in 0.001985434 sec. 2025.06.04 15:37:49.135510 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.135613 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:49.135656 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:49.136339 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.136375 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.136747 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:37:49.136960 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:49.137096 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} executeQuery: Read 617 rows, 49.39 KiB in 0.001507 sec., 409422.6940942269 rows/sec., 32.01 MiB/sec. 2025.06.04 15:37:49.137135 [ 260 ] {8f11f98d-5629-4fd0-a253-e2f4bf23e7ca} TCPHandler: Processed in 0.001678021 sec. 2025.06.04 15:37:49.137242 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.137339 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.137379 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:49.137796 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.137832 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.138134 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:37:49.138350 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:49.138476 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} executeQuery: Read 106 rows, 6.39 KiB in 0.001157 sec., 91616.2489196197 rows/sec., 5.39 MiB/sec. 2025.06.04 15:37:49.138514 [ 260 ] {31e095a8-d659-49bc-84ad-857982e49412} TCPHandler: Processed in 0.001322187 sec. 2025.06.04 15:37:49.138629 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.138724 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.138764 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:37:49.139188 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.139225 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.139526 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:37:49.139735 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:37:49.139859 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} executeQuery: Read 113 rows, 7.49 KiB in 0.001153 sec., 98005.20381613183 rows/sec., 6.34 MiB/sec. 2025.06.04 15:37:49.139896 [ 260 ] {87356366-cc37-47be-87e9-ffa927c71cec} TCPHandler: Processed in 0.001317446 sec. 2025.06.04 15:37:49.140008 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.140102 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.140141 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:37:49.140554 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.140591 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.140891 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:49.141122 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:37:49.141249 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} executeQuery: Read 112 rows, 6.53 KiB in 0.001165 sec., 96137.33905579399 rows/sec., 5.48 MiB/sec. 2025.06.04 15:37:49.141287 [ 260 ] {8790066d-d01a-4968-b2f0-b129e48abe3e} TCPHandler: Processed in 0.001329917 sec. 2025.06.04 15:37:49.141397 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.141492 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:49.141530 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:49.142042 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.142078 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.142396 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:37:49.142602 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:49.142726 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} executeQuery: Read 382 rows, 27.58 KiB in 0.001253 sec., 304868.3160415004 rows/sec., 21.50 MiB/sec. 2025.06.04 15:37:49.142765 [ 260 ] {6f1f1df4-4381-4c49-a03b-2096fc53fc9a} TCPHandler: Processed in 0.001416888 sec. 2025.06.04 15:37:49.142877 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.142971 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:37:49.143010 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:37:49.143347 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.143384 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.143677 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 15:37:49.143881 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:37:49.144010 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.06.04 15:37:49.144046 [ 260 ] {1e78ef7c-04d8-4414-a91b-30b6898a0a2b} TCPHandler: Processed in 0.001219745 sec. 2025.06.04 15:37:49.144160 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.144254 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.144296 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:49.144687 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.144723 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.145056 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:37:49.145288 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:49.145414 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} executeQuery: Read 237 rows, 16.27 KiB in 0.001178 sec., 201188.45500848896 rows/sec., 13.49 MiB/sec. 2025.06.04 15:37:49.145451 [ 260 ] {ba3292de-a495-4a14-8289-d3677a2a4285} TCPHandler: Processed in 0.001341027 sec. 2025.06.04 15:37:49.145616 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.145727 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.145771 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:37:49.146110 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.146178 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.146510 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:37:49.146736 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:37:49.146866 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} executeQuery: Read 1 rows, 69.00 B in 0.001159 sec., 862.8127696289904 rows/sec., 58.14 KiB/sec. 2025.06.04 15:37:49.146905 [ 260 ] {608da709-ff25-4e2e-b8f1-12bdaa76624e} TCPHandler: Processed in 0.001387807 sec. 2025.06.04 15:37:49.147009 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:49.147104 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:49.147146 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:49.147481 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.147519 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.147846 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:37:49.148087 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:49.148218 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} executeQuery: Read 82 rows, 5.33 KiB in 0.001132 sec., 72438.16254416961 rows/sec., 4.60 MiB/sec. 2025.06.04 15:37:49.148255 [ 260 ] {ff1b82b8-cabb-4d44-9479-77ca8218daa0} TCPHandler: Processed in 0.001293386 sec. 2025.06.04 15:37:49.970074 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 2025.06.04 15:37:49.970604 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:49.970644 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:49.971134 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:37:49.971368 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:49.971497 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 2025.06.04 15:37:50.381275 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2025.06.04 15:37:50.396856 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:50.396917 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:50.402617 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:37:50.403367 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:50.406458 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2025.06.04 15:37:52.435907 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 440 2025.06.04 15:37:52.438260 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:52.438320 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:52.439535 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:37:52.439815 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:37:52.440188 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 440 2025.06.04 15:37:54.130042 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:54.130235 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:54.130309 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:54.131086 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.131140 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.131543 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:37:54.131774 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:54.131950 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} executeQuery: Read 136 rows, 12.02 KiB in 0.001769 sec., 76879.59299039005 rows/sec., 6.64 MiB/sec. 2025.06.04 15:37:54.132004 [ 260 ] {c9418233-d438-4c7e-94d7-8a7f6bd190e6} TCPHandler: Processed in 0.002096045 sec. 2025.06.04 15:37:54.132133 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:54.132236 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:54.132280 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:54.132720 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.132756 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.133074 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:37:54.133289 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:54.133420 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} executeQuery: Read 40 rows, 3.01 KiB in 0.001209 sec., 33085.194375516956 rows/sec., 2.43 MiB/sec. 2025.06.04 15:37:54.133457 [ 260 ] {bd67abef-5486-4ab2-a2ea-50f07d166250} TCPHandler: Processed in 0.001374717 sec. 2025.06.04 15:37:54.133570 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:54.133670 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:54.133711 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:54.134175 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.134209 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.134516 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:37:54.134731 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:54.134858 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} executeQuery: Read 104 rows, 8.32 KiB in 0.001208 sec., 86092.71523178807 rows/sec., 6.72 MiB/sec. 2025.06.04 15:37:54.134895 [ 260 ] {3928061c-9c58-414f-a864-16a139a3f897} TCPHandler: Processed in 0.001371987 sec. 2025.06.04 15:37:54.135032 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:54.135128 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:54.135192 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:54.135612 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.135646 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.135976 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:37:54.136187 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:54.136314 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.06.04 15:37:54.136349 [ 260 ] {e6fe1700-15bd-4d5d-95b4-0e2633408da4} TCPHandler: Processed in 0.001385927 sec. 2025.06.04 15:37:54.136460 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:54.136552 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:54.136605 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:37:54.137462 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.137496 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.138059 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:37:54.138278 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:54.138372 [ 124 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:37:54.138411 [ 124 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.138414 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} executeQuery: Read 40 rows, 73.40 KiB in 0.00188 sec., 21276.595744680853 rows/sec., 38.13 MiB/sec. 2025.06.04 15:37:54.138430 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.138478 [ 260 ] {69317c8c-5cef-4b74-89c0-eaba18597f70} TCPHandler: Processed in 0.002064065 sec. 2025.06.04 15:37:54.138557 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:37:54.138601 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:54.138703 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:54.138745 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:54.138814 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:54.138921 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 151 rows starting from the beginning of the part 2025.06.04 15:37:54.139116 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part 2025.06.04 15:37:54.139125 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:54.139169 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:54.139252 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:54.139425 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:54.139513 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:37:54.139570 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:54.139695 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:54.139760 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:54.139901 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} executeQuery: Read 60 rows, 4.14 KiB in 0.001218 sec., 49261.08374384237 rows/sec., 3.32 MiB/sec. 2025.06.04 15:37:54.139940 [ 260 ] {49277ae9-f2b0-4a18-9799-688e75cf4ec9} TCPHandler: Processed in 0.001390207 sec. 2025.06.04 15:37:54.142944 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 19 columns (19 merged, 0 gathered) in 0.004449515 sec., 78660.25847760936 rows/sec., 140.96 MiB/sec. 2025.06.04 15:37:54.143681 [ 198 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:37:54.144088 [ 198 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:37:54.144176 [ 198 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_11_2} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:37:54.144315 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2025.06.04 15:37:57.340830 [ 117 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:37:57.340898 [ 117 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:37:57.471776 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 2025.06.04 15:37:57.472311 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:57.472350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:57.472988 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:37:57.473237 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:37:57.473367 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.06.04 15:37:57.906715 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2025.06.04 15:37:57.924253 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:57.924322 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:57.930230 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:37:57.930949 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:37:57.934246 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.06.04 15:37:59.136028 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.136243 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.136314 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:37:59.137028 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.137068 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.137469 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:37:59.137716 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:37:59.137872 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} executeQuery: Read 212 rows, 13.81 KiB in 0.001684 sec., 125890.73634204276 rows/sec., 8.01 MiB/sec. 2025.06.04 15:37:59.137923 [ 260 ] {93ab7dfa-f90e-4d48-a818-de5b4f9d9c10} TCPHandler: Processed in 0.002025315 sec. 2025.06.04 15:37:59.138056 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.138163 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:37:59.138205 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:37:59.138840 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.138876 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.139231 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:37:59.139443 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:37:59.139577 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} executeQuery: Read 617 rows, 49.39 KiB in 0.00144 sec., 428472.2222222222 rows/sec., 33.50 MiB/sec. 2025.06.04 15:37:59.139615 [ 260 ] {a277abc7-1597-44a2-8208-e87130d7618d} TCPHandler: Processed in 0.00161302 sec. 2025.06.04 15:37:59.139724 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.139821 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.139862 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:37:59.140263 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.140295 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.140575 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:37:59.140785 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:59.140972 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} executeQuery: Read 106 rows, 6.39 KiB in 0.00117 sec., 90598.2905982906 rows/sec., 5.33 MiB/sec. 2025.06.04 15:37:59.140993 [ 115 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:37:59.141010 [ 260 ] {f6892305-7eee-4edc-917d-ecb20210faa0} TCPHandler: Processed in 0.001336586 sec. 2025.06.04 15:37:59.141065 [ 115 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.141095 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.141157 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.141192 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:37:59.141284 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:37:59.141286 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.141315 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 154 rows starting from the beginning of the part 2025.06.04 15:37:59.141347 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:37:59.141385 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 106 rows starting from the beginning of the part 2025.06.04 15:37:59.141429 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:59.141469 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 106 rows starting from the beginning of the part 2025.06.04 15:37:59.141509 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2025.06.04 15:37:59.141549 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 106 rows starting from the beginning of the part 2025.06.04 15:37:59.141840 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.141875 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.142175 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:37:59.142387 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:37:59.142391 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 5 columns (5 merged, 0 gathered) in 0.001237446 sec., 446080.07137281145 rows/sec., 29.42 MiB/sec. 2025.06.04 15:37:59.142530 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} executeQuery: Read 113 rows, 7.49 KiB in 0.001269 sec., 89046.49330181246 rows/sec., 5.76 MiB/sec. 2025.06.04 15:37:59.142579 [ 260 ] {e98a3d71-861b-4f24-bb11-27cf88860368} TCPHandler: Processed in 0.001471978 sec. 2025.06.04 15:37:59.142630 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:37:59.142737 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.142863 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.142906 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:37:59.143012 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:37:59.143115 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_16_3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:37:59.143222 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:37:59.143345 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.143387 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.143765 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:37:59.144108 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:37:59.144250 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} executeQuery: Read 112 rows, 6.53 KiB in 0.001407 sec., 79601.99004975124 rows/sec., 4.53 MiB/sec. 2025.06.04 15:37:59.144289 [ 260 ] {345ff60e-aa61-47ae-9d38-c71b1036be6b} TCPHandler: Processed in 0.00161658 sec. 2025.06.04 15:37:59.144411 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.144508 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:37:59.144549 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:37:59.145063 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.145100 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.145488 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:37:59.145730 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:37:59.145868 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} executeQuery: Read 382 rows, 27.58 KiB in 0.001379 sec., 277012.3277737491 rows/sec., 19.53 MiB/sec. 2025.06.04 15:37:59.145907 [ 260 ] {7610999d-84ff-49b5-87ca-7c418c99dcfa} TCPHandler: Processed in 0.001546009 sec. 2025.06.04 15:37:59.146028 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.146124 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:37:59.146167 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:37:59.146511 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.146548 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.146856 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:37:59.147072 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:37:59.147203 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} executeQuery: Read 6 rows, 321.00 B in 0.001097 sec., 5469.462169553327 rows/sec., 285.76 KiB/sec. 2025.06.04 15:37:59.147239 [ 260 ] {fedfcb43-5815-4d43-a51a-331e9aaf7bd4} TCPHandler: Processed in 0.001261975 sec. 2025.06.04 15:37:59.147348 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.147463 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.147519 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:37:59.147943 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.147986 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.148362 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:37:59.148582 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:37:59.148718 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} executeQuery: Read 237 rows, 16.27 KiB in 0.001291 sec., 183578.62122385748 rows/sec., 12.30 MiB/sec. 2025.06.04 15:37:59.148757 [ 260 ] {dd8624c4-9363-4a26-97bf-375943e5f4c3} TCPHandler: Processed in 0.001461028 sec. 2025.06.04 15:37:59.148882 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.148981 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.149025 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:37:59.149356 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.149395 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.149704 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:37:59.149917 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:37:59.150053 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} executeQuery: Read 1 rows, 69.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 61.76 KiB/sec. 2025.06.04 15:37:59.150094 [ 260 ] {f8bec7cd-cb6a-45c0-a143-18a09c9b3896} TCPHandler: Processed in 0.001269985 sec. 2025.06.04 15:37:59.150211 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:37:59.150307 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:37:59.150348 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:37:59.150742 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:37:59.150781 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:37:59.151138 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:37:59.151384 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:37:59.151516 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} executeQuery: Read 82 rows, 5.33 KiB in 0.001228 sec., 66775.24429967428 rows/sec., 4.24 MiB/sec. 2025.06.04 15:37:59.151553 [ 260 ] {0c214493-e43f-45fd-884a-0a0606e54cfa} TCPHandler: Processed in 0.001390717 sec. 2025.06.04 15:38:02.440476 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 472 2025.06.04 15:38:02.442807 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:02.442869 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:02.444085 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:38:02.444386 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:02.444758 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 472 2025.06.04 15:38:04.129509 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.129729 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:38:04.129807 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:38:04.130517 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.130555 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.130919 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 15:38:04.131137 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:38:04.131284 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} executeQuery: Read 8 rows, 668.00 B in 0.001614 sec., 4956.629491945477 rows/sec., 404.18 KiB/sec. 2025.06.04 15:38:04.131324 [ 260 ] {388915df-6731-4288-a5c3-8da218d1f205} TCPHandler: Processed in 0.001957224 sec. 2025.06.04 15:38:04.131439 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.131531 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:04.131570 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:04.132050 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.132085 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.132381 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:04.132580 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:04.132708 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} executeQuery: Read 140 rows, 12.32 KiB in 0.001195 sec., 117154.81171548116 rows/sec., 10.07 MiB/sec. 2025.06.04 15:38:04.132745 [ 260 ] {58e17424-e59a-4b4f-8d31-5080a51a25e0} TCPHandler: Processed in 0.001353126 sec. 2025.06.04 15:38:04.132854 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.132945 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:04.132984 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:04.133385 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.133420 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.133705 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:38:04.133910 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:04.134033 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} executeQuery: Read 48 rows, 3.57 KiB in 0.001106 sec., 43399.6383363472 rows/sec., 3.15 MiB/sec. 2025.06.04 15:38:04.134069 [ 260 ] {e7c07511-8661-4c65-a539-515dcb9f2dff} TCPHandler: Processed in 0.001262005 sec. 2025.06.04 15:38:04.134177 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.134269 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:04.134306 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:04.134720 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.134756 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.135052 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:04.135250 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:04.135376 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} executeQuery: Read 112 rows, 8.97 KiB in 0.001124 sec., 99644.12811387901 rows/sec., 7.79 MiB/sec. 2025.06.04 15:38:04.135412 [ 260 ] {bd07ba2a-7e31-4e61-a474-514cf18998aa} TCPHandler: Processed in 0.001280966 sec. 2025.06.04 15:38:04.135522 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.135614 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:04.135656 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:04.136055 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.136090 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.136403 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:04.136606 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:04.136733 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} executeQuery: Read 164 rows, 11.69 KiB in 0.001137 sec., 144239.2260334213 rows/sec., 10.04 MiB/sec. 2025.06.04 15:38:04.136769 [ 260 ] {3e950c07-68a4-4abc-83eb-4434f02509ba} TCPHandler: Processed in 0.001292986 sec. 2025.06.04 15:38:04.136874 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.136964 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:04.137021 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:38:04.137813 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.137849 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.138393 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:38:04.138607 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:04.138741 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} executeQuery: Read 40 rows, 73.40 KiB in 0.001795 sec., 22284.122562674096 rows/sec., 39.93 MiB/sec. 2025.06.04 15:38:04.138801 [ 260 ] {3c6fe274-04c0-4ec1-bb3f-6afcd81481b9} TCPHandler: Processed in 0.001974105 sec. 2025.06.04 15:38:04.138912 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:04.139004 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:04.139043 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:04.139372 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.139408 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.139700 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:04.139905 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:04.140033 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.06.04 15:38:04.140068 [ 260 ] {03e91d8f-cb78-476a-b443-2580e5deaac3} TCPHandler: Processed in 0.001203694 sec. 2025.06.04 15:38:04.973486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 2025.06.04 15:38:04.974255 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:04.974326 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:04.974816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:38:04.975048 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:04.975187 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 2025.06.04 15:38:05.434342 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.06.04 15:38:05.451122 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:05.451188 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:05.456731 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:38:05.457405 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:05.460229 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.06.04 15:38:09.133438 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.133647 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.133719 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:38:09.134519 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.134562 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.134956 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:38:09.135193 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:09.135308 [ 104 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.04 15:38:09.135341 [ 104 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.135352 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} executeQuery: Read 212 rows, 13.81 KiB in 0.001757 sec., 120660.21627774615 rows/sec., 7.67 MiB/sec. 2025.06.04 15:38:09.135359 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.135402 [ 260 ] {11f89375-dc40-4f66-a241-13a96406867c} TCPHandler: Processed in 0.002094096 sec. 2025.06.04 15:38:09.135477 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:38:09.135532 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.135625 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.135640 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:09.135669 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:09.135692 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:09.135747 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:09.135802 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:09.135848 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:09.135894 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:09.136502 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.136544 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.136857 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001428257 sec., 742163.3501533688 rows/sec., 50.03 MiB/sec. 2025.06.04 15:38:09.136933 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:09.137084 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.04 15:38:09.137192 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:09.137310 [ 104 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:09.137337 [ 104 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.137349 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} executeQuery: Read 617 rows, 49.39 KiB in 0.001733 sec., 356030.00577034045 rows/sec., 27.83 MiB/sec. 2025.06.04 15:38:09.137358 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.137390 [ 260 ] {61314441-1c7b-4659-a626-a7af27f87925} TCPHandler: Processed in 0.001908773 sec. 2025.06.04 15:38:09.137431 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:38:09.137479 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:09.137515 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.137526 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.137564 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 702 rows starting from the beginning of the part 2025.06.04 15:38:09.137565 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_5_1} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.04 15:38:09.137611 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 617 rows starting from the beginning of the part 2025.06.04 15:38:09.137623 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.137656 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 136 rows starting from the beginning of the part 2025.06.04 15:38:09.137672 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:09.137673 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:38:09.137694 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 617 rows starting from the beginning of the part 2025.06.04 15:38:09.137739 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 140 rows starting from the beginning of the part 2025.06.04 15:38:09.137775 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 617 rows starting from the beginning of the part 2025.06.04 15:38:09.138158 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.138199 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.138527 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:38:09.138752 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:09.138885 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} executeQuery: Read 106 rows, 6.39 KiB in 0.001284 sec., 82554.51713395638 rows/sec., 4.86 MiB/sec. 2025.06.04 15:38:09.138923 [ 260 ] {609b9cd3-b3aa-4476-a888-8cfd9204daa8} TCPHandler: Processed in 0.001461038 sec. 2025.06.04 15:38:09.139026 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2829 rows, containing 5 columns (5 merged, 0 gathered) in 0.0016192 sec., 1747159.090909091 rows/sec., 145.33 MiB/sec. 2025.06.04 15:38:09.139042 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.139162 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.139202 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:38:09.139224 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:09.139479 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:09.139550 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_26_5} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:09.139623 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.06.04 15:38:09.139633 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.139674 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.139977 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:38:09.140184 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:09.140308 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} executeQuery: Read 113 rows, 7.49 KiB in 0.001165 sec., 96995.70815450644 rows/sec., 6.28 MiB/sec. 2025.06.04 15:38:09.140308 [ 103 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:38:09.140345 [ 260 ] {1044f097-9bff-4a4c-8193-35b21a504185} TCPHandler: Processed in 0.001353866 sec. 2025.06.04 15:38:09.140374 [ 103 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.140402 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.140469 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.140483 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:09.140571 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.140584 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.140620 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:38:09.140622 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:09.140702 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part 2025.06.04 15:38:09.140747 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:09.140786 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:09.140822 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:09.140860 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:09.141069 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.141113 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.141431 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:38:09.141651 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:09.141722 [ 198 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 566 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273966 sec., 444281.8725146511 rows/sec., 30.45 MiB/sec. 2025.06.04 15:38:09.141759 [ 103 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.04 15:38:09.141780 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} executeQuery: Read 112 rows, 6.53 KiB in 0.001228 sec., 91205.21172638437 rows/sec., 5.20 MiB/sec. 2025.06.04 15:38:09.141792 [ 103 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.141823 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.141827 [ 260 ] {a0c4104b-3d30-4e31-b1e6-9a22d5375130} TCPHandler: Processed in 0.001407718 sec. 2025.06.04 15:38:09.141846 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:38:09.141896 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:38:09.141958 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.141980 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.142009 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:09.142055 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:09.142065 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:09.142097 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:09.142110 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:09.142116 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_6_1} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:09.142149 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:09.142189 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:09.142191 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_6_1} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:38:09.142264 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.04 15:38:09.142653 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.142693 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.142885 [ 201 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001020562 sec., 548717.2753835631 rows/sec., 33.35 MiB/sec. 2025.06.04 15:38:09.142996 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.04 15:38:09.143015 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:09.143242 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:09.143255 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:09.143299 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_5_1} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.04 15:38:09.143354 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.04 15:38:09.143366 [ 103 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:09.143386 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} executeQuery: Read 382 rows, 27.58 KiB in 0.00135 sec., 282962.9629629629 rows/sec., 19.95 MiB/sec. 2025.06.04 15:38:09.143400 [ 103 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.143426 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.143430 [ 260 ] {70be854e-5ed6-4c0c-972f-543a986a4208} TCPHandler: Processed in 0.001521978 sec. 2025.06.04 15:38:09.143492 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:38:09.143556 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.143575 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.143606 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 448 rows starting from the beginning of the part 2025.06.04 15:38:09.143651 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 382 rows starting from the beginning of the part 2025.06.04 15:38:09.143659 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:38:09.143688 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2025.06.04 15:38:09.143705 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:38:09.143727 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 382 rows starting from the beginning of the part 2025.06.04 15:38:09.143766 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:38:09.143799 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 382 rows starting from the beginning of the part 2025.06.04 15:38:09.144056 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.144098 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.144420 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:38:09.144631 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:09.144764 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} executeQuery: Read 6 rows, 321.00 B in 0.001123 sec., 5342.831700801425 rows/sec., 279.14 KiB/sec. 2025.06.04 15:38:09.144791 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.001325676 sec., 1365341.1542488511 rows/sec., 103.13 MiB/sec. 2025.06.04 15:38:09.144800 [ 260 ] {a66ed0b6-0dc0-4cd6-a26b-552db36f136c} TCPHandler: Processed in 0.001294366 sec. 2025.06.04 15:38:09.144945 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.144969 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:09.145043 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.145092 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:09.145289 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:09.145376 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_26_5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:09.145449 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.06.04 15:38:09.145529 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.145570 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.145907 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:09.146122 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:09.146229 [ 103 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:09.146253 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} executeQuery: Read 237 rows, 16.27 KiB in 0.001228 sec., 192996.7426710098 rows/sec., 12.94 MiB/sec. 2025.06.04 15:38:09.146263 [ 103 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.146294 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.146297 [ 260 ] {041acf76-a823-4fc4-8509-f3fda437ca72} TCPHandler: Processed in 0.001402078 sec. 2025.06.04 15:38:09.146361 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:38:09.146423 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.146459 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.146490 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3186 rows starting from the beginning of the part 2025.06.04 15:38:09.146522 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.146535 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part 2025.06.04 15:38:09.146572 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:38:09.146581 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2025.06.04 15:38:09.146627 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part 2025.06.04 15:38:09.146666 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part 2025.06.04 15:38:09.146703 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part 2025.06.04 15:38:09.146899 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.146940 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.147236 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:38:09.147461 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:09.147552 [ 103 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:38:09.147582 [ 103 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.147583 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. 2025.06.04 15:38:09.147600 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.147630 [ 260 ] {d1708875-91b1-46a3-882b-47d452f24f1c} TCPHandler: Processed in 0.001292995 sec. 2025.06.04 15:38:09.147677 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:09.147740 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:09.147758 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.147784 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2025.06.04 15:38:09.147829 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:09.147831 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:09.147868 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:09.147879 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:09.147916 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:09.147952 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:09.147966 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4221 rows, containing 5 columns (5 merged, 0 gathered) in 0.001689371 sec., 2498563.074659148 rows/sec., 171.78 MiB/sec. 2025.06.04 15:38:09.147988 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:09.148262 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.148297 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:09.148454 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:09.148722 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:09.148779 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.001094463 sec., 6395.830649368686 rows/sec., 423.83 KiB/sec. 2025.06.04 15:38:09.148818 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:09.148904 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_26_5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:09.148915 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:38:09.148992 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:38:09.149053 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:09.149210 [ 103 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:09.149219 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_6_1} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:09.149241 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} executeQuery: Read 82 rows, 5.33 KiB in 0.00138 sec., 59420.289855072464 rows/sec., 3.77 MiB/sec. 2025.06.04 15:38:09.149247 [ 103 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:09.149291 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.06.04 15:38:09.149293 [ 260 ] {77ba8357-f513-43f5-866b-b2c75acb2073} TCPHandler: Processed in 0.001559639 sec. 2025.06.04 15:38:09.149312 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_6_1} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:38:09.149384 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:38:09.149408 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:38:09.149496 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:09.149534 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1082 rows starting from the beginning of the part 2025.06.04 15:38:09.149615 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part 2025.06.04 15:38:09.149664 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:38:09.149711 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part 2025.06.04 15:38:09.149752 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.06.04 15:38:09.149791 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part 2025.06.04 15:38:09.150840 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1448 rows, containing 4 columns (4 merged, 0 gathered) in 0.001493258 sec., 969691.7746297023 rows/sec., 64.82 MiB/sec. 2025.06.04 15:38:09.151052 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:09.151366 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:09.151448 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_26_5} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:09.151529 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.06.04 15:38:12.341151 [ 100 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:38:12.341226 [ 100 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:38:12.445127 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 506 2025.06.04 15:38:12.447729 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:12.447774 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:12.448935 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:38:12.449191 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:12.449449 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 506 2025.06.04 15:38:12.475479 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 2025.06.04 15:38:12.476038 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:12.476082 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:12.476626 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:38:12.476884 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:12.477013 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.06.04 15:38:12.960501 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.06.04 15:38:12.978199 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:12.978264 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:12.983871 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:38:12.984581 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:12.987934 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.06.04 15:38:14.129651 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:14.129881 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:14.129954 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:14.130784 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:14.130834 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:14.131240 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:38:14.131475 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:14.131641 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} executeQuery: Read 136 rows, 12.02 KiB in 0.001818 sec., 74807.48074807481 rows/sec., 6.46 MiB/sec. 2025.06.04 15:38:14.131688 [ 260 ] {7edb6ddf-a4b9-454c-891d-f58d27f9c06e} TCPHandler: Processed in 0.002176247 sec. 2025.06.04 15:38:14.131805 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:14.131901 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:14.131941 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:14.132384 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:14.132422 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:14.132728 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:38:14.132939 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:14.133077 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} executeQuery: Read 40 rows, 3.01 KiB in 0.001194 sec., 33500.837520938025 rows/sec., 2.46 MiB/sec. 2025.06.04 15:38:14.133113 [ 260 ] {21ba7ad2-fc94-4921-aa68-fca39aad52a2} TCPHandler: Processed in 0.001356437 sec. 2025.06.04 15:38:14.133233 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:14.133329 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:14.133367 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:14.133812 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:14.133848 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:14.134146 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:38:14.134357 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:14.134485 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} executeQuery: Read 104 rows, 8.32 KiB in 0.001175 sec., 88510.63829787234 rows/sec., 6.91 MiB/sec. 2025.06.04 15:38:14.134522 [ 260 ] {a26aa2a9-df68-41b8-90e9-cb6fdef6c086} TCPHandler: Processed in 0.001336886 sec. 2025.06.04 15:38:14.134636 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:14.134731 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:14.134774 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:14.135198 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:14.135233 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:14.135567 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:38:14.135775 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:14.135902 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.06.04 15:38:14.135939 [ 260 ] {33970670-acf1-497e-8dea-17b80d3278e6} TCPHandler: Processed in 0.001351496 sec. 2025.06.04 15:38:14.136043 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:14.136139 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:14.136194 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:38:14.137046 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:14.137081 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:14.137630 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:38:14.137854 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:14.137987 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} executeQuery: Read 40 rows, 73.40 KiB in 0.001867 sec., 21424.745581146224 rows/sec., 38.39 MiB/sec. 2025.06.04 15:38:14.138037 [ 260 ] {ff558718-1b93-481d-a406-e7f4e3133ba8} TCPHandler: Processed in 0.002041545 sec. 2025.06.04 15:38:14.138149 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:14.138243 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:14.138282 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:14.138617 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:14.138650 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:14.138944 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:38:14.139157 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:14.139286 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2025.06.04 15:38:14.139320 [ 260 ] {e85c63e9-dbb4-4baf-bb5f-34d83f018ae7} TCPHandler: Processed in 0.001217795 sec. 2025.06.04 15:38:19.133696 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.133875 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.133935 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:38:19.134696 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.134740 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.135124 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:38:19.135367 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:19.135527 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} executeQuery: Read 212 rows, 13.81 KiB in 0.001656 sec., 128019.3236714976 rows/sec., 8.14 MiB/sec. 2025.06.04 15:38:19.135575 [ 260 ] {74db2c36-7789-4cd7-8e2b-cdc12b9fe99e} TCPHandler: Processed in 0.001970134 sec. 2025.06.04 15:38:19.135699 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.135800 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:38:19.135844 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:38:19.136246 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.136283 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.136579 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 15:38:19.136785 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:38:19.136917 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} executeQuery: Read 6 rows, 501.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 429.17 KiB/sec. 2025.06.04 15:38:19.136953 [ 260 ] {da6451dc-ea94-424e-8481-9a6f71ddec6d} TCPHandler: Processed in 0.001302196 sec. 2025.06.04 15:38:19.137054 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.137147 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:19.137186 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:19.137869 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.137904 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.138227 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:38:19.138436 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:19.138564 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} executeQuery: Read 620 rows, 49.61 KiB in 0.001436 sec., 431754.87465181056 rows/sec., 33.74 MiB/sec. 2025.06.04 15:38:19.138600 [ 260 ] {33adbc1a-c3d7-43be-9c96-92116cf9bd9e} TCPHandler: Processed in 0.001592009 sec. 2025.06.04 15:38:19.138703 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.138805 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.138848 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:19.139372 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.139418 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.139796 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:38:19.140021 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:19.140151 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} executeQuery: Read 112 rows, 6.80 KiB in 0.001365 sec., 82051.28205128206 rows/sec., 4.87 MiB/sec. 2025.06.04 15:38:19.140189 [ 260 ] {d2c0af56-899d-49e1-ada7-710eb1e7d0a3} TCPHandler: Processed in 0.001532529 sec. 2025.06.04 15:38:19.140302 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.140399 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.140439 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:38:19.140856 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.140894 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.141206 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:38:19.141417 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:19.141544 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} executeQuery: Read 113 rows, 7.49 KiB in 0.001162 sec., 97246.12736660929 rows/sec., 6.29 MiB/sec. 2025.06.04 15:38:19.141581 [ 260 ] {dd81db9b-2b6b-4816-9eb8-d0e00fd40a55} TCPHandler: Processed in 0.001327337 sec. 2025.06.04 15:38:19.141693 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.141786 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.141826 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:38:19.142238 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.142274 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.142567 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:38:19.142804 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:19.142927 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} executeQuery: Read 112 rows, 6.53 KiB in 0.001157 sec., 96802.07433016422 rows/sec., 5.51 MiB/sec. 2025.06.04 15:38:19.142963 [ 260 ] {a1a50dcc-e604-4b4d-8ef3-12b616187674} TCPHandler: Processed in 0.001317086 sec. 2025.06.04 15:38:19.143074 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.143167 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:19.143206 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:19.143725 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.143762 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.144081 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:38:19.144291 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:19.144419 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} executeQuery: Read 388 rows, 28.07 KiB in 0.00127 sec., 305511.81102362205 rows/sec., 21.59 MiB/sec. 2025.06.04 15:38:19.144459 [ 260 ] {1c677bd1-a19e-4801-a73d-71e3ec0b7485} TCPHandler: Processed in 0.001432198 sec. 2025.06.04 15:38:19.144626 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.144720 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:38:19.144761 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:38:19.145093 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.145128 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.145426 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:38:19.145634 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:19.145738 [ 89 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 15:38:19.145762 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.06.04 15:38:19.145806 [ 89 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.145812 [ 260 ] {6d34e700-c999-4868-a269-fff39b9df74e} TCPHandler: Processed in 0.001233735 sec. 2025.06.04 15:38:19.145836 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.145933 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.145952 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146033 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.146080 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:19.146089 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:19.146127 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146188 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146229 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146276 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146312 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146347 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:38:19.146486 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.146527 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.146882 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:38:19.147110 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:19.147144 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001244085 sec., 28936.9295506336 rows/sec., 1.48 MiB/sec. 2025.06.04 15:38:19.147246 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} executeQuery: Read 240 rows, 16.48 KiB in 0.001231 sec., 194963.44435418356 rows/sec., 13.07 MiB/sec. 2025.06.04 15:38:19.147292 [ 260 ] {4f63dfa8-04b7-45fd-9013-300151dc61e5} TCPHandler: Processed in 0.001406727 sec. 2025.06.04 15:38:19.147307 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 15:38:19.147405 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.147505 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.147549 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:38:19.147615 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_6_1} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:19.147690 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_6_1} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 15:38:19.147777 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:38:19.147860 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.147901 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.148219 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:38:19.148436 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:19.148566 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} executeQuery: Read 1 rows, 69.00 B in 0.001078 sec., 927.643784786642 rows/sec., 62.51 KiB/sec. 2025.06.04 15:38:19.148602 [ 260 ] {012b7ca5-43db-4d7e-bdf2-61676e12c920} TCPHandler: Processed in 0.001243415 sec. 2025.06.04 15:38:19.148704 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:19.148796 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:19.148836 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:19.149158 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.149193 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.149497 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:38:19.149716 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:19.149843 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} executeQuery: Read 82 rows, 5.33 KiB in 0.001064 sec., 77067.66917293232 rows/sec., 4.89 MiB/sec. 2025.06.04 15:38:19.149878 [ 260 ] {9402b1f4-6154-42e3-a1b7-f13de9327554} TCPHandler: Processed in 0.001221375 sec. 2025.06.04 15:38:19.977126 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 2025.06.04 15:38:19.977656 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.977697 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.978183 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:38:19.978417 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:19.978542 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 2025.06.04 15:38:19.978572 [ 88 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:38:19.978670 [ 88 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:19.978706 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:19.978851 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:38:19.979010 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:19.979054 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:38:19.979125 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part 2025.06.04 15:38:19.979173 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part 2025.06.04 15:38:19.979220 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part 2025.06.04 15:38:19.979263 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part 2025.06.04 15:38:19.979308 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part 2025.06.04 15:38:19.981157 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.002372669 sec., 4062092.099656547 rows/sec., 58.11 MiB/sec. 2025.06.04 15:38:19.981501 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:38:19.981867 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:19.981948 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_21_4} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:38:19.982074 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.06.04 15:38:20.488068 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.06.04 15:38:20.504869 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:20.504913 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:20.510724 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:38:20.511406 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:20.511670 [ 88 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:38:20.511713 [ 88 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:20.511735 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:20.511860 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:20.514439 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.06.04 15:38:20.516436 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:20.517959 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:20.522492 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2025.06.04 15:38:20.526984 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2025.06.04 15:38:20.531369 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:20.536099 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:20.540442 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:20.593071 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.081260369 sec., 1956.6733692779565 rows/sec., 10.12 MiB/sec. 2025.06.04 15:38:20.595637 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:38:20.597694 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:20.597779 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_21_4} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:38:20.599859 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.04 15:38:21.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 212.26 MiB, peak 222.80 MiB, free memory in arenas 0.00 B, will set to 220.51 MiB (RSS), difference: 8.25 MiB 2025.06.04 15:38:22.449773 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 540 2025.06.04 15:38:22.452146 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:22.452204 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:22.453468 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:38:22.453736 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:22.454084 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 540 2025.06.04 15:38:24.129617 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:24.129793 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:24.129858 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:24.130580 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.130625 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.131032 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:38:24.131260 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:24.131422 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} executeQuery: Read 136 rows, 12.02 KiB in 0.001676 sec., 81145.58472553699 rows/sec., 7.01 MiB/sec. 2025.06.04 15:38:24.131472 [ 260 ] {781c0bdc-37fd-4a04-b360-020cd7349cb8} TCPHandler: Processed in 0.001975205 sec. 2025.06.04 15:38:24.131595 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:24.131698 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:24.131740 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:24.132166 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.132204 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.132514 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:38:24.132723 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:24.132832 [ 85 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:38:24.132854 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} executeQuery: Read 40 rows, 3.01 KiB in 0.001179 sec., 33927.05682782019 rows/sec., 2.49 MiB/sec. 2025.06.04 15:38:24.132896 [ 85 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.132907 [ 260 ] {96a23b9c-2e8f-4ce3-966a-6132c5837398} TCPHandler: Processed in 0.001360527 sec. 2025.06.04 15:38:24.132926 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.133027 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:24.133027 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:38:24.133129 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:24.133141 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:24.133169 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:24.133173 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 154 rows starting from the beginning of the part 2025.06.04 15:38:24.133239 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2025.06.04 15:38:24.133292 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 106 rows starting from the beginning of the part 2025.06.04 15:38:24.133338 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:24.133388 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:38:24.133436 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:24.133609 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.133646 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.134038 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:38:24.134254 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:24.134256 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272866 sec., 392814.3260955984 rows/sec., 26.61 MiB/sec. 2025.06.04 15:38:24.134365 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:38:24.134384 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} executeQuery: Read 104 rows, 8.32 KiB in 0.001275 sec., 81568.62745098039 rows/sec., 6.37 MiB/sec. 2025.06.04 15:38:24.134423 [ 260 ] {2cfa59df-e078-4b55-aac1-8f0b63409a78} TCPHandler: Processed in 0.001443808 sec. 2025.06.04 15:38:24.134537 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:24.134586 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:24.134633 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:24.134645 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_21_4} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:38:24.134677 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:24.134707 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:38:24.135085 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.135120 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.135444 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:38:24.135657 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:24.135788 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} executeQuery: Read 160 rows, 11.41 KiB in 0.001173 sec., 136402.38704177324 rows/sec., 9.50 MiB/sec. 2025.06.04 15:38:24.135825 [ 260 ] {5fe75936-cc9c-4c33-97b8-60c584778904} TCPHandler: Processed in 0.001336337 sec. 2025.06.04 15:38:24.135928 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:24.136023 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:24.136076 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:38:24.136930 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.136968 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.137563 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:38:24.137783 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:24.137921 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} executeQuery: Read 40 rows, 73.40 KiB in 0.001915 sec., 20887.728459530026 rows/sec., 37.43 MiB/sec. 2025.06.04 15:38:24.137981 [ 260 ] {3a3114d0-e67d-4226-8b6e-b28a3bfc4794} TCPHandler: Processed in 0.002098975 sec. 2025.06.04 15:38:24.138091 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:24.138185 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:24.138226 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:24.138575 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:24.138611 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:24.138903 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:38:24.139109 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:24.139238 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.06.04 15:38:24.139274 [ 260 ] {217a3b8c-4c37-4aee-b9b0-3a14c9ea0f02} TCPHandler: Processed in 0.001231565 sec. 2025.06.04 15:38:27.341462 [ 79 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:38:27.341532 [ 79 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:38:27.478812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 2025.06.04 15:38:27.479357 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:27.479394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:27.479884 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:38:27.480125 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:27.480250 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.06.04 15:38:28.014687 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.06.04 15:38:28.029316 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:28.029365 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:28.035389 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:38:28.036100 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:28.038623 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.06.04 15:38:29.134088 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.134265 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.134329 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:38:29.135060 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.135108 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.135512 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:38:29.135737 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:29.135900 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} executeQuery: Read 212 rows, 13.81 KiB in 0.001683 sec., 125965.53773024361 rows/sec., 8.01 MiB/sec. 2025.06.04 15:38:29.135951 [ 260 ] {60804c11-e58a-449f-9809-e735b49de738} TCPHandler: Processed in 0.001984555 sec. 2025.06.04 15:38:29.136074 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.136177 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:29.136220 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:29.136929 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.136966 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.137314 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:38:29.137525 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:29.137661 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} executeQuery: Read 617 rows, 49.39 KiB in 0.001506 sec., 409694.5551128818 rows/sec., 32.03 MiB/sec. 2025.06.04 15:38:29.137699 [ 260 ] {895ea05a-9f5b-48db-b0e5-dd370f44764c} TCPHandler: Processed in 0.00167581 sec. 2025.06.04 15:38:29.137804 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.137900 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.137941 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:29.138358 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.138395 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.138709 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:38:29.138925 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:29.139054 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} executeQuery: Read 106 rows, 6.39 KiB in 0.001173 sec., 90366.58141517476 rows/sec., 5.32 MiB/sec. 2025.06.04 15:38:29.139092 [ 260 ] {708574d7-5279-4fc3-9d63-59a5d438db39} TCPHandler: Processed in 0.001335607 sec. 2025.06.04 15:38:29.139200 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.139295 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.139334 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:38:29.139748 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.139782 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.140091 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:38:29.140299 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:29.140420 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} executeQuery: Read 113 rows, 7.49 KiB in 0.001145 sec., 98689.95633187774 rows/sec., 6.39 MiB/sec. 2025.06.04 15:38:29.140457 [ 260 ] {6d8582ac-92c7-4782-8796-7f5f776a32d6} TCPHandler: Processed in 0.001304736 sec. 2025.06.04 15:38:29.140570 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.140664 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.140703 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:38:29.141113 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.141147 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.141437 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:38:29.141648 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:29.141769 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} executeQuery: Read 112 rows, 6.53 KiB in 0.001122 sec., 99821.74688057041 rows/sec., 5.69 MiB/sec. 2025.06.04 15:38:29.141808 [ 260 ] {2e4ee9a5-7f49-450f-8747-f3b34c349282} TCPHandler: Processed in 0.001285846 sec. 2025.06.04 15:38:29.141918 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.142012 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:29.142050 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:29.142567 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.142603 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.142936 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:38:29.143147 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:29.143274 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} executeQuery: Read 382 rows, 27.58 KiB in 0.001279 sec., 298670.8365910868 rows/sec., 21.06 MiB/sec. 2025.06.04 15:38:29.143312 [ 260 ] {fcfadd75-2216-494f-bb60-4fe4651bbbd8} TCPHandler: Processed in 0.001440227 sec. 2025.06.04 15:38:29.143422 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.143516 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:38:29.143556 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:38:29.143881 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.143916 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.144225 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:38:29.144429 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:29.144556 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.06.04 15:38:29.144593 [ 260 ] {5e8a5e15-9210-4c5a-9c44-6e939577ff5b} TCPHandler: Processed in 0.001219145 sec. 2025.06.04 15:38:29.144714 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.144838 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.144891 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:29.145372 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.145407 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.145780 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:38:29.145994 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:29.146126 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} executeQuery: Read 237 rows, 16.27 KiB in 0.001313 sec., 180502.66565118052 rows/sec., 12.10 MiB/sec. 2025.06.04 15:38:29.146165 [ 260 ] {bfedb2e3-0dff-45a8-801b-61e6044627df} TCPHandler: Processed in 0.001511018 sec. 2025.06.04 15:38:29.146277 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.146371 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.146412 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:38:29.146728 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.146765 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.147083 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:38:29.147289 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:29.147414 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} executeQuery: Read 1 rows, 69.00 B in 0.001062 sec., 941.6195856873823 rows/sec., 63.45 KiB/sec. 2025.06.04 15:38:29.147450 [ 260 ] {bab8ee42-a756-4c9e-9de7-7a956550f843} TCPHandler: Processed in 0.001223095 sec. 2025.06.04 15:38:29.147565 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:29.147681 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:29.147729 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:29.148112 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:29.148154 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:29.148468 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:38:29.148675 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:29.148798 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} executeQuery: Read 82 rows, 5.33 KiB in 0.00114 sec., 71929.82456140351 rows/sec., 4.57 MiB/sec. 2025.06.04 15:38:29.148833 [ 260 ] {883a374f-6353-40fc-9620-9a36cf7686a2} TCPHandler: Processed in 0.001324066 sec. 2025.06.04 15:38:31.307559 [ 64 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.04 15:38:31.307629 [ 64 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:31.307649 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:31.307744 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:38:31.307862 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:31.307895 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:38:31.307958 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:38:31.308001 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.06.04 15:38:31.308042 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.06.04 15:38:31.308080 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.06.04 15:38:31.308807 [ 193 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001098724 sec., 20023.226943254176 rows/sec., 1.67 MiB/sec. 2025.06.04 15:38:31.309013 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.04 15:38:31.309366 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:38:31.309452 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_5_1} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.04 15:38:31.309549 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.06.04 15:38:32.454340 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 572 2025.06.04 15:38:32.457052 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:32.457111 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:32.458378 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:38:32.458654 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:32.458854 [ 72 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:38:32.458949 [ 72 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:32.458985 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:32.459025 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 572 2025.06.04 15:38:32.459138 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:38:32.459805 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:32.459959 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 408 rows starting from the beginning of the part 2025.06.04 15:38:32.460339 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2025.06.04 15:38:32.460675 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2025.06.04 15:38:32.461006 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part 2025.06.04 15:38:32.461324 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part 2025.06.04 15:38:32.461640 [ 192 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part 2025.06.04 15:38:32.467704 [ 193 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 72 columns (72 merged, 0 gathered) in 0.008631976 sec., 66265.24448168068 rows/sec., 57.32 MiB/sec. 2025.06.04 15:38:32.468517 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:38:32.469007 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:32.469074 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_16_3} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:38:32.469238 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. 2025.06.04 15:38:34.130218 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.130476 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:38:34.130542 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:38:34.131155 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.131204 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.131602 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 15:38:34.131828 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:38:34.131991 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} executeQuery: Read 2 rows, 167.00 B in 0.001575 sec., 1269.8412698412699 rows/sec., 103.55 KiB/sec. 2025.06.04 15:38:34.132040 [ 260 ] {74926c0d-861b-4b8c-a9d2-f66c38012ddf} TCPHandler: Processed in 0.002001825 sec. 2025.06.04 15:38:34.132166 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.132269 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:34.132312 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:34.132803 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.132841 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.133183 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:38:34.133394 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:34.133511 [ 71 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:38:34.133529 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} executeQuery: Read 137 rows, 12.10 KiB in 0.001283 sec., 106780.98207326578 rows/sec., 9.21 MiB/sec. 2025.06.04 15:38:34.133583 [ 71 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.133592 [ 260 ] {34d7e5e9-cea3-44d1-ab8f-ced7d5c0ce77} TCPHandler: Processed in 0.001476848 sec. 2025.06.04 15:38:34.133614 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.133716 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.133720 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:38:34.133819 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:34.133823 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:34.133861 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:34.133863 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 704 rows starting from the beginning of the part 2025.06.04 15:38:34.133932 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 136 rows starting from the beginning of the part 2025.06.04 15:38:34.133986 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 620 rows starting from the beginning of the part 2025.06.04 15:38:34.134032 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 136 rows starting from the beginning of the part 2025.06.04 15:38:34.134073 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 617 rows starting from the beginning of the part 2025.06.04 15:38:34.134111 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 137 rows starting from the beginning of the part 2025.06.04 15:38:34.134273 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.134310 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:34.134692 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:38:34.134914 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:34.135046 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} executeQuery: Read 42 rows, 3.15 KiB in 0.001248 sec., 33653.846153846156 rows/sec., 2.46 MiB/sec. 2025.06.04 15:38:34.135085 [ 260 ] {3987a572-9fe3-4919-94d3-c7b6d348622c} TCPHandler: Processed in 0.001415387 sec. 2025.06.04 15:38:34.135185 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.135260 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001576359 sec., 1490777.164338834 rows/sec., 125.06 MiB/sec. 2025.06.04 15:38:34.135279 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:34.135350 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:34.135536 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:38:34.135818 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.135862 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:34.135925 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:34.136042 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_31_6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:38:34.136149 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.06.04 15:38:34.136196 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:38:34.136415 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:34.136527 [ 71 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:38:34.136553 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} executeQuery: Read 106 rows, 8.48 KiB in 0.001292 sec., 82043.34365325078 rows/sec., 6.41 MiB/sec. 2025.06.04 15:38:34.136567 [ 71 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.136596 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.136602 [ 260 ] {70a53f26-f766-4ad4-9dba-cbf0ac5e450f} TCPHandler: Processed in 0.001463998 sec. 2025.06.04 15:38:34.136666 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:38:34.136732 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.136741 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:34.136770 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 452 rows starting from the beginning of the part 2025.06.04 15:38:34.136815 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 104 rows starting from the beginning of the part 2025.06.04 15:38:34.136828 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:34.136849 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 388 rows starting from the beginning of the part 2025.06.04 15:38:34.136872 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:34.136888 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part 2025.06.04 15:38:34.136922 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 382 rows starting from the beginning of the part 2025.06.04 15:38:34.136954 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 106 rows starting from the beginning of the part 2025.06.04 15:38:34.137294 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.137330 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:34.137660 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:38:34.137764 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 5 columns (5 merged, 0 gathered) in 0.001147634 sec., 1338405.7983642868 rows/sec., 102.10 MiB/sec. 2025.06.04 15:38:34.137867 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:34.137971 [ 71 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:38:34.137984 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:38:34.137998 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} executeQuery: Read 161 rows, 11.48 KiB in 0.001225 sec., 131428.57142857142 rows/sec., 9.15 MiB/sec. 2025.06.04 15:38:34.138007 [ 71 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.138044 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:34.138048 [ 260 ] {279e562f-2d3d-4d88-b5d5-a475fe494c5f} TCPHandler: Processed in 0.001403867 sec. 2025.06.04 15:38:34.138140 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:38:34.138155 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.138268 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:34.138278 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:34.138322 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4221 rows starting from the beginning of the part 2025.06.04 15:38:34.138327 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:38:34.138343 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:34.138449 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.06.04 15:38:34.138501 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 240 rows starting from the beginning of the part 2025.06.04 15:38:34.138503 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_31_6} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:38:34.138548 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2025.06.04 15:38:34.138593 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part 2025.06.04 15:38:34.138614 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.06.04 15:38:34.138631 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part 2025.06.04 15:38:34.139281 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.139323 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:34.139906 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:38:34.140139 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:34.140286 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} executeQuery: Read 40 rows, 73.40 KiB in 0.00198 sec., 20202.0202020202 rows/sec., 36.20 MiB/sec. 2025.06.04 15:38:34.140351 [ 260 ] {75de5e51-ced1-4071-a82b-b6866111d70e} TCPHandler: Processed in 0.002194667 sec. 2025.06.04 15:38:34.140467 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:34.140565 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:34.140606 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:34.140827 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5179 rows, containing 5 columns (5 merged, 0 gathered) in 0.002690483 sec., 1924933.1811425681 rows/sec., 132.20 MiB/sec. 2025.06.04 15:38:34.140946 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.140988 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.141303 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:38:34.141328 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:38:34.141571 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:34.141665 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:34.141690 [ 71 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:38:34.141719 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.06.04 15:38:34.141723 [ 71 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.141752 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_31_6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:38:34.141763 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.141765 [ 260 ] {c5dab743-e4b7-4f2f-891c-c8151a43dde2} TCPHandler: Processed in 0.001350177 sec. 2025.06.04 15:38:34.141846 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.06.04 15:38:34.141889 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:38:34.141984 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:34.142012 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1448 rows starting from the beginning of the part 2025.06.04 15:38:34.142071 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.06.04 15:38:34.142113 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part 2025.06.04 15:38:34.142150 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.06.04 15:38:34.142186 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part 2025.06.04 15:38:34.142222 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.06.04 15:38:34.143193 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1792 rows, containing 4 columns (4 merged, 0 gathered) in 0.001372367 sec., 1305773.164175472 rows/sec., 86.96 MiB/sec. 2025.06.04 15:38:34.143432 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:38:34.143722 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:34.143805 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_31_6} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:38:34.143888 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.06.04 15:38:34.980316 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 2025.06.04 15:38:34.980945 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:34.981001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:34.981590 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:38:34.981824 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:34.981948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 2025.06.04 15:38:35.538681 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.06.04 15:38:35.555078 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:35.555141 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.06.04 15:38:35.561295 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:38:35.562006 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:35.564908 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.06.04 15:38:39.134036 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.134339 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.134444 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:38:39.135246 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.135297 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.135686 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:38:39.135914 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:39.136083 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} executeQuery: Read 212 rows, 13.81 KiB in 0.001821 sec., 116419.54969796815 rows/sec., 7.40 MiB/sec. 2025.06.04 15:38:39.136134 [ 260 ] {a9e001cd-8eea-4b5b-b431-4b3a39e6eaa1} TCPHandler: Processed in 0.002276188 sec. 2025.06.04 15:38:39.136261 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.136364 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:39.136408 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:39.137086 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.137126 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.137471 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:38:39.137680 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:39.137815 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} executeQuery: Read 617 rows, 49.39 KiB in 0.001474 sec., 418588.8738127544 rows/sec., 32.72 MiB/sec. 2025.06.04 15:38:39.137855 [ 260 ] {e0041f39-0ea2-4f32-a3aa-7fbd2e6aa183} TCPHandler: Processed in 0.00164482 sec. 2025.06.04 15:38:39.137959 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.138057 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.138098 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:39.138520 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.138563 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.138869 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:38:39.139087 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:39.139218 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} executeQuery: Read 106 rows, 6.39 KiB in 0.001181 sec., 89754.44538526672 rows/sec., 5.28 MiB/sec. 2025.06.04 15:38:39.139256 [ 260 ] {76064350-eb74-4823-b17f-9e95c326e2a6} TCPHandler: Processed in 0.001344807 sec. 2025.06.04 15:38:39.139374 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.139469 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.139508 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:38:39.139927 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.139964 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.140256 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:38:39.140455 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:39.140580 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} executeQuery: Read 113 rows, 7.49 KiB in 0.001129 sec., 100088.57395925598 rows/sec., 6.48 MiB/sec. 2025.06.04 15:38:39.140618 [ 260 ] {713ad2f9-a55f-4245-aa11-de6ba2652efe} TCPHandler: Processed in 0.001291996 sec. 2025.06.04 15:38:39.140730 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.140824 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.140862 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:38:39.141271 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.141307 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.141596 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:38:39.141810 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:39.141935 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} executeQuery: Read 112 rows, 6.53 KiB in 0.001129 sec., 99202.83436669619 rows/sec., 5.65 MiB/sec. 2025.06.04 15:38:39.141973 [ 260 ] {775f565f-5e5b-49b3-81b8-10fd39cf736c} TCPHandler: Processed in 0.001290736 sec. 2025.06.04 15:38:39.142084 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.142177 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:39.142216 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:39.142722 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.142759 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.143073 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:38:39.143287 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:39.143416 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} executeQuery: Read 382 rows, 27.58 KiB in 0.001256 sec., 304140.12738853507 rows/sec., 21.45 MiB/sec. 2025.06.04 15:38:39.143454 [ 260 ] {e5653fbc-ff1c-402b-9c90-61cfb628bde8} TCPHandler: Processed in 0.001418087 sec. 2025.06.04 15:38:39.143565 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.143663 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:38:39.143704 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:38:39.144031 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.144069 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.144371 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:38:39.144574 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:39.144701 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} executeQuery: Read 6 rows, 321.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 297.13 KiB/sec. 2025.06.04 15:38:39.144738 [ 260 ] {7caa2d40-7b03-4ff8-9dc7-e9cee734bf76} TCPHandler: Processed in 0.001220605 sec. 2025.06.04 15:38:39.144836 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.144930 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.144971 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:39.145362 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.145422 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.145744 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:38:39.145950 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:39.146078 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} executeQuery: Read 237 rows, 16.27 KiB in 0.001166 sec., 203259.00514579762 rows/sec., 13.62 MiB/sec. 2025.06.04 15:38:39.146116 [ 260 ] {2d3bf671-aa32-494b-a8a5-926c0c26cb7e} TCPHandler: Processed in 0.001325657 sec. 2025.06.04 15:38:39.146227 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.146320 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.146360 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:38:39.146694 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.146730 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.147009 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:38:39.147211 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:39.147336 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2025.06.04 15:38:39.147372 [ 260 ] {76aa8259-7bc8-4a8e-9df3-02a599fe7d18} TCPHandler: Processed in 0.001191724 sec. 2025.06.04 15:38:39.147473 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:39.147567 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:39.147607 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:39.147925 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:39.147960 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:39.148265 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:38:39.148469 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:39.148595 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} executeQuery: Read 82 rows, 5.33 KiB in 0.001046 sec., 78393.88145315487 rows/sec., 4.98 MiB/sec. 2025.06.04 15:38:39.148631 [ 260 ] {ca18ffe6-2dae-46de-8e02-a3fef1dfa4d7} TCPHandler: Processed in 0.001204725 sec. 2025.06.04 15:38:42.341578 [ 42 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:38:42.341648 [ 42 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:38:42.459403 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 606 2025.06.04 15:38:42.461695 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:42.461753 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:42.462936 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:38:42.463205 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:42.463460 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 606 2025.06.04 15:38:42.482202 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 2025.06.04 15:38:42.482786 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:42.482838 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:42.483335 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:38:42.483564 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:42.483699 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.06.04 15:38:43.065158 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.06.04 15:38:43.081643 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:43.081695 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:43.087648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:38:43.088331 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:43.091087 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.06.04 15:38:44.130052 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:44.130230 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:44.130293 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:44.130991 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.131035 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.131418 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:38:44.131655 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:44.131821 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} executeQuery: Read 136 rows, 12.02 KiB in 0.001639 sec., 82977.42525930445 rows/sec., 7.16 MiB/sec. 2025.06.04 15:38:44.131868 [ 260 ] {dc80280e-b21c-40c0-b5af-b65746745125} TCPHandler: Processed in 0.001938594 sec. 2025.06.04 15:38:44.132073 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:44.132178 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:44.132220 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:44.132805 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.132850 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.133220 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:44.133497 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:44.133663 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} executeQuery: Read 40 rows, 3.01 KiB in 0.001507 sec., 26542.800265428003 rows/sec., 1.95 MiB/sec. 2025.06.04 15:38:44.133710 [ 260 ] {8c7eeb7e-1598-400b-ac0c-aa1662951128} TCPHandler: Processed in 0.00168584 sec. 2025.06.04 15:38:44.133826 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:44.133921 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:44.133961 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:44.134406 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.134443 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.134749 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:38:44.134959 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:44.135100 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} executeQuery: Read 104 rows, 8.32 KiB in 0.001198 sec., 86811.35225375625 rows/sec., 6.78 MiB/sec. 2025.06.04 15:38:44.135139 [ 260 ] {9b903abd-ab5d-43fb-ab7e-46a3736e93f2} TCPHandler: Processed in 0.001362917 sec. 2025.06.04 15:38:44.135255 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:44.135351 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:44.135393 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:44.135835 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.135890 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.136299 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:38:44.136552 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:44.136714 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} executeQuery: Read 160 rows, 11.41 KiB in 0.00138 sec., 115942.02898550725 rows/sec., 8.08 MiB/sec. 2025.06.04 15:38:44.136759 [ 260 ] {e6b6db46-43df-4abb-a22f-0c8bfe3a5a12} TCPHandler: Processed in 0.001558979 sec. 2025.06.04 15:38:44.136870 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:44.136965 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:44.137019 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:38:44.137880 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.137918 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.138459 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:38:44.138683 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:44.138798 [ 47 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 15:38:44.138826 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} executeQuery: Read 40 rows, 73.40 KiB in 0.001879 sec., 21287.919105907396 rows/sec., 38.15 MiB/sec. 2025.06.04 15:38:44.138874 [ 47 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.138898 [ 260 ] {f0c4fc5d-31fc-4075-9bdf-1e8b23adb4f0} TCPHandler: Processed in 0.002076455 sec. 2025.06.04 15:38:44.138902 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.139015 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:44.139043 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:38:44.139114 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:44.139160 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:44.139332 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:44.139409 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 350 rows starting from the beginning of the part 2025.06.04 15:38:44.139487 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:44.139529 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:44.139563 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:44.139705 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:44.139823 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:44.139846 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:38:44.139924 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:44.140040 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:44.140065 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:44.140222 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.06.04 15:38:44.140260 [ 260 ] {fd57e9e4-130b-46f4-9b46-804c3630c2f8} TCPHandler: Processed in 0.001295086 sec. 2025.06.04 15:38:44.144012 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 19 columns (19 merged, 0 gathered) in 0.005027462 sec., 109399.13618442068 rows/sec., 196.04 MiB/sec. 2025.06.04 15:38:44.144720 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 15:38:44.145042 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:44.145118 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_16_3} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 15:38:44.145213 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. 2025.06.04 15:38:45.426429 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.426700 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:38:45.427110 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:38:45.427162 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:38:45.427463 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.427557 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:38:45.427730 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.06.04 15:38:45.427772 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2025.06.04 15:38:45.427796 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:38:45.427814 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:38:45.427860 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:38:45.427884 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 2025.06.04 15:38:45.428770 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} executeQuery: Read 36 rows, 1.39 KiB in 0.002186 sec., 16468.43549862763 rows/sec., 633.92 KiB/sec. 2025.06.04 15:38:45.428891 [ 260 ] {f379e293-ce5d-420e-b5c7-0fd461d57c80} TCPHandler: Processed in 0.002603292 sec. 2025.06.04 15:38:45.429214 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.429386 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:38:45.429664 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:38:45.429708 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:38:45.429948 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.430013 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:38:45.430135 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.06.04 15:38:45.430172 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2025.06.04 15:38:45.430194 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:38:45.430212 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:38:45.430250 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:38:45.430272 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 2025.06.04 15:38:45.430988 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} executeQuery: Read 36 rows, 1.39 KiB in 0.001679 sec., 21441.33412745682 rows/sec., 825.34 KiB/sec. 2025.06.04 15:38:45.431096 [ 260 ] {41de4a60-5ad5-4fc9-889b-92745c41c77d} TCPHandler: Processed in 0.001941294 sec. 2025.06.04 15:38:45.433919 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.434110 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:38:45.434432 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:38:45.434484 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:38:45.434745 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.434814 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:38:45.434940 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.06.04 15:38:45.434978 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2025.06.04 15:38:45.435001 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:38:45.435019 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:38:45.435058 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:38:45.435084 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 2025.06.04 15:38:45.435693 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} executeQuery: Read 36 rows, 1.39 KiB in 0.001669 sec., 21569.802276812465 rows/sec., 830.28 KiB/sec. 2025.06.04 15:38:45.435774 [ 260 ] {1da78ca8-6333-4882-8969-68b5ab9d47a1} TCPHandler: Processed in 0.002551752 sec. 2025.06.04 15:38:45.436026 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.436189 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:38:45.436450 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:38:45.436492 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:38:45.436735 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.436799 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:38:45.436917 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.06.04 15:38:45.436953 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2025.06.04 15:38:45.436976 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:38:45.436993 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:38:45.437032 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:38:45.437053 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 2025.06.04 15:38:45.437587 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} executeQuery: Read 36 rows, 1.39 KiB in 0.00147 sec., 24489.79591836735 rows/sec., 942.68 KiB/sec. 2025.06.04 15:38:45.437661 [ 260 ] {e75e4374-9967-4f77-9003-224037a2093c} TCPHandler: Processed in 0.001694631 sec. 2025.06.04 15:38:45.437900 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.438060 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:38:45.438305 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:38:45.438349 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:38:45.438579 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.438643 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:38:45.438760 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.06.04 15:38:45.438793 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2025.06.04 15:38:45.438815 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:38:45.438834 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:38:45.438887 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:38:45.438917 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 2025.06.04 15:38:45.439464 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} executeQuery: Read 36 rows, 1.39 KiB in 0.00147 sec., 24489.79591836735 rows/sec., 942.68 KiB/sec. 2025.06.04 15:38:45.439534 [ 260 ] {bcb047ce-5c4c-4535-8c3d-61885203a459} TCPHandler: Processed in 0.001692151 sec. 2025.06.04 15:38:45.439783 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.439944 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} executeQuery: (from [fd00:1122:3344:101::d]:51340) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.06.04 15:38:45.440196 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 15:38:45.440241 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.06.04 15:38:45.440478 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.440537 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 15:38:45.440655 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.06.04 15:38:45.440687 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2025.06.04 15:38:45.440709 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (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.04 15:38:45.440725 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 15:38:45.440763 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.06.04 15:38:45.440786 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 36 rows starting from 0 2025.06.04 15:38:45.441223 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} executeQuery: Read 36 rows, 1.39 KiB in 0.001345 sec., 26765.799256505576 rows/sec., 1.01 MiB/sec. 2025.06.04 15:38:45.441289 [ 260 ] {22afcfb2-babe-4bc2-937b-91f279cb2b63} TCPHandler: Processed in 0.001566289 sec. 2025.06.04 15:38:45.802640 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.802828 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 15:38:45.802939 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 15:38:45.803913 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.803960 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.804403 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:38:45.804630 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} oximeter.timeseries_schema (fa607302-f387-40fc-b392-1d4f5bee699c): 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.04 15:38:45.804792 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} executeQuery: Read 6 rows, 1.34 KiB in 0.00202 sec., 2970.29702970297 rows/sec., 661.36 KiB/sec. 2025.06.04 15:38:45.804844 [ 260 ] {f4d5228e-b9de-41bb-a592-395e93545ceb} TCPHandler: Processed in 0.002320389 sec. 2025.06.04 15:38:45.804969 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.805080 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.805123 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:38:45.805673 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.805711 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.806022 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:38:45.806234 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:45.806339 [ 58 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.04 15:38:45.806365 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} executeQuery: Read 212 rows, 13.81 KiB in 0.001309 sec., 161955.69136745608 rows/sec., 10.30 MiB/sec. 2025.06.04 15:38:45.806406 [ 58 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.806418 [ 260 ] {47e303ac-3bae-469e-b3d5-aafed640abdc} TCPHandler: Processed in 0.001498078 sec. 2025.06.04 15:38:45.806434 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.806541 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:38:45.806545 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.806687 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:45.806693 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:45.806739 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part 2025.06.04 15:38:45.806754 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:45.806836 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:45.806891 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:45.806940 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:45.806984 [ 189 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.06.04 15:38:45.807917 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421558 sec., 745660.7468706869 rows/sec., 50.27 MiB/sec. 2025.06.04 15:38:45.808079 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.808093 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.04 15:38:45.808119 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.808414 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:45.808488 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_9_2} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.04 15:38:45.808572 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:38:45.808581 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:38:45.808792 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:45.808929 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} executeQuery: Read 1757 rows, 145.95 KiB in 0.002256 sec., 778812.0567375886 rows/sec., 63.18 MiB/sec. 2025.06.04 15:38:45.808966 [ 260 ] {fd6487bc-5bd9-4d72-9753-b2608e9a3015} TCPHandler: Processed in 0.002469011 sec. 2025.06.04 15:38:45.809077 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.809172 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.809211 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:45.809625 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.809661 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.809947 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:45.810153 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:45.810252 [ 58 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:45.810279 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} executeQuery: Read 106 rows, 6.39 KiB in 0.001127 sec., 94055.0133096717 rows/sec., 5.53 MiB/sec. 2025.06.04 15:38:45.810282 [ 58 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.810317 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.810322 [ 260 ] {affc241a-853b-49ab-a66d-dc0099a7492a} TCPHandler: Processed in 0.001291935 sec. 2025.06.04 15:38:45.810408 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:38:45.810441 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.810529 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:45.810537 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.810569 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 162 rows starting from the beginning of the part 2025.06.04 15:38:45.810587 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:38:45.810639 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 106 rows starting from the beginning of the part 2025.06.04 15:38:45.810689 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2025.06.04 15:38:45.810730 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 106 rows starting from the beginning of the part 2025.06.04 15:38:45.810771 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2025.06.04 15:38:45.810811 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 106 rows starting from the beginning of the part 2025.06.04 15:38:45.811119 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.811158 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.811485 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:38:45.811660 [ 200 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 5 columns (5 merged, 0 gathered) in 0.001296486 sec., 433479.4205259448 rows/sec., 28.64 MiB/sec. 2025.06.04 15:38:45.811699 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:45.811772 [ 200 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:45.811826 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} executeQuery: Read 341 rows, 23.30 KiB in 0.001307 sec., 260902.830910482 rows/sec., 17.41 MiB/sec. 2025.06.04 15:38:45.811862 [ 260 ] {e6288e88-b942-4d84-8129-f5726ee0ab9f} TCPHandler: Processed in 0.001467738 sec. 2025.06.04 15:38:45.811966 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.811998 [ 200 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:45.812058 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.812060 [ 200 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_26_5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:45.812098 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:38:45.812150 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:38:45.812502 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.812537 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.812829 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:38:45.813044 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:45.813136 [ 58 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.04 15:38:45.813163 [ 58 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.813168 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} executeQuery: Read 112 rows, 6.53 KiB in 0.001128 sec., 99290.78014184396 rows/sec., 5.66 MiB/sec. 2025.06.04 15:38:45.813181 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.813212 [ 260 ] {43b42ff2-4d4f-4556-a9d4-826221b5d21b} TCPHandler: Processed in 0.001292296 sec. 2025.06.04 15:38:45.813278 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:38:45.813326 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.813378 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:45.813408 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part 2025.06.04 15:38:45.813421 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:45.813462 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:45.813465 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:45.813514 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:45.813560 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:45.813600 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part 2025.06.04 15:38:45.814175 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.814215 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.814318 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001075744 sec., 520569.9497278163 rows/sec., 31.64 MiB/sec. 2025.06.04 15:38:45.814449 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.04 15:38:45.814575 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:38:45.814776 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:45.814846 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:45.814853 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_9_2} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.04 15:38:45.814932 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:38:45.814991 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} executeQuery: Read 838 rows, 61.87 KiB in 0.001587 sec., 528040.3276622558 rows/sec., 38.07 MiB/sec. 2025.06.04 15:38:45.815033 [ 260 ] {70a4a5d8-4bd2-444e-964e-c271ac8303c1} TCPHandler: Processed in 0.001753511 sec. 2025.06.04 15:38:45.815144 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.815236 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:38:45.815275 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:38:45.815603 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.815639 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.815933 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:38:45.816139 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:45.816264 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} executeQuery: Read 6 rows, 321.00 B in 0.001045 sec., 5741.626794258374 rows/sec., 299.98 KiB/sec. 2025.06.04 15:38:45.816298 [ 260 ] {3b0a40a0-ae49-438a-9b68-d7d81e320002} TCPHandler: Processed in 0.001200735 sec. 2025.06.04 15:38:45.816406 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.816496 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.816538 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:45.819154 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.819191 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.819917 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:38:45.820147 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:45.820279 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} executeQuery: Read 7819 rows, 534.19 KiB in 0.003801 sec., 2057090.2394106814 rows/sec., 137.25 MiB/sec. 2025.06.04 15:38:45.820317 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2025.06.04 15:38:45.820330 [ 260 ] {e582ec60-15b3-46af-b4ba-6c6ac88e1331} TCPHandler: Processed in 0.003970358 sec. 2025.06.04 15:38:45.820453 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.820545 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.820586 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:38:45.821002 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.821042 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.821347 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:38:45.821555 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:45.821681 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} executeQuery: Read 1 rows, 69.00 B in 0.001154 sec., 866.5511265164644 rows/sec., 58.39 KiB/sec. 2025.06.04 15:38:45.821717 [ 260 ] {03551e48-79d6-4680-b55f-24c2ccefddfb} TCPHandler: Processed in 0.001311357 sec. 2025.06.04 15:38:45.821826 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:45.821919 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:45.821959 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:45.822287 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:45.822323 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:45.822614 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:38:45.822817 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:45.822942 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} executeQuery: Read 34 rows, 2.02 KiB in 0.001042 sec., 32629.558541266797 rows/sec., 1.89 MiB/sec. 2025.06.04 15:38:45.822977 [ 260 ] {d0ab4692-8bcc-4096-85e0-9240bc97f618} TCPHandler: Processed in 0.001198835 sec. 2025.06.04 15:38:49.127181 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:49.127470 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:49.127573 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:49.128372 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:49.128416 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:49.128795 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:38:49.129015 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:49.129171 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} executeQuery: Read 56 rows, 4.41 KiB in 0.001776 sec., 31531.53153153153 rows/sec., 2.42 MiB/sec. 2025.06.04 15:38:49.129219 [ 260 ] {c907e05a-9746-41ff-859a-c3e070c51263} TCPHandler: Processed in 0.002216808 sec. 2025.06.04 15:38:49.129342 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:49.129443 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:49.129485 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:49.129914 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:49.129951 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:49.130259 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:38:49.130477 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:49.130609 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2025.06.04 15:38:49.130646 [ 260 ] {1d5061b7-7832-4b73-a953-10941db242ad} TCPHandler: Processed in 0.001354227 sec. 2025.06.04 15:38:49.130773 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:49.130869 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:49.130912 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:49.131306 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:49.131340 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:49.131652 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:38:49.131855 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:49.131978 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} executeQuery: Read 128 rows, 9.13 KiB in 0.00113 sec., 113274.33628318585 rows/sec., 7.89 MiB/sec. 2025.06.04 15:38:49.132014 [ 260 ] {4787f5b1-79a8-46a8-a537-ed1f5fa0bf07} TCPHandler: Processed in 0.001289906 sec. 2025.06.04 15:38:49.132122 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:49.132214 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:49.132253 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:49.132576 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:49.132610 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:49.132905 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:38:49.133104 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:49.133229 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} executeQuery: Read 48 rows, 3.31 KiB in 0.001034 sec., 46421.66344294004 rows/sec., 3.13 MiB/sec. 2025.06.04 15:38:49.133264 [ 260 ] {b8a0d3f2-c0f9-479e-a1a9-7a828da0aab2} TCPHandler: Processed in 0.001188885 sec. 2025.06.04 15:38:49.983847 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 2025.06.04 15:38:49.984322 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:49.984361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:49.984840 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:49.985098 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:49.985236 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 2025.06.04 15:38:50.591255 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.06.04 15:38:50.608155 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:50.608209 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:50.614120 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:38:50.614867 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:50.617657 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.06.04 15:38:52.463795 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 660 2025.06.04 15:38:52.466623 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:52.466675 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:52.468005 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:38:52.468309 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:38:52.468692 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 660 2025.06.04 15:38:54.131912 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:54.132077 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:54.132139 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:54.132860 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.132912 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.133334 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:38:54.133566 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:54.133689 [ 51 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:38:54.133728 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} executeQuery: Read 136 rows, 12.02 KiB in 0.001683 sec., 80808.0808080808 rows/sec., 6.98 MiB/sec. 2025.06.04 15:38:54.133748 [ 51 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.133774 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.133782 [ 260 ] {543830ed-ac14-48f9-8d8f-66bb13566cd4} TCPHandler: Processed in 0.001989495 sec. 2025.06.04 15:38:54.133906 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:54.133903 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:38:54.134009 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:54.134054 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:54.134058 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:54.134093 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 706 rows starting from the beginning of the part 2025.06.04 15:38:54.134160 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 617 rows starting from the beginning of the part 2025.06.04 15:38:54.134205 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 136 rows starting from the beginning of the part 2025.06.04 15:38:54.134244 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:38:54.134280 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2025.06.04 15:38:54.134317 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 136 rows starting from the beginning of the part 2025.06.04 15:38:54.134478 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.134521 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.134914 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:38:54.135143 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:54.135281 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} executeQuery: Read 40 rows, 3.01 KiB in 0.001296 sec., 30864.197530864196 rows/sec., 2.27 MiB/sec. 2025.06.04 15:38:54.135319 [ 260 ] {7b1cfa9c-9a4c-4a76-ad8c-8c954da74be3} TCPHandler: Processed in 0.001463527 sec. 2025.06.04 15:38:54.135422 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:54.135516 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:54.135556 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:54.135728 [ 200 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 5 columns (5 merged, 0 gathered) in 0.001893364 sec., 1799970.8455426425 rows/sec., 152.05 MiB/sec. 2025.06.04 15:38:54.135976 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.136016 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.136046 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:38:54.136365 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:38:54.136432 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:54.136531 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_36_7} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:38:54.136604 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:54.136632 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.06.04 15:38:54.136715 [ 51 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:38:54.136742 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} executeQuery: Read 104 rows, 8.32 KiB in 0.001246 sec., 83467.09470304976 rows/sec., 6.52 MiB/sec. 2025.06.04 15:38:54.136749 [ 51 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.136782 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.136787 [ 260 ] {432dc397-bfa8-4491-b747-d0466a20cc28} TCPHandler: Processed in 0.001412668 sec. 2025.06.04 15:38:54.136861 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:38:54.136903 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:54.136954 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:54.136983 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 456 rows starting from the beginning of the part 2025.06.04 15:38:54.137002 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:54.137028 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 382 rows starting from the beginning of the part 2025.06.04 15:38:54.137050 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:54.137069 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 104 rows starting from the beginning of the part 2025.06.04 15:38:54.137108 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 838 rows starting from the beginning of the part 2025.06.04 15:38:54.137141 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2025.06.04 15:38:54.137173 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2025.06.04 15:38:54.137448 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.137489 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.137827 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:38:54.138049 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:54.138132 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001309396 sec., 1487708.836746103 rows/sec., 113.63 MiB/sec. 2025.06.04 15:38:54.138153 [ 51 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:38:54.138180 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.06.04 15:38:54.138185 [ 51 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.138219 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.138223 [ 260 ] {b74cb94f-48a3-4044-9a74-8c2b46dd19dc} TCPHandler: Processed in 0.001367827 sec. 2025.06.04 15:38:54.138292 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:38:54.138295 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:38:54.138340 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:54.138400 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:54.138433 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5179 rows starting from the beginning of the part 2025.06.04 15:38:54.138446 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:54.138485 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part 2025.06.04 15:38:54.138507 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:38:54.138538 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.06.04 15:38:54.138540 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:54.138584 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7819 rows starting from the beginning of the part 2025.06.04 15:38:54.138621 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_36_7} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:38:54.138622 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 128 rows starting from the beginning of the part 2025.06.04 15:38:54.138668 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:38:54.138695 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.04 15:38:54.139385 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.139426 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.140124 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:38:54.140366 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:38:54.140511 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} executeQuery: Read 40 rows, 73.40 KiB in 0.002084 sec., 19193.857965451058 rows/sec., 34.39 MiB/sec. 2025.06.04 15:38:54.140576 [ 260 ] {90ad5b3d-a350-47f8-b30f-f7acb452e3d8} TCPHandler: Processed in 0.002284698 sec. 2025.06.04 15:38:54.140689 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:54.140782 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:54.140822 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:54.141141 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.141177 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.141515 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:38:54.141732 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:54.141844 [ 51 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:38:54.141863 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.06.04 15:38:54.141898 [ 51 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:54.141915 [ 260 ] {ac6d252a-841e-4830-a288-d4f50d06978b} TCPHandler: Processed in 0.001273525 sec. 2025.06.04 15:38:54.141924 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:54.142016 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:38:54.142110 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:54.142140 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1792 rows starting from the beginning of the part 2025.06.04 15:38:54.142201 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part 2025.06.04 15:38:54.142249 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.06.04 15:38:54.142293 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:38:54.142334 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part 2025.06.04 15:38:54.142375 [ 201 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:38:54.143029 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13683 rows, containing 5 columns (5 merged, 0 gathered) in 0.004765468 sec., 2871281.477496019 rows/sec., 193.99 MiB/sec. 2025.06.04 15:38:54.143342 [ 186 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:38:54.143588 [ 186 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:54.143641 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2076 rows, containing 4 columns (4 merged, 0 gathered) in 0.001657491 sec., 1252495.488663287 rows/sec., 83.17 MiB/sec. 2025.06.04 15:38:54.143652 [ 186 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_36_7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:38:54.143739 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2025.06.04 15:38:54.143986 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:38:54.144315 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:54.144398 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_36_7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:38:54.144505 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2025.06.04 15:38:55.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 226.90 MiB, peak 235.62 MiB, free memory in arenas 0.00 B, will set to 228.44 MiB (RSS), difference: 1.54 MiB 2025.06.04 15:38:57.341701 [ 48 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:38:57.341763 [ 48 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:38:57.411244 [ 48 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2025.06.04 15:38:57.411306 [ 48 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:57.411339 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:57.411470 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:38:57.411625 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:57.411666 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part 2025.06.04 15:38:57.411737 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.06.04 15:38:57.411788 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.06.04 15:38:57.411834 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.06.04 15:38:57.411877 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.06.04 15:38:57.412697 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001280726 sec., 8588.878495478346 rows/sec., 572.64 KiB/sec. 2025.06.04 15:38:57.412880 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.06.04 15:38:57.413185 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:57.413259 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_10_2} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2025.06.04 15:38:57.413362 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.04 15:38:57.485465 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 2025.06.04 15:38:57.485989 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:57.486035 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:57.486510 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:57.486738 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:57.486863 [ 48 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:57.486868 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.06.04 15:38:57.486901 [ 48 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:57.486924 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:57.487004 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:38:57.487102 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:57.487135 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part 2025.06.04 15:38:57.487186 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part 2025.06.04 15:38:57.487229 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part 2025.06.04 15:38:57.487270 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part 2025.06.04 15:38:57.487309 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part 2025.06.04 15:38:57.487350 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part 2025.06.04 15:38:57.489269 [ 187 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002294868 sec., 5209885.710202069 rows/sec., 74.53 MiB/sec. 2025.06.04 15:38:57.489558 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:57.489796 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:38:57.489857 [ 201 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_26_5} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:57.489949 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.06.04 15:38:58.117920 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.06.04 15:38:58.134640 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:58.134692 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:58.140626 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:38:58.141324 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:58.141624 [ 46 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:38:58.141689 [ 46 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:58.141710 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:58.141808 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.143200 [ 46 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2025.06.04 15:38:58.143230 [ 46 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:58.143247 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:58.143358 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:38:58.143494 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:58.143528 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part 2025.06.04 15:38:58.143597 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part 2025.06.04 15:38:58.143643 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part 2025.06.04 15:38:58.143689 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part 2025.06.04 15:38:58.143730 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 341 rows starting from the beginning of the part 2025.06.04 15:38:58.144199 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.06.04 15:38:58.144647 [ 193 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.001339087 sec., 592941.3100119708 rows/sec., 41.15 MiB/sec. 2025.06.04 15:38:58.144822 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.06.04 15:38:58.145099 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:58.145169 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_10_2} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2025.06.04 15:38:58.145241 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.06.04 15:38:58.145354 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:38:58.146555 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.151068 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.155356 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.159690 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.164209 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.168712 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:38:58.227332 [ 187 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.085567302 sec., 2290.5946011947417 rows/sec., 11.84 MiB/sec. 2025.06.04 15:38:58.230091 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:38:58.232299 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_26_5} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:38:58.232422 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_26_5} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:38:58.234477 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.04 15:38:59.001140 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 230.07 MiB, peak 240.62 MiB, free memory in arenas 0.00 B, will set to 236.87 MiB (RSS), difference: 6.80 MiB 2025.06.04 15:38:59.133646 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.133823 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.133890 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:38:59.134622 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.134669 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.135086 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:38:59.135332 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:38:59.135493 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} executeQuery: Read 212 rows, 13.81 KiB in 0.001718 sec., 123399.30151338766 rows/sec., 7.85 MiB/sec. 2025.06.04 15:38:59.135544 [ 260 ] {dc5802da-cec5-4c1d-8305-a02be4e773fe} TCPHandler: Processed in 0.002022945 sec. 2025.06.04 15:38:59.135669 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.135773 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:38:59.135816 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:38:59.136484 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.136523 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.136878 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:38:59.137096 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:38:59.137233 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} executeQuery: Read 617 rows, 49.39 KiB in 0.001484 sec., 415768.1940700808 rows/sec., 32.50 MiB/sec. 2025.06.04 15:38:59.137272 [ 260 ] {13551714-8a6c-4e60-8b2a-6baff5d7e7e3} TCPHandler: Processed in 0.00165547 sec. 2025.06.04 15:38:59.137378 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.137476 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.137517 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:38:59.137941 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.137978 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.138280 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:38:59.138493 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:38:59.138623 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} executeQuery: Read 106 rows, 6.39 KiB in 0.001169 sec., 90675.79127459368 rows/sec., 5.33 MiB/sec. 2025.06.04 15:38:59.138661 [ 260 ] {d94b3514-eb65-4750-a79b-47cbef33b48f} TCPHandler: Processed in 0.001334326 sec. 2025.06.04 15:38:59.138773 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.138869 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.138909 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:38:59.139324 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.139360 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.139665 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:38:59.139887 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:38:59.140027 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} executeQuery: Read 113 rows, 7.49 KiB in 0.001178 sec., 95925.29711375212 rows/sec., 6.21 MiB/sec. 2025.06.04 15:38:59.140066 [ 260 ] {ef2543be-475e-4d61-bb16-5b860cdbafb5} TCPHandler: Processed in 0.001342587 sec. 2025.06.04 15:38:59.140180 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.140274 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.140313 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:38:59.140729 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.140766 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.141070 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:38:59.141279 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:38:59.141406 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} executeQuery: Read 112 rows, 6.53 KiB in 0.00115 sec., 97391.3043478261 rows/sec., 5.55 MiB/sec. 2025.06.04 15:38:59.141444 [ 260 ] {90549c20-07b9-477f-9879-ce50ab297cb5} TCPHandler: Processed in 0.001314147 sec. 2025.06.04 15:38:59.141560 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.141654 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:38:59.141693 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:38:59.142212 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.142249 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.142573 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:38:59.142780 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:38:59.142907 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} executeQuery: Read 382 rows, 27.58 KiB in 0.001271 sec., 300550.7474429583 rows/sec., 21.19 MiB/sec. 2025.06.04 15:38:59.142944 [ 260 ] {70fb7c91-b60f-441f-bbd9-98dabb5bf004} TCPHandler: Processed in 0.001434748 sec. 2025.06.04 15:38:59.143056 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.143151 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:38:59.143191 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:38:59.143520 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.143554 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.143860 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:38:59.144072 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:38:59.144197 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. 2025.06.04 15:38:59.144233 [ 260 ] {04cf27a2-baa2-4325-b9d4-dadea7aa69a0} TCPHandler: Processed in 0.001225765 sec. 2025.06.04 15:38:59.144341 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.144442 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.144485 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:38:59.144898 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.144933 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.145281 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:38:59.145489 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:38:59.145619 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} executeQuery: Read 237 rows, 16.27 KiB in 0.001196 sec., 198160.53511705686 rows/sec., 13.28 MiB/sec. 2025.06.04 15:38:59.145656 [ 260 ] {5f61f010-e566-48a5-a696-5f4e7940eb7c} TCPHandler: Processed in 0.001365547 sec. 2025.06.04 15:38:59.145772 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.145867 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.145909 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:38:59.146221 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.146255 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.146549 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:38:59.146756 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:38:59.146889 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2025.06.04 15:38:59.146924 [ 260 ] {1761eafe-b665-4458-96aa-50d289bf2322} TCPHandler: Processed in 0.001202815 sec. 2025.06.04 15:38:59.147036 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:38:59.147129 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:38:59.147169 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:38:59.147490 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:38:59.147525 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.06.04 15:38:59.147838 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:38:59.148050 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:38:59.148174 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} executeQuery: Read 82 rows, 5.33 KiB in 0.001063 sec., 77140.16933207902 rows/sec., 4.90 MiB/sec. 2025.06.04 15:38:59.148209 [ 260 ] {2e3ca7d0-c161-41eb-a7aa-53de0739c742} TCPHandler: Processed in 0.001222325 sec. 2025.06.04 15:39:02.469057 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 692 2025.06.04 15:39:02.471340 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:02.471385 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:02.472547 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:39:02.472812 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:02.473072 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 692 2025.06.04 15:39:04.131448 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.131650 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:39:04.131711 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:39:04.132309 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.132349 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.132705 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 15:39:04.132926 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:39:04.133082 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} executeQuery: Read 8 rows, 668.00 B in 0.001479 sec., 5409.060175794455 rows/sec., 441.07 KiB/sec. 2025.06.04 15:39:04.133122 [ 260 ] {0d466726-0b9e-46d7-8c10-ffb911fbae7d} TCPHandler: Processed in 0.001820042 sec. 2025.06.04 15:39:04.133238 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.133330 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:04.133368 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:04.133852 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.133887 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.134195 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:39:04.134395 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:04.134528 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} executeQuery: Read 140 rows, 12.32 KiB in 0.001215 sec., 115226.33744855967 rows/sec., 9.90 MiB/sec. 2025.06.04 15:39:04.134564 [ 260 ] {70baf6ee-d6af-4343-b11e-7500cb8c9d43} TCPHandler: Processed in 0.001372696 sec. 2025.06.04 15:39:04.134675 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.134766 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:04.134810 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:04.135213 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.135248 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.135546 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:39:04.135749 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:04.135874 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} executeQuery: Read 48 rows, 3.57 KiB in 0.001126 sec., 42628.77442273535 rows/sec., 3.09 MiB/sec. 2025.06.04 15:39:04.135911 [ 260 ] {8278b03b-361c-44e4-af3c-8baccdc0af50} TCPHandler: Processed in 0.001282626 sec. 2025.06.04 15:39:04.136025 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.136117 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:04.136155 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:04.136579 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.136613 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.136913 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:39:04.137116 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:04.137244 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} executeQuery: Read 112 rows, 8.97 KiB in 0.001145 sec., 97816.59388646288 rows/sec., 7.65 MiB/sec. 2025.06.04 15:39:04.137281 [ 260 ] {54cc4f7b-4577-4433-8d0c-2e924c4df850} TCPHandler: Processed in 0.001302266 sec. 2025.06.04 15:39:04.137395 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.137486 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:04.137528 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:04.137935 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.137970 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.138292 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:39:04.138494 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:04.138623 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} executeQuery: Read 164 rows, 11.69 KiB in 0.001155 sec., 141991.341991342 rows/sec., 9.89 MiB/sec. 2025.06.04 15:39:04.138659 [ 260 ] {0fc3f199-e867-4978-ba4b-313938733048} TCPHandler: Processed in 0.001311017 sec. 2025.06.04 15:39:04.138769 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.138860 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:04.138911 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:39:04.139744 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.139779 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.140311 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:39:04.140531 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:04.140668 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} executeQuery: Read 40 rows, 73.40 KiB in 0.001826 sec., 21905.80503833516 rows/sec., 39.25 MiB/sec. 2025.06.04 15:39:04.140727 [ 260 ] {4ca10c09-493c-4036-8427-e892cade2336} TCPHandler: Processed in 0.002004514 sec. 2025.06.04 15:39:04.140852 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:04.140966 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:04.141009 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:04.141349 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.141385 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.141677 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:39:04.141881 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:04.142012 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.06.04 15:39:04.142047 [ 260 ] {00fdedb8-5ec9-4643-980c-673530646210} TCPHandler: Processed in 0.001242495 sec. 2025.06.04 15:39:04.987010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 2025.06.04 15:39:04.987698 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:04.987732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:04.988279 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:39:04.988509 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:04.988633 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 2025.06.04 15:39:05.644315 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.06.04 15:39:05.659893 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:05.659968 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:05.666346 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:39:05.667083 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:05.669727 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.06.04 15:39:09.134550 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.134759 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.134824 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:39:09.135593 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.135639 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.136044 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:39:09.136278 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:09.136448 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} executeQuery: Read 212 rows, 13.81 KiB in 0.001742 sec., 121699.196326062 rows/sec., 7.74 MiB/sec. 2025.06.04 15:39:09.136498 [ 260 ] {8be60490-6746-4396-b9a7-f8a98d52e80a} TCPHandler: Processed in 0.002079286 sec. 2025.06.04 15:39:09.136618 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.136719 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:09.136763 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:09.137468 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.137505 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.137852 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:39:09.138089 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:09.138223 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} executeQuery: Read 617 rows, 49.39 KiB in 0.001527 sec., 404060.24885396205 rows/sec., 31.59 MiB/sec. 2025.06.04 15:39:09.138261 [ 260 ] {fe0e63a3-cba6-4aeb-a524-05d28197bab6} TCPHandler: Processed in 0.001692641 sec. 2025.06.04 15:39:09.138371 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.138466 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.138505 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:09.138928 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.138965 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.139285 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:39:09.139498 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:09.139625 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} executeQuery: Read 106 rows, 6.39 KiB in 0.001179 sec., 89906.7005937235 rows/sec., 5.29 MiB/sec. 2025.06.04 15:39:09.139662 [ 260 ] {f9e35b11-5e89-4b76-8ae1-4294b17515d6} TCPHandler: Processed in 0.001337827 sec. 2025.06.04 15:39:09.139773 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.139865 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.139903 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:39:09.140315 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.140351 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.140648 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:39:09.140866 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:09.140991 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} executeQuery: Read 113 rows, 7.49 KiB in 0.001144 sec., 98776.22377622378 rows/sec., 6.39 MiB/sec. 2025.06.04 15:39:09.141027 [ 260 ] {028c2bce-cb22-4ea2-b45f-61732768abfa} TCPHandler: Processed in 0.001300216 sec. 2025.06.04 15:39:09.141135 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.141227 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.141266 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:39:09.141675 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.141711 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.142016 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:39:09.142237 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:09.142371 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} executeQuery: Read 112 rows, 6.53 KiB in 0.001162 sec., 96385.5421686747 rows/sec., 5.49 MiB/sec. 2025.06.04 15:39:09.142407 [ 260 ] {310b3de0-c6cb-4cd5-b5c2-273188ee9593} TCPHandler: Processed in 0.001319016 sec. 2025.06.04 15:39:09.142516 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.142608 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:09.142646 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:09.143165 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.143201 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.143532 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:39:09.143739 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:09.143864 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} executeQuery: Read 382 rows, 27.58 KiB in 0.001274 sec., 299843.0141287284 rows/sec., 21.14 MiB/sec. 2025.06.04 15:39:09.143900 [ 260 ] {e042397d-5995-4d3c-b748-082415d51fca} TCPHandler: Processed in 0.001430898 sec. 2025.06.04 15:39:09.144008 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.144100 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:39:09.144140 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:39:09.144467 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.144502 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.144806 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:39:09.145007 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:09.145105 [ 7 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 15:39:09.145132 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. 2025.06.04 15:39:09.145171 [ 7 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.145179 [ 260 ] {4a36af58-69c2-4a04-9ab8-af76d1d7d24f} TCPHandler: Processed in 0.001217095 sec. 2025.06.04 15:39:09.145202 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.145296 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.145324 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:39:09.145393 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.145440 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:09.145475 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:09.145519 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.06.04 15:39:09.145591 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.06.04 15:39:09.145640 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.06.04 15:39:09.145685 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.06.04 15:39:09.145727 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.06.04 15:39:09.145765 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.06.04 15:39:09.145832 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.145873 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.146293 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:39:09.146527 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:09.146588 [ 192 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001321616 sec., 49938.86272563286 rows/sec., 2.55 MiB/sec. 2025.06.04 15:39:09.146657 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} executeQuery: Read 237 rows, 16.27 KiB in 0.001282 sec., 184867.39469578784 rows/sec., 12.39 MiB/sec. 2025.06.04 15:39:09.146695 [ 260 ] {23024098-48ae-4e3e-bd1d-b395586f541f} TCPHandler: Processed in 0.001444898 sec. 2025.06.04 15:39:09.146720 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 15:39:09.146808 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.146906 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.146948 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:39:09.146984 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:09.147062 [ 199 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_11_2} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 15:39:09.147137 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.04 15:39:09.147261 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.147301 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.147630 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:39:09.147837 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:09.147962 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} executeQuery: Read 1 rows, 69.00 B in 0.001074 sec., 931.0986964618248 rows/sec., 62.74 KiB/sec. 2025.06.04 15:39:09.147997 [ 260 ] {9e03edb7-53cf-4ddc-a607-24bbcb35b452} TCPHandler: Processed in 0.001235935 sec. 2025.06.04 15:39:09.148104 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:09.148194 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:09.148233 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:09.148549 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:09.148585 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:09.148884 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:39:09.149089 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:09.149207 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} executeQuery: Read 82 rows, 5.33 KiB in 0.001042 sec., 78694.81765834933 rows/sec., 5.00 MiB/sec. 2025.06.04 15:39:09.149239 [ 260 ] {6115d707-f3d2-460a-8001-c0ae6a264c65} TCPHandler: Processed in 0.001195254 sec. 2025.06.04 15:39:12.342037 [ 30 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:39:12.342113 [ 30 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:39:12.473421 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 726 2025.06.04 15:39:12.475767 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:12.475814 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:12.477025 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:39:12.477288 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:12.477556 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 726 2025.06.04 15:39:12.488852 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 2025.06.04 15:39:12.489670 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:12.489752 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:12.490373 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:39:12.490605 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:12.490745 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.06.04 15:39:13.170013 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.06.04 15:39:13.185673 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:13.185715 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:13.192081 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:39:13.192807 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:13.195463 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.06.04 15:39:14.130798 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:14.130972 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:14.131035 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:14.131750 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.131793 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.132185 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:39:14.132393 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:14.132535 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} executeQuery: Read 136 rows, 12.02 KiB in 0.00164 sec., 82926.82926829268 rows/sec., 7.16 MiB/sec. 2025.06.04 15:39:14.132572 [ 260 ] {b28b8258-4a13-43fd-9f07-07a807367eb6} TCPHandler: Processed in 0.001926984 sec. 2025.06.04 15:39:14.132691 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:14.132781 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:14.132817 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:14.133277 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.133312 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.133613 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:39:14.133822 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:14.133919 [ 28 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:39:14.133948 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} executeQuery: Read 40 rows, 3.01 KiB in 0.00114 sec., 35087.71929824562 rows/sec., 2.58 MiB/sec. 2025.06.04 15:39:14.133960 [ 28 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.133983 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.133985 [ 260 ] {7aa66278-86ce-4347-a12b-67c21ba66ce7} TCPHandler: Processed in 0.001300376 sec. 2025.06.04 15:39:14.134105 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:39:14.134110 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:14.134269 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:14.134281 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:14.134310 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:14.134323 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 162 rows starting from the beginning of the part 2025.06.04 15:39:14.134405 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:14.134452 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 106 rows starting from the beginning of the part 2025.06.04 15:39:14.134498 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part 2025.06.04 15:39:14.134541 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 106 rows starting from the beginning of the part 2025.06.04 15:39:14.134582 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:14.134747 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.134788 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.135115 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:39:14.135382 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:14.135512 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} executeQuery: Read 104 rows, 8.32 KiB in 0.001261 sec., 82474.22680412371 rows/sec., 6.44 MiB/sec. 2025.06.04 15:39:14.135543 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494849 sec., 335819.8721074838 rows/sec., 22.75 MiB/sec. 2025.06.04 15:39:14.135548 [ 260 ] {801ab13f-18e1-4a1a-9dc0-477e9ecbdb41} TCPHandler: Processed in 0.001490178 sec. 2025.06.04 15:39:14.135685 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:14.135690 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:39:14.135777 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:14.135820 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:14.135947 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:14.136014 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_31_6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:39:14.136091 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.04 15:39:14.136228 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.136263 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.136605 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:39:14.136813 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:14.136939 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.06.04 15:39:14.136974 [ 260 ] {f4ac8d92-8612-45bd-a918-4a1ea861e0f7} TCPHandler: Processed in 0.001336197 sec. 2025.06.04 15:39:14.137082 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:14.137175 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:14.137226 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:39:14.138071 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.138106 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.138685 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:39:14.138914 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:14.139049 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} executeQuery: Read 40 rows, 73.40 KiB in 0.001892 sec., 21141.649048625794 rows/sec., 37.88 MiB/sec. 2025.06.04 15:39:14.139106 [ 260 ] {80db82d2-9389-4d20-bb46-45115d301420} TCPHandler: Processed in 0.002064456 sec. 2025.06.04 15:39:14.139232 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:14.139324 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:14.139363 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:14.139710 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:14.139745 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:14.140062 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:39:14.140280 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:14.140404 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2025.06.04 15:39:14.140439 [ 260 ] {91f5bd3f-7373-46bd-a6d5-88b95c58018a} TCPHandler: Processed in 0.001253505 sec. 2025.06.04 15:39:15.018868 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.019039 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.019104 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:39:15.019815 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.019864 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.020262 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:39:15.020492 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:15.020655 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} executeQuery: Read 212 rows, 13.81 KiB in 0.001662 sec., 127557.16004813477 rows/sec., 8.11 MiB/sec. 2025.06.04 15:39:15.020704 [ 260 ] {bcc556f8-0b45-4cb0-86a7-1feea6241d9e} TCPHandler: Processed in 0.001956284 sec. 2025.06.04 15:39:15.020823 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.020923 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:39:15.020966 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:39:15.021379 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.021418 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.021737 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 15:39:15.021955 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:39:15.022087 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} executeQuery: Read 8 rows, 668.00 B in 0.001187 sec., 6739.6798652064035 rows/sec., 549.57 KiB/sec. 2025.06.04 15:39:15.022125 [ 260 ] {ecf26da6-be4f-478d-977e-8ff2f4860996} TCPHandler: Processed in 0.001350056 sec. 2025.06.04 15:39:15.022230 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.022323 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:15.022362 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:15.023619 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.023656 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.024099 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:39:15.024311 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:15.024431 [ 31 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:39:15.024443 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} executeQuery: Read 1761 rows, 146.25 KiB in 0.002139 sec., 823281.9074333801 rows/sec., 66.77 MiB/sec. 2025.06.04 15:39:15.024523 [ 31 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.024534 [ 260 ] {0964a087-4ed7-46ea-8f1c-078af19a4bd8} TCPHandler: Processed in 0.002350669 sec. 2025.06.04 15:39:15.024559 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.024656 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.024687 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:39:15.024753 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.024798 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:15.024840 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:15.024882 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1846 rows starting from the beginning of the part 2025.06.04 15:39:15.024953 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 617 rows starting from the beginning of the part 2025.06.04 15:39:15.024999 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 140 rows starting from the beginning of the part 2025.06.04 15:39:15.025041 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 617 rows starting from the beginning of the part 2025.06.04 15:39:15.025079 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part 2025.06.04 15:39:15.025118 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1761 rows starting from the beginning of the part 2025.06.04 15:39:15.025239 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.025281 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.025613 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:39:15.025833 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:15.025968 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} executeQuery: Read 114 rows, 6.94 KiB in 0.001234 sec., 92382.49594813614 rows/sec., 5.50 MiB/sec. 2025.06.04 15:39:15.026006 [ 260 ] {d17dbbc3-c44b-40f5-8691-081ad83fe742} TCPHandler: Processed in 0.001396507 sec. 2025.06.04 15:39:15.026121 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.026212 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.026250 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:39:15.026795 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.026831 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.027103 [ 187 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5117 rows, containing 5 columns (5 merged, 0 gathered) in 0.002471821 sec., 2070133.7192296693 rows/sec., 175.26 MiB/sec. 2025.06.04 15:39:15.027158 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:39:15.027359 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:39:15.027400 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:15.027538 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} executeQuery: Read 341 rows, 23.30 KiB in 0.001344 sec., 253720.2380952381 rows/sec., 16.93 MiB/sec. 2025.06.04 15:39:15.027576 [ 260 ] {438da286-a89c-4413-9dd1-07f6d2720cdc} TCPHandler: Processed in 0.001502778 sec. 2025.06.04 15:39:15.027629 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:15.027687 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.027707 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_41_8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:39:15.027784 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.027793 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2025.06.04 15:39:15.027832 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:39:15.028264 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.028300 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.028612 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:39:15.028826 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:15.028952 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} executeQuery: Read 112 rows, 6.53 KiB in 0.001186 sec., 94435.07588532884 rows/sec., 5.38 MiB/sec. 2025.06.04 15:39:15.028989 [ 260 ] {31d97c4c-daac-4a03-8504-ac6e0535f318} TCPHandler: Processed in 0.001348387 sec. 2025.06.04 15:39:15.029100 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.029196 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:15.029235 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:15.029989 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.030025 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.030367 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:39:15.030573 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:15.030678 [ 31 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:39:15.030700 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} executeQuery: Read 846 rows, 62.53 KiB in 0.001522 sec., 555847.5689881735 rows/sec., 40.12 MiB/sec. 2025.06.04 15:39:15.030712 [ 31 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.030741 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.030743 [ 260 ] {46e25222-d6d7-42cc-89a6-ed6ae183f8ac} TCPHandler: Processed in 0.00168956 sec. 2025.06.04 15:39:15.030825 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:39:15.030866 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.030953 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:15.030963 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:39:15.030997 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 912 rows starting from the beginning of the part 2025.06.04 15:39:15.031015 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:39:15.031077 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 382 rows starting from the beginning of the part 2025.06.04 15:39:15.031134 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:39:15.031180 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 382 rows starting from the beginning of the part 2025.06.04 15:39:15.031225 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part 2025.06.04 15:39:15.031276 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 846 rows starting from the beginning of the part 2025.06.04 15:39:15.031343 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.031382 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.031732 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:39:15.031958 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:15.032093 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} executeQuery: Read 6 rows, 321.00 B in 0.001148 sec., 5226.480836236934 rows/sec., 273.06 KiB/sec. 2025.06.04 15:39:15.032132 [ 260 ] {ef6a3e07-d68b-4c71-bf9d-1c28f97561b8} TCPHandler: Processed in 0.001312386 sec. 2025.06.04 15:39:15.032257 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.032349 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.032428 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:15.032836 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2738 rows, containing 5 columns (5 merged, 0 gathered) in 0.002050295 sec., 1335417.5862497834 rows/sec., 101.70 MiB/sec. 2025.06.04 15:39:15.033040 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:39:15.033157 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.033201 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.033318 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:15.033408 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_41_8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:39:15.033485 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.06.04 15:39:15.033622 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:39:15.033840 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:15.033956 [ 31 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:39:15.033972 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} executeQuery: Read 959 rows, 65.25 KiB in 0.001641 sec., 584399.7562461913 rows/sec., 38.83 MiB/sec. 2025.06.04 15:39:15.034021 [ 31 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.034046 [ 260 ] {202bc2f6-1d11-4380-8720-15d3549c7fac} TCPHandler: Processed in 0.001835813 sec. 2025.06.04 15:39:15.034049 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.034176 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.034195 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:39:15.034274 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.034320 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:39:15.034354 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:15.034396 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13683 rows starting from the beginning of the part 2025.06.04 15:39:15.034462 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part 2025.06.04 15:39:15.034512 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 164 rows starting from the beginning of the part 2025.06.04 15:39:15.034556 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:39:15.034603 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.06.04 15:39:15.034641 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.034645 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 959 rows starting from the beginning of the part 2025.06.04 15:39:15.034685 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.035010 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:39:15.035236 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:15.035366 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. 2025.06.04 15:39:15.035403 [ 260 ] {576b75c0-ec2e-4cf2-9c6b-fed1fb7eea15} TCPHandler: Processed in 0.001275186 sec. 2025.06.04 15:39:15.035513 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:15.035606 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:15.035645 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:15.035969 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.036004 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.036387 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:39:15.036601 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:15.036732 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} executeQuery: Read 34 rows, 2.02 KiB in 0.001144 sec., 29720.27972027972 rows/sec., 1.72 MiB/sec. 2025.06.04 15:39:15.036732 [ 41 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:39:15.036769 [ 260 ] {3ebf8b80-3950-4505-99d3-6c3765c04512} TCPHandler: Processed in 0.001302976 sec. 2025.06.04 15:39:15.036793 [ 41 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:15.036819 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:15.036899 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:15.037004 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:15.037036 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2076 rows starting from the beginning of the part 2025.06.04 15:39:15.037088 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:15.037135 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:15.037174 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:15.037213 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:15.037253 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part 2025.06.04 15:39:15.038370 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2394 rows, containing 4 columns (4 merged, 0 gathered) in 0.001504348 sec., 1591387.099261607 rows/sec., 105.25 MiB/sec. 2025.06.04 15:39:15.038642 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:39:15.038884 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:15.038953 [ 198 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_41_8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:39:15.039017 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.06.04 15:39:15.039065 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 15440 rows, containing 5 columns (5 merged, 0 gathered) in 0.004931481 sec., 3130905.300050837 rows/sec., 211.40 MiB/sec. 2025.06.04 15:39:15.039459 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:39:15.039731 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:15.039805 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_41_8} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:39:15.039879 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2025.06.04 15:39:19.126922 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:19.127138 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:19.127215 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:19.127950 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:19.128005 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:19.128447 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:39:19.128684 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:19.128852 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} executeQuery: Read 56 rows, 4.41 KiB in 0.001768 sec., 31674.20814479638 rows/sec., 2.43 MiB/sec. 2025.06.04 15:39:19.128902 [ 260 ] {cb403647-5bdf-4183-bf81-bdfb2afdcd98} TCPHandler: Processed in 0.002115946 sec. 2025.06.04 15:39:19.129024 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:19.129129 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:19.129172 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:19.129623 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:19.129662 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:19.129979 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:39:19.130195 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:19.130331 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2025.06.04 15:39:19.130371 [ 260 ] {f8280261-2dbe-457b-aa0b-d8c570f5cc60} TCPHandler: Processed in 0.001400187 sec. 2025.06.04 15:39:19.130488 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:19.130588 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:19.130632 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:19.131091 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:19.131132 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:19.131496 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:39:19.131713 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:19.131850 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} executeQuery: Read 128 rows, 9.13 KiB in 0.001283 sec., 99766.17303195635 rows/sec., 6.95 MiB/sec. 2025.06.04 15:39:19.131889 [ 260 ] {37aca34f-2c76-4eb1-b786-7244c9daab42} TCPHandler: Processed in 0.001451907 sec. 2025.06.04 15:39:19.132003 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:19.132099 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:19.132141 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:19.132476 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:19.132513 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:19.132823 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:39:19.133026 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:19.133159 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} executeQuery: Read 48 rows, 3.31 KiB in 0.00108 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. 2025.06.04 15:39:19.133193 [ 260 ] {5a1a20a4-ee4a-45ab-9721-089e1f1f7ab0} TCPHandler: Processed in 0.001242816 sec. 2025.06.04 15:39:19.990901 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 2025.06.04 15:39:19.991699 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:19.991769 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:19.992598 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:39:19.992828 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:19.992962 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 2025.06.04 15:39:20.695597 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.06.04 15:39:20.712474 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:20.712538 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:20.718714 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:39:20.719423 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:20.722372 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.06.04 15:39:22.477797 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 768 2025.06.04 15:39:22.480393 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:22.480452 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:22.481702 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:39:22.481998 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:22.482151 [ 111 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:39:22.482188 [ 111 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:22.482210 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:22.482338 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:39:22.482385 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2025.06.04 15:39:22.482966 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:22.483136 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 572 rows starting from the beginning of the part 2025.06.04 15:39:22.483547 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 34 rows starting from the beginning of the part 2025.06.04 15:39:22.483906 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 54 rows starting from the beginning of the part 2025.06.04 15:39:22.484237 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2025.06.04 15:39:22.484565 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part 2025.06.04 15:39:22.484899 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2025.06.04 15:39:22.490798 [ 190 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 72 columns (72 merged, 0 gathered) in 0.008510725 sec., 90239.08068936548 rows/sec., 76.30 MiB/sec. 2025.06.04 15:39:22.492159 [ 200 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:39:22.492807 [ 200 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:22.492894 [ 200 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_21_4} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:39:22.493236 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. 2025.06.04 15:39:24.131277 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:24.131456 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:24.131524 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:24.132255 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:24.132304 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:24.132738 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:39:24.132971 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:24.133140 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} executeQuery: Read 136 rows, 12.02 KiB in 0.001733 sec., 78476.63012117715 rows/sec., 6.78 MiB/sec. 2025.06.04 15:39:24.133192 [ 260 ] {9c40388a-c76f-456f-9e60-e30cc3d4158b} TCPHandler: Processed in 0.002040535 sec. 2025.06.04 15:39:24.133315 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:24.133421 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:24.133465 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:24.133901 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:24.133940 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:24.134260 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:39:24.134465 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:24.134598 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} executeQuery: Read 40 rows, 3.01 KiB in 0.001201 sec., 33305.57868442964 rows/sec., 2.45 MiB/sec. 2025.06.04 15:39:24.134638 [ 260 ] {bbc93f49-0ba4-45b8-bec9-ee4e20f20f9a} TCPHandler: Processed in 0.001375666 sec. 2025.06.04 15:39:24.134752 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:24.134849 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:24.134891 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:24.135320 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:24.135356 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:24.135664 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:39:24.135870 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:24.136003 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} executeQuery: Read 104 rows, 8.32 KiB in 0.001174 sec., 88586.03066439524 rows/sec., 6.92 MiB/sec. 2025.06.04 15:39:24.136043 [ 260 ] {28ae49c8-faab-4bb3-8ffa-472363ffd858} TCPHandler: Processed in 0.001339617 sec. 2025.06.04 15:39:24.136157 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:24.136253 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:24.136297 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:24.136704 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:24.136741 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:24.137070 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:39:24.137287 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:24.137417 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.06.04 15:39:24.137454 [ 260 ] {4fa19c45-5193-49b7-8571-cb9b97058817} TCPHandler: Processed in 0.001346336 sec. 2025.06.04 15:39:24.137555 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:24.137650 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:24.137705 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:39:24.138564 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:24.138601 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:24.139150 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:39:24.139366 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:24.139506 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} executeQuery: Read 40 rows, 73.40 KiB in 0.001874 sec., 21344.71718249733 rows/sec., 38.25 MiB/sec. 2025.06.04 15:39:24.139573 [ 260 ] {900dddc6-35b6-4789-99fd-fecf5134c8f2} TCPHandler: Processed in 0.002065475 sec. 2025.06.04 15:39:24.139710 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:24.139806 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:24.139847 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:24.140183 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:24.140220 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:24.140514 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:39:24.140716 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:24.140844 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.06.04 15:39:24.140905 [ 260 ] {e8be2748-c245-4156-b938-7ec85b9b4d7e} TCPHandler: Processed in 0.001243155 sec. 2025.06.04 15:39:27.342384 [ 169 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:39:27.342484 [ 169 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:39:27.493138 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 2025.06.04 15:39:27.493762 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:27.493796 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:27.494267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:39:27.494501 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:27.494627 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.06.04 15:39:28.222531 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.06.04 15:39:28.240790 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:28.240861 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:28.246656 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:39:28.247420 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:28.251119 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.06.04 15:39:29.138312 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.138493 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.138559 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:39:29.139285 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.139332 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.139745 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:39:29.139983 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:29.140146 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} executeQuery: Read 212 rows, 13.81 KiB in 0.001701 sec., 124632.56907701351 rows/sec., 7.93 MiB/sec. 2025.06.04 15:39:29.140145 [ 154 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.06.04 15:39:29.140199 [ 260 ] {6a9fa133-1615-4ba9-8a55-6514991932e3} TCPHandler: Processed in 0.002018855 sec. 2025.06.04 15:39:29.140214 [ 154 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.140241 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.140334 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.140358 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:39:29.140444 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:29.140493 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:29.140499 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:29.140542 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part 2025.06.04 15:39:29.140611 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.06.04 15:39:29.140658 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.06.04 15:39:29.140701 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.06.04 15:39:29.140741 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.06.04 15:39:29.141250 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.141293 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.141663 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:39:29.141663 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001359347 sec., 779786.1767451578 rows/sec., 52.57 MiB/sec. 2025.06.04 15:39:29.141884 [ 190 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.06.04 15:39:29.141901 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:29.142059 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} executeQuery: Read 617 rows, 49.39 KiB in 0.001641 sec., 375990.24984765385 rows/sec., 29.39 MiB/sec. 2025.06.04 15:39:29.142101 [ 260 ] {49b5867d-3b7c-4b14-831d-5c24f7a7b64b} TCPHandler: Processed in 0.001818263 sec. 2025.06.04 15:39:29.142218 [ 190 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:29.142222 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.142305 [ 190 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_13_3} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.06.04 15:39:29.142338 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.142385 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:29.142402 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:39:29.142832 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.142873 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.143186 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:39:29.143401 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:29.143544 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} executeQuery: Read 106 rows, 6.39 KiB in 0.00123 sec., 86178.86178861788 rows/sec., 5.07 MiB/sec. 2025.06.04 15:39:29.143582 [ 260 ] {cf0b41b8-2811-4f63-b513-7e786c00d075} TCPHandler: Processed in 0.001410638 sec. 2025.06.04 15:39:29.143696 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.143793 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.143834 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:39:29.144252 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.144290 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.144591 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:39:29.144814 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:29.144944 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} executeQuery: Read 113 rows, 7.49 KiB in 0.00117 sec., 96581.19658119658 rows/sec., 6.25 MiB/sec. 2025.06.04 15:39:29.144983 [ 260 ] {8bd0335a-96bc-4fb2-aeb6-0312ace1e528} TCPHandler: Processed in 0.001335117 sec. 2025.06.04 15:39:29.145098 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.145195 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.145234 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:39:29.145655 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.145692 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.145999 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:39:29.146218 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:29.146327 [ 154 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.06.04 15:39:29.146348 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} executeQuery: Read 112 rows, 6.53 KiB in 0.001171 sec., 95644.74807856533 rows/sec., 5.45 MiB/sec. 2025.06.04 15:39:29.146368 [ 154 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.146391 [ 260 ] {33360cf3-1e60-49bf-a474-ff64134be977} TCPHandler: Processed in 0.001341386 sec. 2025.06.04 15:39:29.146393 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.146482 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:39:29.146515 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.146585 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:29.146618 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:29.146619 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part 2025.06.04 15:39:29.146666 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:29.146690 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part 2025.06.04 15:39:29.146733 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part 2025.06.04 15:39:29.146775 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part 2025.06.04 15:39:29.146811 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part 2025.06.04 15:39:29.147265 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.147307 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.147544 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001092433 sec., 512617.24975353177 rows/sec., 31.16 MiB/sec. 2025.06.04 15:39:29.147647 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:39:29.147734 [ 191 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.06.04 15:39:29.147900 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:29.148052 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} executeQuery: Read 382 rows, 27.58 KiB in 0.001452 sec., 263085.3994490358 rows/sec., 18.55 MiB/sec. 2025.06.04 15:39:29.148093 [ 260 ] {d5412ccd-90c2-4d53-8ad2-887a7c759b3d} TCPHandler: Processed in 0.00162924 sec. 2025.06.04 15:39:29.148094 [ 191 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:29.148196 [ 191 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_13_3} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.06.04 15:39:29.148208 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.148301 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:39:29.148308 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:39:29.148362 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:39:29.148694 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.148731 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.149043 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:39:29.149257 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:29.149388 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} executeQuery: Read 6 rows, 321.00 B in 0.001098 sec., 5464.48087431694 rows/sec., 285.50 KiB/sec. 2025.06.04 15:39:29.149425 [ 260 ] {4712e8e2-9890-4665-8e5a-cabd407ec110} TCPHandler: Processed in 0.001266515 sec. 2025.06.04 15:39:29.149540 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.149633 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.149676 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:29.150074 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.150110 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.150447 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:39:29.150659 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:29.150785 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} executeQuery: Read 237 rows, 16.27 KiB in 0.00117 sec., 202564.10256410256 rows/sec., 13.58 MiB/sec. 2025.06.04 15:39:29.150821 [ 260 ] {e66b43ee-d3b5-45ff-b25c-8943e8b5e2f9} TCPHandler: Processed in 0.001330217 sec. 2025.06.04 15:39:29.150935 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.151030 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.151071 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:39:29.151400 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.151440 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.151757 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:39:29.151980 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:29.152113 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2025.06.04 15:39:29.152151 [ 260 ] {b276c53c-48e4-49cc-a1a2-9ac7153e379f} TCPHandler: Processed in 0.001263835 sec. 2025.06.04 15:39:29.152257 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:29.152354 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:29.152395 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:29.152733 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:29.152770 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.06.04 15:39:29.153082 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:39:29.153294 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:29.153424 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} executeQuery: Read 82 rows, 5.33 KiB in 0.00109 sec., 75229.35779816513 rows/sec., 4.78 MiB/sec. 2025.06.04 15:39:29.153460 [ 260 ] {e885f2b7-3aa9-4649-b4cf-e05520b996bf} TCPHandler: Processed in 0.001253575 sec. 2025.06.04 15:39:32.482847 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 800 2025.06.04 15:39:32.485421 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:32.485469 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:32.486657 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:39:32.486933 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:32.487197 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2025.06.04 15:39:34.131122 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.131300 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:39:34.131365 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:39:34.131968 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.132017 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.132382 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 15:39:34.132614 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:39:34.132776 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} executeQuery: Read 2 rows, 167.00 B in 0.001523 sec., 1313.1976362442547 rows/sec., 107.08 KiB/sec. 2025.06.04 15:39:34.132822 [ 260 ] {17d66888-dbf8-4224-bae9-78bc2d0dddde} TCPHandler: Processed in 0.001823543 sec. 2025.06.04 15:39:34.132944 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.133045 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:34.133088 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:34.133634 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.133672 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.133985 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:39:34.134195 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:34.134340 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} executeQuery: Read 137 rows, 12.10 KiB in 0.001317 sec., 104024.29764616552 rows/sec., 8.97 MiB/sec. 2025.06.04 15:39:34.134378 [ 260 ] {4636cf44-b80b-448a-8129-5ca360f13216} TCPHandler: Processed in 0.001485088 sec. 2025.06.04 15:39:34.134488 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.134585 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:34.134626 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:34.135029 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.135066 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.135363 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:39:34.135572 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:34.135705 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} executeQuery: Read 42 rows, 3.15 KiB in 0.00114 sec., 36842.10526315789 rows/sec., 2.70 MiB/sec. 2025.06.04 15:39:34.135742 [ 260 ] {991093e4-edca-4cd9-9d9b-0319030e9bac} TCPHandler: Processed in 0.001302136 sec. 2025.06.04 15:39:34.135866 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.135993 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:34.136043 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:34.136580 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.136625 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.136980 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:39:34.137207 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:34.137348 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} executeQuery: Read 106 rows, 8.48 KiB in 0.00138 sec., 76811.59420289856 rows/sec., 6.00 MiB/sec. 2025.06.04 15:39:34.137388 [ 260 ] {503b2df6-37c6-4360-8874-9c0ffb2b4b27} TCPHandler: Processed in 0.00158418 sec. 2025.06.04 15:39:34.137515 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.137613 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:34.137657 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:34.138086 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.138125 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.138469 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:39:34.138684 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:34.138819 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} executeQuery: Read 161 rows, 11.48 KiB in 0.001225 sec., 131428.57142857142 rows/sec., 9.15 MiB/sec. 2025.06.04 15:39:34.138855 [ 260 ] {4d70b8b6-357c-4cae-8d44-645e7caa0939} TCPHandler: Processed in 0.001391157 sec. 2025.06.04 15:39:34.138976 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.139100 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:34.139165 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:39:34.140043 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.140079 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.140658 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:39:34.140879 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:34.140998 [ 125 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.06.04 15:39:34.141019 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} executeQuery: Read 40 rows, 73.40 KiB in 0.001944 sec., 20576.1316872428 rows/sec., 36.87 MiB/sec. 2025.06.04 15:39:34.141074 [ 125 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.141103 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.141105 [ 260 ] {5c528579-3e90-4c76-b9dd-6be15d57b2c7} TCPHandler: Processed in 0.002188357 sec. 2025.06.04 15:39:34.141233 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:34.141240 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:39:34.141328 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:34.141373 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:34.141536 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:34.141614 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 550 rows starting from the beginning of the part 2025.06.04 15:39:34.141712 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.141751 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.141765 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:34.141885 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:34.142000 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:34.142062 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:39:34.142112 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:34.142230 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:34.142285 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:34.142425 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.06.04 15:39:34.142461 [ 260 ] {cf55902f-fed3-493d-957b-ea4673bcd294} TCPHandler: Processed in 0.001275995 sec. 2025.06.04 15:39:34.157348 [ 190 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 19 columns (19 merged, 0 gathered) in 0.016168469 sec., 46386.58119083507 rows/sec., 83.12 MiB/sec. 2025.06.04 15:39:34.158474 [ 194 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.06.04 15:39:34.158858 [ 194 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:34.158945 [ 194 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_21_4} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.06.04 15:39:34.159106 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. 2025.06.04 15:39:34.994872 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 2025.06.04 15:39:34.995620 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.995686 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.996199 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:39:34.996428 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:34.996560 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 2025.06.04 15:39:34.996555 [ 150 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:39:34.996630 [ 150 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:34.996649 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:34.996778 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:39:34.996943 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:34.996987 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:39:34.997061 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part 2025.06.04 15:39:34.997113 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part 2025.06.04 15:39:34.997163 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part 2025.06.04 15:39:34.997210 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part 2025.06.04 15:39:34.997255 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part 2025.06.04 15:39:34.999448 [ 190 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.002734614 sec., 5197442.856651799 rows/sec., 74.35 MiB/sec. 2025.06.04 15:39:34.999764 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:39:35.000100 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:35.000163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 247.98 MiB, peak 249.55 MiB, free memory in arenas 0.00 B, will set to 243.73 MiB (RSS), difference: -4.25 MiB 2025.06.04 15:39:35.000216 [ 195 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_31_6} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:39:35.000328 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.06.04 15:39:35.751365 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.06.04 15:39:35.768546 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:35.768604 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:35.774139 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:39:35.774806 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:35.775089 [ 148 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:39:35.775124 [ 148 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:35.775145 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:35.775312 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.777856 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.06.04 15:39:35.779572 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:35.781106 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.785975 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.790510 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.795042 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.799771 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.804015 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:39:35.856186 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080961336 sec., 2890.2685103911826 rows/sec., 14.95 MiB/sec. 2025.06.04 15:39:35.857915 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:39:35.859610 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_31_6} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:35.859708 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_31_6} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:39:35.861213 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.06.04 15:39:36.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 238.72 MiB, peak 249.55 MiB, free memory in arenas 0.00 B, will set to 248.95 MiB (RSS), difference: 10.23 MiB 2025.06.04 15:39:39.135122 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.135334 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.135409 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:39:39.136152 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.136203 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.136614 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:39:39.136839 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:39.137001 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} executeQuery: Read 212 rows, 13.81 KiB in 0.00172 sec., 123255.81395348838 rows/sec., 7.84 MiB/sec. 2025.06.04 15:39:39.137051 [ 260 ] {ffa7ee93-1fc4-456d-bb02-7d1db335420b} TCPHandler: Processed in 0.002065465 sec. 2025.06.04 15:39:39.137173 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.137276 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:39.137320 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:39.137962 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.138001 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.138376 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:39:39.138589 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:39.138708 [ 143 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:39:39.138722 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} executeQuery: Read 617 rows, 49.39 KiB in 0.00147 sec., 419727.8911564626 rows/sec., 32.81 MiB/sec. 2025.06.04 15:39:39.138787 [ 143 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.138805 [ 260 ] {04f0d5f8-5b61-496c-bd13-9b53899d5194} TCPHandler: Processed in 0.001684151 sec. 2025.06.04 15:39:39.138815 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.138931 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.138961 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:39:39.139034 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.139083 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:39.139128 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.139171 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1847 rows starting from the beginning of the part 2025.06.04 15:39:39.139247 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2025.06.04 15:39:39.139298 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 136 rows starting from the beginning of the part 2025.06.04 15:39:39.139346 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 617 rows starting from the beginning of the part 2025.06.04 15:39:39.139391 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 137 rows starting from the beginning of the part 2025.06.04 15:39:39.139437 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 617 rows starting from the beginning of the part 2025.06.04 15:39:39.139510 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.139552 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.139946 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:39:39.140167 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:39.140282 [ 143 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:39:39.140305 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} executeQuery: Read 106 rows, 6.39 KiB in 0.001293 sec., 81979.8917246713 rows/sec., 4.82 MiB/sec. 2025.06.04 15:39:39.140317 [ 143 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.140347 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.140352 [ 260 ] {a25681e5-56c3-41b6-83bb-6275666eebee} TCPHandler: Processed in 0.001470708 sec. 2025.06.04 15:39:39.140458 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:39:39.140475 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.140597 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.140617 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.140637 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:39:39.140662 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 162 rows starting from the beginning of the part 2025.06.04 15:39:39.140742 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 114 rows starting from the beginning of the part 2025.06.04 15:39:39.140798 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2025.06.04 15:39:39.140847 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 106 rows starting from the beginning of the part 2025.06.04 15:39:39.140889 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part 2025.06.04 15:39:39.140927 [ 190 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 106 rows starting from the beginning of the part 2025.06.04 15:39:39.141071 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.141112 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.141151 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.002258727 sec., 1509699.9327497303 rows/sec., 127.52 MiB/sec. 2025.06.04 15:39:39.141597 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:39:39.141805 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:39:39.141912 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:39.141933 [ 186 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530689 sec., 372381.32631775626 rows/sec., 24.63 MiB/sec. 2025.06.04 15:39:39.142017 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_46_9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:39:39.142087 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:39.142104 [ 201 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:39:39.142116 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.06.04 15:39:39.142207 [ 143 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.06.04 15:39:39.142237 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} executeQuery: Read 113 rows, 7.49 KiB in 0.001658 sec., 68154.40289505429 rows/sec., 4.41 MiB/sec. 2025.06.04 15:39:39.142243 [ 143 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.142284 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.142285 [ 260 ] {cdb8ae11-52f7-455a-b162-22548cb89ebd} TCPHandler: Processed in 0.001859812 sec. 2025.06.04 15:39:39.142378 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::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.04 15:39:39.142411 [ 201 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:39.142433 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.142464 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.142495 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 342 rows starting from the beginning of the part 2025.06.04 15:39:39.142499 [ 201 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_36_7} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:39:39.142534 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.142556 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part 2025.06.04 15:39:39.142581 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:39:39.142601 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:39:39.142601 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part 2025.06.04 15:39:39.142664 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 341 rows starting from the beginning of the part 2025.06.04 15:39:39.142702 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part 2025.06.04 15:39:39.142743 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part 2025.06.04 15:39:39.143032 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.143070 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.143405 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:39:39.143618 [ 190 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001286856 sec., 881994.5666026346 rows/sec., 61.51 MiB/sec. 2025.06.04 15:39:39.143640 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:39.143779 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} executeQuery: Read 112 rows, 6.53 KiB in 0.001263 sec., 88677.75138558986 rows/sec., 5.05 MiB/sec. 2025.06.04 15:39:39.143784 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.06.04 15:39:39.143823 [ 260 ] {6bdc07b2-a28e-4477-915a-de979080d2af} TCPHandler: Processed in 0.001438817 sec. 2025.06.04 15:39:39.143945 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.144043 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:39.144086 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:39.144117 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:39.144206 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_15_3} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.06.04 15:39:39.144295 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.04 15:39:39.144614 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.144657 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.144995 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:39:39.145232 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:39.145356 [ 144 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:39:39.145365 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} executeQuery: Read 382 rows, 27.58 KiB in 0.00134 sec., 285074.62686567166 rows/sec., 20.10 MiB/sec. 2025.06.04 15:39:39.145401 [ 144 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.145415 [ 260 ] {94472943-8186-4082-9f66-00e2b318e182} TCPHandler: Processed in 0.001517359 sec. 2025.06.04 15:39:39.145424 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.145496 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:39:39.145531 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.145577 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.145605 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part 2025.06.04 15:39:39.145630 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:39:39.145653 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2025.06.04 15:39:39.145677 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:39:39.145695 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 104 rows starting from the beginning of the part 2025.06.04 15:39:39.145734 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 382 rows starting from the beginning of the part 2025.06.04 15:39:39.145767 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 106 rows starting from the beginning of the part 2025.06.04 15:39:39.145803 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 382 rows starting from the beginning of the part 2025.06.04 15:39:39.146026 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.146066 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.146402 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:39:39.146631 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:39.146762 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} executeQuery: Read 6 rows, 321.00 B in 0.00115 sec., 5217.391304347826 rows/sec., 272.59 KiB/sec. 2025.06.04 15:39:39.146799 [ 260 ] {657059d5-8085-4b48-9809-ef9f1c29d338} TCPHandler: Processed in 0.001315926 sec. 2025.06.04 15:39:39.146826 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.001356266 sec., 1439245.6936913554 rows/sec., 109.95 MiB/sec. 2025.06.04 15:39:39.146903 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.147000 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.147014 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:39:39.147046 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:39.147271 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:39.147347 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_46_9} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:39:39.147424 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.04 15:39:39.147451 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.147492 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.147843 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:39:39.148068 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:39.148164 [ 144 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:39:39.148190 [ 144 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.148199 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} executeQuery: Read 237 rows, 16.27 KiB in 0.001217 sec., 194741.16680361546 rows/sec., 13.05 MiB/sec. 2025.06.04 15:39:39.148206 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.148239 [ 260 ] {ea49e3d7-d82e-4301-b77d-faf4df9d6443} TCPHandler: Processed in 0.001385658 sec. 2025.06.04 15:39:39.148278 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:39:39.148354 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.148385 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.148418 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 15440 rows starting from the beginning of the part 2025.06.04 15:39:39.148452 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.148465 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 128 rows starting from the beginning of the part 2025.06.04 15:39:39.148505 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:39:39.148516 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.06.04 15:39:39.148560 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part 2025.06.04 15:39:39.148596 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part 2025.06.04 15:39:39.148631 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part 2025.06.04 15:39:39.148844 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.148884 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.149220 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:39:39.149439 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:39.149536 [ 144 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.06.04 15:39:39.149560 [ 144 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.149576 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.149577 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} executeQuery: Read 1 rows, 69.00 B in 0.001144 sec., 874.1258741258741 rows/sec., 58.90 KiB/sec. 2025.06.04 15:39:39.149624 [ 260 ] {f1d0215f-1794-46a3-a9af-7afa92b11354} TCPHandler: Processed in 0.001317917 sec. 2025.06.04 15:39:39.149644 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::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.04 15:39:39.149728 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:39.149733 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.149777 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 11 rows starting from the beginning of the part 2025.06.04 15:39:39.149827 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:39.149830 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.06.04 15:39:39.149877 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:39.149892 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.06.04 15:39:39.149936 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.06.04 15:39:39.149973 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.06.04 15:39:39.150011 [ 186 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.06.04 15:39:39.150208 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.150250 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.150680 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:39:39.150801 [ 199 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.001186665 sec., 13483.16500444523 rows/sec., 901.95 KiB/sec. 2025.06.04 15:39:39.150945 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.06.04 15:39:39.150948 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:39.151072 [ 144 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:39:39.151093 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} executeQuery: Read 82 rows, 5.33 KiB in 0.001283 sec., 63912.70459859703 rows/sec., 4.06 MiB/sec. 2025.06.04 15:39:39.151108 [ 144 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:39.151131 [ 260 ] {bf20ce6a-3dcd-4e19-ae2f-d845404b746b} TCPHandler: Processed in 0.001451578 sec. 2025.06.04 15:39:39.151149 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:39.151219 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:39.151274 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:39.151310 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:39.151337 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2394 rows starting from the beginning of the part 2025.06.04 15:39:39.151348 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_15_3} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.06.04 15:39:39.151381 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part 2025.06.04 15:39:39.151421 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.06.04 15:39:39.151428 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:39:39.151454 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part 2025.06.04 15:39:39.151506 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.06.04 15:39:39.151545 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part 2025.06.04 15:39:39.152710 [ 187 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 4 columns (4 merged, 0 gathered) in 0.001517179 sec., 1796755.689341864 rows/sec., 118.68 MiB/sec. 2025.06.04 15:39:39.153057 [ 192 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:39:39.153358 [ 192 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:39.153436 [ 192 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_46_9} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:39:39.153529 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.04 15:39:39.154048 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16363 rows, containing 5 columns (5 merged, 0 gathered) in 0.005798601 sec., 2821887.555291354 rows/sec., 190.66 MiB/sec. 2025.06.04 15:39:39.154678 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:39:39.154990 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:39.155071 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_46_9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:39:39.155165 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. 2025.06.04 15:39:40.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 249.82 MiB, peak 258.51 MiB, free memory in arenas 0.00 B, will set to 252.42 MiB (RSS), difference: 2.60 MiB 2025.06.04 15:39:42.342540 [ 140 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:39:42.342606 [ 140 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:39:42.487495 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 834 2025.06.04 15:39:42.489874 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:42.489930 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:42.491212 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:39:42.491496 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:42.491882 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 834 2025.06.04 15:39:42.496721 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 2025.06.04 15:39:42.497239 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:42.497282 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:42.497782 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:39:42.498016 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:42.498143 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.06.04 15:39:43.001710 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001239805 sec. 2025.06.04 15:39:43.278017 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.06.04 15:39:43.292997 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:43.293050 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:43.298397 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:39:43.299080 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:43.301778 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.06.04 15:39:44.130724 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:44.130920 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:44.130994 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:44.131718 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:44.131766 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:44.132165 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:39:44.132404 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:44.132570 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} executeQuery: Read 136 rows, 12.02 KiB in 0.001703 sec., 79859.07222548443 rows/sec., 6.89 MiB/sec. 2025.06.04 15:39:44.132620 [ 260 ] {ea93e32d-95e3-48a7-8201-9a779fd674c9} TCPHandler: Processed in 0.002028954 sec. 2025.06.04 15:39:44.132751 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:44.132855 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:44.132898 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:44.133449 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:44.133487 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:44.133813 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:39:44.134037 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:44.134182 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} executeQuery: Read 40 rows, 3.01 KiB in 0.00135 sec., 29629.629629629628 rows/sec., 2.18 MiB/sec. 2025.06.04 15:39:44.134223 [ 260 ] {f99cc833-fb48-43c3-9885-4c43b91ebe62} TCPHandler: Processed in 0.001522118 sec. 2025.06.04 15:39:44.134370 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:44.134468 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:44.134510 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:44.134960 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:44.134998 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:44.135317 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:39:44.135529 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:44.135664 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} executeQuery: Read 104 rows, 8.32 KiB in 0.001216 sec., 85526.31578947368 rows/sec., 6.68 MiB/sec. 2025.06.04 15:39:44.135702 [ 260 ] {8600eaab-3ec9-411e-84b3-9e3bcdc8c38b} TCPHandler: Processed in 0.001381187 sec. 2025.06.04 15:39:44.135823 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:44.135919 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:44.135963 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:44.136369 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:44.136406 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:44.136735 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:39:44.136952 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:44.137083 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.06.04 15:39:44.137119 [ 260 ] {8a4ab5c9-db5b-4022-a3c4-38ff09bdb789} TCPHandler: Processed in 0.001343027 sec. 2025.06.04 15:39:44.137231 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:44.137325 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:44.137377 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:39:44.138195 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:44.138231 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:44.138818 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:39:44.139057 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:44.139197 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} executeQuery: Read 40 rows, 73.40 KiB in 0.00189 sec., 21164.021164021164 rows/sec., 37.92 MiB/sec. 2025.06.04 15:39:44.139258 [ 260 ] {7aa2831c-5c8a-4eee-a479-067097cec463} TCPHandler: Processed in 0.002073706 sec. 2025.06.04 15:39:44.139372 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:44.139467 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:44.139509 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:44.139847 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:44.139884 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:44.140189 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:39:44.140406 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:44.140535 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.06.04 15:39:44.140571 [ 260 ] {4fe81b82-1714-47d4-a757-6e82e0a9d707} TCPHandler: Processed in 0.001246875 sec. 2025.06.04 15:39:45.640064 [ 135 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.06.04 15:39:45.640135 [ 135 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.640156 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.640277 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:39:45.640433 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:45.640473 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:39:45.640549 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:39:45.640603 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part 2025.06.04 15:39:45.640652 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.06.04 15:39:45.640697 [ 190 ] {2b77651e-c131-4abb-a415-1d036442054f::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.04 15:39:45.641498 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272805 sec., 28283.98694222603 rows/sec., 2.36 MiB/sec. 2025.06.04 15:39:45.641686 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.06.04 15:39:45.641976 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:39:45.642051 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_9_2} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.06.04 15:39:45.642142 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:39:45.982359 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.982620 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.982720 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:39:45.983783 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.983825 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.984216 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:39:45.984440 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:45.984589 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} executeQuery: Read 212 rows, 13.81 KiB in 0.002043 sec., 103768.96720509055 rows/sec., 6.60 MiB/sec. 2025.06.04 15:39:45.984629 [ 260 ] {3fc5de47-b2d9-4bd1-ac47-ceefb003f03d} TCPHandler: Processed in 0.00243808 sec. 2025.06.04 15:39:45.984753 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.984860 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:45.984906 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:45.986106 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.986143 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.986570 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:39:45.986794 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:45.986931 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} executeQuery: Read 1757 rows, 145.95 KiB in 0.002094 sec., 839063.9923591213 rows/sec., 68.07 MiB/sec. 2025.06.04 15:39:45.986969 [ 260 ] {e7ba531f-67da-484a-a883-f9e5be89f218} TCPHandler: Processed in 0.002263588 sec. 2025.06.04 15:39:45.987088 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.987183 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.987224 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:45.987668 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.987704 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.988016 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:39:45.988238 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:45.988371 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} executeQuery: Read 106 rows, 6.39 KiB in 0.001206 sec., 87893.864013267 rows/sec., 5.17 MiB/sec. 2025.06.04 15:39:45.988407 [ 260 ] {c5fb465c-4c45-44eb-8aa2-0e35aa384092} TCPHandler: Processed in 0.001366337 sec. 2025.06.04 15:39:45.988524 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.988617 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.988656 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:39:45.989196 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.989234 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.989554 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:39:45.989758 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:45.989888 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} executeQuery: Read 341 rows, 23.30 KiB in 0.001289 sec., 264546.15981380915 rows/sec., 17.65 MiB/sec. 2025.06.04 15:39:45.989925 [ 260 ] {ec2a8c63-af0b-4347-ade0-79580cab6dee} TCPHandler: Processed in 0.001447198 sec. 2025.06.04 15:39:45.990040 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.990141 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.990181 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:39:45.990617 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.990653 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.990945 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:39:45.991142 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:45.991266 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} executeQuery: Read 112 rows, 6.53 KiB in 0.001151 sec., 97306.68983492616 rows/sec., 5.54 MiB/sec. 2025.06.04 15:39:45.991302 [ 260 ] {fa6ab3f9-1c24-4ae9-a8ac-f9af917e3c6d} TCPHandler: Processed in 0.001309677 sec. 2025.06.04 15:39:45.991419 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.991511 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:45.991548 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:45.992183 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.992220 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.992546 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:39:45.992757 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:45.992883 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} executeQuery: Read 838 rows, 61.87 KiB in 0.00139 sec., 602877.6978417266 rows/sec., 43.47 MiB/sec. 2025.06.04 15:39:45.992919 [ 260 ] {44be95ca-7620-40ba-9b13-57331f2d76aa} TCPHandler: Processed in 0.001546619 sec. 2025.06.04 15:39:45.993035 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.993126 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:39:45.993165 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:39:45.993490 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.993525 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.993817 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:39:45.994018 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:45.994143 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. 2025.06.04 15:39:45.994179 [ 260 ] {5051f21f-c885-4442-b20b-950f5c9a34ff} TCPHandler: Processed in 0.001190564 sec. 2025.06.04 15:39:45.994290 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.994381 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.994422 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:45.994971 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.995006 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.995364 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:39:45.995569 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:45.995697 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} executeQuery: Read 965 rows, 65.68 KiB in 0.001333 sec., 723930.9827456864 rows/sec., 48.12 MiB/sec. 2025.06.04 15:39:45.995732 [ 260 ] {9ff703fc-a38a-4e7e-93ef-ff0d3aebf659} TCPHandler: Processed in 0.001488608 sec. 2025.06.04 15:39:45.995842 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.995933 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.995973 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:39:45.996280 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.996314 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.996596 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:39:45.996807 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:45.996934 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} executeQuery: Read 1 rows, 69.00 B in 0.001019 sec., 981.3542688910698 rows/sec., 66.13 KiB/sec. 2025.06.04 15:39:45.996969 [ 260 ] {e0e76dec-708e-4bc9-8d6e-65e9a243704d} TCPHandler: Processed in 0.001174024 sec. 2025.06.04 15:39:45.997078 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:45.997169 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:45.997208 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:45.997523 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:45.997559 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:45.997854 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:39:45.998059 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:45.998189 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} executeQuery: Read 38 rows, 2.30 KiB in 0.001038 sec., 36608.86319845857 rows/sec., 2.17 MiB/sec. 2025.06.04 15:39:45.998222 [ 260 ] {a80b64aa-f98d-4ea7-92f5-362367403c1a} TCPHandler: Processed in 0.001190955 sec. 2025.06.04 15:39:49.126943 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:49.127152 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:49.127224 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:49.127898 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:49.127942 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:49.128345 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:39:49.128580 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:49.128746 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} executeQuery: Read 56 rows, 4.41 KiB in 0.001647 sec., 34001.21432908318 rows/sec., 2.61 MiB/sec. 2025.06.04 15:39:49.128797 [ 260 ] {73ba080f-7ce7-4efd-aee7-e3b79a928c29} TCPHandler: Processed in 0.001982614 sec. 2025.06.04 15:39:49.128917 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:49.129021 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:49.129065 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:49.129505 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:49.129541 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:49.129855 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:39:49.130087 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:49.130216 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.06.04 15:39:49.130254 [ 260 ] {67714f7f-9890-4eb7-9140-2defaf51b220} TCPHandler: Processed in 0.001386937 sec. 2025.06.04 15:39:49.130366 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:49.130464 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:49.130508 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:49.130888 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:49.130924 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:49.131250 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:39:49.131458 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:49.131608 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} executeQuery: Read 118 rows, 8.42 KiB in 0.001164 sec., 101374.57044673538 rows/sec., 7.06 MiB/sec. 2025.06.04 15:39:49.131645 [ 260 ] {6c390fd4-1c4f-4279-82fe-93735fac5c06} TCPHandler: Processed in 0.001326876 sec. 2025.06.04 15:39:49.131758 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:49.131853 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:49.131892 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:49.132218 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:49.132253 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:49.132560 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:39:49.132794 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:49.132923 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} executeQuery: Read 44 rows, 3.03 KiB in 0.00109 sec., 40366.97247706422 rows/sec., 2.72 MiB/sec. 2025.06.04 15:39:49.132960 [ 260 ] {c89d50f0-92f5-4c59-a511-5e538932640b} TCPHandler: Processed in 0.001249885 sec. 2025.06.04 15:39:49.998290 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 2025.06.04 15:39:49.998836 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:49.998884 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:49.999414 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:39:49.999649 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:49.999787 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 2025.06.04 15:39:50.801929 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.06.04 15:39:50.817977 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:50.818034 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:50.824063 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:39:50.824802 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:50.827567 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.06.04 15:39:52.492171 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 874 2025.06.04 15:39:52.494876 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:52.494932 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:52.496238 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:39:52.496514 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:39:52.496956 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 874 2025.06.04 15:39:54.131172 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:54.131347 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:54.131411 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:54.132125 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:54.132174 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:54.132579 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:39:54.132814 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:54.132974 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} executeQuery: Read 136 rows, 12.02 KiB in 0.001674 sec., 81242.53285543609 rows/sec., 7.01 MiB/sec. 2025.06.04 15:39:54.133023 [ 260 ] {eb64b49e-0bd7-472f-a6e5-afa45704e53d} TCPHandler: Processed in 0.001974794 sec. 2025.06.04 15:39:54.133146 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:54.133248 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:54.133291 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:54.133712 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:54.133750 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:54.134059 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:39:54.134270 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:54.134402 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} executeQuery: Read 40 rows, 3.01 KiB in 0.001177 sec., 33984.70688190314 rows/sec., 2.50 MiB/sec. 2025.06.04 15:39:54.134440 [ 260 ] {0da32637-7726-409a-ab61-b72525bbaa96} TCPHandler: Processed in 0.001342146 sec. 2025.06.04 15:39:54.134544 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:54.134640 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:54.134679 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:54.135110 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:54.135147 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:54.135447 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:39:54.135651 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:54.135781 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} executeQuery: Read 104 rows, 8.32 KiB in 0.001161 sec., 89577.95004306633 rows/sec., 7.00 MiB/sec. 2025.06.04 15:39:54.135820 [ 260 ] {f343d79c-e714-4f40-9d92-adeba662e73d} TCPHandler: Processed in 0.001323446 sec. 2025.06.04 15:39:54.135938 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:54.136034 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:54.136077 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:54.136484 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:54.136521 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:54.136844 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:39:54.137049 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:54.137179 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.06.04 15:39:54.137216 [ 260 ] {2bc2a6b3-aed0-40b6-bc65-b2a4da68873a} TCPHandler: Processed in 0.001324246 sec. 2025.06.04 15:39:54.137339 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:54.137461 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:54.137528 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:39:54.138489 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:54.138526 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:54.139098 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:39:54.139328 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:39:54.139470 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} executeQuery: Read 40 rows, 73.40 KiB in 0.002034 sec., 19665.683382497544 rows/sec., 35.24 MiB/sec. 2025.06.04 15:39:54.139530 [ 260 ] {b3e68c78-7e90-4e0b-840f-ed03fabc0666} TCPHandler: Processed in 0.002252338 sec. 2025.06.04 15:39:54.139657 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:54.139753 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:54.139795 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:54.140151 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:54.140187 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:54.140494 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:39:54.140707 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:54.140840 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.06.04 15:39:54.140875 [ 260 ] {097e2db3-3098-4c6a-a8be-a89f4de1d668} TCPHandler: Processed in 0.001268585 sec. 2025.06.04 15:39:57.297693 [ 120 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2025.06.04 15:39:57.297816 [ 120 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:57.297854 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:57.298018 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2025.06.04 15:39:57.298226 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:57.298280 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.06.04 15:39:57.298380 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:39:57.298449 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:39:57.298515 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:39:57.298583 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:39:57.299498 [ 187 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001551909 sec., 57993.09108974817 rows/sec., 2.96 MiB/sec. 2025.06.04 15:39:57.299701 [ 192 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.06.04 15:39:57.300050 [ 192 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:57.300134 [ 192 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_15_3} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2025.06.04 15:39:57.300241 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.06.04 15:39:57.342645 [ 118 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:39:57.342682 [ 118 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:39:57.500003 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 2025.06.04 15:39:57.500555 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:57.500592 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:57.501090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:39:57.501324 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:39:57.501462 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.06.04 15:39:58.327773 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.06.04 15:39:58.344439 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:58.344505 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:58.350943 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:39:58.351633 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:39:58.354505 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.06.04 15:39:59.135156 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.135338 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.135406 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:39:59.136126 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.136179 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.136579 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:39:59.136811 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:39:59.136979 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} executeQuery: Read 212 rows, 13.81 KiB in 0.001689 sec., 125518.05802249852 rows/sec., 7.98 MiB/sec. 2025.06.04 15:39:59.137029 [ 260 ] {f61c1ebf-33ab-4f82-8bc6-9e083fcc499a} TCPHandler: Processed in 0.002000965 sec. 2025.06.04 15:39:59.137160 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.137265 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:39:59.137310 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:39:59.138022 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.138061 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.138416 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:39:59.138634 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:59.138767 [ 116 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:39:59.138769 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} executeQuery: Read 617 rows, 49.39 KiB in 0.001529 sec., 403531.7200784827 rows/sec., 31.55 MiB/sec. 2025.06.04 15:39:59.138810 [ 116 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.138827 [ 260 ] {0d00a65f-538c-4565-a913-57e5a70ff500} TCPHandler: Processed in 0.001720771 sec. 2025.06.04 15:39:59.138834 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.138936 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.138968 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:39:59.139035 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.139081 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:39:59.139118 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:59.139161 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1847 rows starting from the beginning of the part 2025.06.04 15:39:59.139236 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part 2025.06.04 15:39:59.139288 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:39:59.139336 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2025.06.04 15:39:59.139380 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 136 rows starting from the beginning of the part 2025.06.04 15:39:59.139427 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 617 rows starting from the beginning of the part 2025.06.04 15:39:59.139515 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.139555 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.139954 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:39:59.140232 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:39:59.140393 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} executeQuery: Read 106 rows, 6.39 KiB in 0.001378 sec., 76923.07692307692 rows/sec., 4.53 MiB/sec. 2025.06.04 15:39:59.140437 [ 260 ] {e9068f30-265f-4279-9ebd-bb9abae6f319} TCPHandler: Processed in 0.001550199 sec. 2025.06.04 15:39:59.140569 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.140676 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.140722 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:39:59.141155 [ 187 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.002246158 sec., 2025235.980727981 rows/sec., 172.12 MiB/sec. 2025.06.04 15:39:59.141227 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.141273 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.141509 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:39:59.141674 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:39:59.141915 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:39:59.141980 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:39:59.142016 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_51_10} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:39:59.142123 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} executeQuery: Read 113 rows, 7.49 KiB in 0.00147 sec., 76870.74829931973 rows/sec., 4.98 MiB/sec. 2025.06.04 15:39:59.142125 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:39:59.142168 [ 260 ] {028a6fd6-e641-4967-a0e4-4997abb9099d} TCPHandler: Processed in 0.00165561 sec. 2025.06.04 15:39:59.142286 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.142381 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.142421 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:39:59.142850 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.142884 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.143187 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:39:59.143399 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:39:59.143526 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} executeQuery: Read 112 rows, 6.53 KiB in 0.001164 sec., 96219.93127147766 rows/sec., 5.48 MiB/sec. 2025.06.04 15:39:59.143563 [ 260 ] {bdb8e8e9-087c-4072-82ea-719cc27fb9a5} TCPHandler: Processed in 0.001325116 sec. 2025.06.04 15:39:59.143681 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.143776 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:39:59.143816 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:39:59.144343 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.144378 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.144710 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:39:59.144922 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:59.145029 [ 116 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:39:59.145048 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} executeQuery: Read 382 rows, 27.58 KiB in 0.001291 sec., 295894.65530596435 rows/sec., 20.87 MiB/sec. 2025.06.04 15:39:59.145061 [ 116 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.145080 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.145086 [ 260 ] {2e099b21-8a6a-4257-a3d8-be97726e85e7} TCPHandler: Processed in 0.001453938 sec. 2025.06.04 15:39:59.145156 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:39:59.145198 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.145274 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:59.145297 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:39:59.145307 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part 2025.06.04 15:39:59.145346 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:39:59.145375 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part 2025.06.04 15:39:59.145423 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 838 rows starting from the beginning of the part 2025.06.04 15:39:59.145466 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2025.06.04 15:39:59.145509 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part 2025.06.04 15:39:59.145551 [ 198 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 382 rows starting from the beginning of the part 2025.06.04 15:39:59.145688 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.145730 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.146062 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:39:59.146290 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:39:59.146423 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2025.06.04 15:39:59.146459 [ 260 ] {3a624059-7533-45cf-b794-cc52f557d3de} TCPHandler: Processed in 0.001309876 sec. 2025.06.04 15:39:59.146562 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.146609 [ 187 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.001486218 sec., 1618874.2162993585 rows/sec., 123.93 MiB/sec. 2025.06.04 15:39:59.146657 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.146704 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:39:59.146787 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:39:59.147054 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:39:59.147108 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.147124 [ 200 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_51_10} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:39:59.147143 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.147215 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.06.04 15:39:59.147470 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:39:59.147682 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:59.147779 [ 116 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:39:59.147810 [ 116 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.147810 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} executeQuery: Read 237 rows, 16.27 KiB in 0.001171 sec., 202391.11870196415 rows/sec., 13.57 MiB/sec. 2025.06.04 15:39:59.147827 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.147854 [ 260 ] {98dc2012-135e-4bb0-ab91-566490c909b1} TCPHandler: Processed in 0.001339886 sec. 2025.06.04 15:39:59.147893 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:39:59.147967 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.147996 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:59.148027 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16363 rows starting from the beginning of the part 2025.06.04 15:39:59.148067 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.148073 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:39:59.148115 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:39:59.148125 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 965 rows starting from the beginning of the part 2025.06.04 15:39:59.148168 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 118 rows starting from the beginning of the part 2025.06.04 15:39:59.148205 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:39:59.148244 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part 2025.06.04 15:39:59.148436 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.148476 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.148819 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:39:59.149031 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:39:59.149168 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} executeQuery: Read 1 rows, 69.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 60.22 KiB/sec. 2025.06.04 15:39:59.149205 [ 260 ] {a643f5fb-bb41-498f-b6d8-d86b4bda9434} TCPHandler: Processed in 0.001286156 sec. 2025.06.04 15:39:59.149317 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:39:59.149411 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:39:59.149451 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:39:59.149787 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.149824 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.150250 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:39:59.150473 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:59.150568 [ 116 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:39:59.150597 [ 116 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:39:59.150602 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} executeQuery: Read 82 rows, 5.33 KiB in 0.001209 sec., 67824.64846980976 rows/sec., 4.31 MiB/sec. 2025.06.04 15:39:59.150615 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.06.04 15:39:59.150640 [ 260 ] {1dfc451a-afb9-469a-8e7e-c9e8fa369c5a} TCPHandler: Processed in 0.001370876 sec. 2025.06.04 15:39:59.150683 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:59.150759 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:39:59.150785 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2726 rows starting from the beginning of the part 2025.06.04 15:39:59.150837 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:59.150876 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 38 rows starting from the beginning of the part 2025.06.04 15:39:59.150911 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part 2025.06.04 15:39:59.150945 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:39:59.150977 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part 2025.06.04 15:39:59.152282 [ 187 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3010 rows, containing 4 columns (4 merged, 0 gathered) in 0.00162822 sec., 1848644.5320656912 rows/sec., 121.95 MiB/sec. 2025.06.04 15:39:59.152710 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:39:59.152956 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18003 rows, containing 5 columns (5 merged, 0 gathered) in 0.005089343 sec., 3537391.7615692243 rows/sec., 238.94 MiB/sec. 2025.06.04 15:39:59.153005 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:39:59.153094 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_51_10} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:39:59.153179 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.06.04 15:39:59.153183 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:39:59.153468 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:39:59.153550 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_51_10} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:39:59.153639 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2025.06.04 15:40:02.497316 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 906 2025.06.04 15:40:02.499713 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:02.499773 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:02.501030 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:40:02.501344 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:02.501744 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 906 2025.06.04 15:40:04.131818 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.131997 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:40:04.132060 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:40:04.132646 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.132685 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.133072 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 15:40:04.133298 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:40:04.133449 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} executeQuery: Read 8 rows, 668.00 B in 0.001501 sec., 5329.7801465689545 rows/sec., 434.61 KiB/sec. 2025.06.04 15:40:04.133492 [ 260 ] {191ebc45-70fb-4a68-92be-03ba42c48988} TCPHandler: Processed in 0.001794962 sec. 2025.06.04 15:40:04.133609 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.133707 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:04.133746 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:04.134206 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.134241 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.134570 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:40:04.134786 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:04.134918 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} executeQuery: Read 140 rows, 12.32 KiB in 0.00123 sec., 113821.13821138212 rows/sec., 9.78 MiB/sec. 2025.06.04 15:40:04.134955 [ 260 ] {a4d25d75-980c-4a5b-b52c-1963ecbd360b} TCPHandler: Processed in 0.001394767 sec. 2025.06.04 15:40:04.135059 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.135154 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:04.135193 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:04.135608 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.135643 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.135942 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:40:04.136178 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:04.136271 [ 112 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:40:04.136307 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} executeQuery: Read 48 rows, 3.57 KiB in 0.001171 sec., 40990.606319385144 rows/sec., 2.97 MiB/sec. 2025.06.04 15:40:04.136310 [ 112 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.136339 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.136345 [ 260 ] {f9d1de4e-b1e4-4087-a30e-261471acb72a} TCPHandler: Processed in 0.001333067 sec. 2025.06.04 15:40:04.136459 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.136469 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:40:04.136553 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:04.136598 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:04.136636 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:04.136679 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part 2025.06.04 15:40:04.136756 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:04.136806 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:04.136850 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:04.136890 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:04.136932 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part 2025.06.04 15:40:04.137047 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.137090 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.137448 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:40:04.137679 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:04.137811 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} executeQuery: Read 112 rows, 8.97 KiB in 0.001275 sec., 87843.13725490196 rows/sec., 6.87 MiB/sec. 2025.06.04 15:40:04.137829 [ 194 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419337 sec., 355095.37199410715 rows/sec., 24.06 MiB/sec. 2025.06.04 15:40:04.137853 [ 260 ] {8509450b-cbd8-4e30-b88b-accd88bab50a} TCPHandler: Processed in 0.001443547 sec. 2025.06.04 15:40:04.137994 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.138070 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:40:04.138092 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:04.138150 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:04.138464 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:04.138549 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.138569 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_41_8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:40:04.138594 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.138706 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:40:04.138948 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:40:04.139168 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:04.139297 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} executeQuery: Read 164 rows, 11.69 KiB in 0.001224 sec., 133986.92810457517 rows/sec., 9.33 MiB/sec. 2025.06.04 15:40:04.139334 [ 260 ] {05221b55-48df-4603-b6e3-2de42a9ec335} TCPHandler: Processed in 0.001388847 sec. 2025.06.04 15:40:04.139457 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.139577 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:04.139643 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:40:04.140430 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.140463 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.141104 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:40:04.141336 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:04.141477 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} executeQuery: Read 40 rows, 73.40 KiB in 0.001923 sec., 20800.83203328133 rows/sec., 37.27 MiB/sec. 2025.06.04 15:40:04.141529 [ 260 ] {b4150e19-cd53-4fdc-ae13-304639ef4191} TCPHandler: Processed in 0.002132226 sec. 2025.06.04 15:40:04.141644 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:04.141739 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:04.141779 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:04.142122 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:04.142156 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:04.142457 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:40:04.142662 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:04.142788 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.06.04 15:40:04.142824 [ 260 ] {9a14da40-4895-4f3e-9e66-79ca03980961} TCPHandler: Processed in 0.001229925 sec. 2025.06.04 15:40:05.001603 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 2025.06.04 15:40:05.002186 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:05.002227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:05.002793 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:40:05.003071 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:05.003195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.06.04 15:40:05.854649 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.06.04 15:40:05.871406 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:05.871474 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:05.877620 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:40:05.878372 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:05.881710 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.06.04 15:40:09.135635 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.135841 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.135914 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:40:09.136658 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.136708 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.137103 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:40:09.137319 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:09.137444 [ 104 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.06.04 15:40:09.137476 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} executeQuery: Read 212 rows, 13.81 KiB in 0.001723 sec., 123041.20719674986 rows/sec., 7.83 MiB/sec. 2025.06.04 15:40:09.137478 [ 104 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.137511 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.137522 [ 260 ] {0b5df987-46d4-4782-a156-cf7d078c0c1c} TCPHandler: Processed in 0.002058135 sec. 2025.06.04 15:40:09.137645 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.137667 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:40:09.137743 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:09.137791 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:09.137871 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:09.137994 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part 2025.06.04 15:40:09.138091 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:09.138138 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:09.138182 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:09.138225 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:09.138567 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.138608 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.139004 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:40:09.139208 [ 194 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001575189 sec., 672935.1208013769 rows/sec., 45.37 MiB/sec. 2025.06.04 15:40:09.139226 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:09.139407 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} executeQuery: Read 617 rows, 49.39 KiB in 0.001621 sec., 380629.24120913015 rows/sec., 29.76 MiB/sec. 2025.06.04 15:40:09.139456 [ 260 ] {4ef16e8f-77ff-49fc-b479-812a5fc4b5d0} TCPHandler: Processed in 0.001817772 sec. 2025.06.04 15:40:09.139477 [ 195 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.06.04 15:40:09.139585 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.139689 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.139734 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:09.139841 [ 195 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:09.139966 [ 195 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_17_4} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.06.04 15:40:09.140102 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:40:09.140188 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.140228 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.140569 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:40:09.140803 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:09.140935 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} executeQuery: Read 106 rows, 6.39 KiB in 0.001268 sec., 83596.214511041 rows/sec., 4.92 MiB/sec. 2025.06.04 15:40:09.140973 [ 260 ] {2a512caf-92f7-4ecf-8726-ec3eeb159053} TCPHandler: Processed in 0.001436787 sec. 2025.06.04 15:40:09.141090 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.141185 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.141225 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:40:09.141648 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.141682 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.142003 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:40:09.142240 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:40:09.142379 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} executeQuery: Read 113 rows, 7.49 KiB in 0.001212 sec., 93234.32343234324 rows/sec., 6.04 MiB/sec. 2025.06.04 15:40:09.142416 [ 260 ] {ae7ee51f-59fe-4c21-be36-8ec120c86476} TCPHandler: Processed in 0.001373357 sec. 2025.06.04 15:40:09.142530 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.142624 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.142664 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:40:09.143077 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.143113 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.143413 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:40:09.143628 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:09.143723 [ 104 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.06.04 15:40:09.143753 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} executeQuery: Read 112 rows, 6.53 KiB in 0.001147 sec., 97646.0331299041 rows/sec., 5.56 MiB/sec. 2025.06.04 15:40:09.143755 [ 104 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.143791 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.143802 [ 260 ] {17f43c55-2497-425b-9618-0f71b176c352} TCPHandler: Processed in 0.001318156 sec. 2025.06.04 15:40:09.143866 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:40:09.143929 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.143969 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:09.144003 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part 2025.06.04 15:40:09.144025 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:09.144065 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:09.144065 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:09.144123 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:09.144166 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:09.144211 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:09.144616 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.144651 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.144989 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:40:09.145042 [ 194 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001211245 sec., 462334.2098419395 rows/sec., 28.10 MiB/sec. 2025.06.04 15:40:09.145167 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.06.04 15:40:09.145220 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:09.145350 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} executeQuery: Read 382 rows, 27.58 KiB in 0.001343 sec., 284437.82576321665 rows/sec., 20.06 MiB/sec. 2025.06.04 15:40:09.145387 [ 260 ] {163af215-70e8-44dd-8873-5e973a87c404} TCPHandler: Processed in 0.001505688 sec. 2025.06.04 15:40:09.145407 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:09.145477 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_17_4} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.06.04 15:40:09.145503 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.145551 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:40:09.145598 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:40:09.145640 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:40:09.145972 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.146007 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.146313 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:40:09.146526 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:09.146651 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} executeQuery: Read 6 rows, 321.00 B in 0.001071 sec., 5602.240896358544 rows/sec., 292.70 KiB/sec. 2025.06.04 15:40:09.146690 [ 260 ] {b6683d79-8b06-4da4-9338-835948934a85} TCPHandler: Processed in 0.001233635 sec. 2025.06.04 15:40:09.146793 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.146886 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.146928 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:09.147331 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.147366 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.147724 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:40:09.147945 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:09.148074 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} executeQuery: Read 237 rows, 16.27 KiB in 0.001206 sec., 196517.41293532337 rows/sec., 13.17 MiB/sec. 2025.06.04 15:40:09.148111 [ 260 ] {79220cca-2fc6-4da5-a737-5cee64adc5a0} TCPHandler: Processed in 0.001364147 sec. 2025.06.04 15:40:09.148226 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.148320 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.148360 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:40:09.148671 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.148706 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.149000 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:40:09.149210 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:40:09.149348 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} executeQuery: Read 1 rows, 69.00 B in 0.001047 sec., 955.1098376313277 rows/sec., 64.36 KiB/sec. 2025.06.04 15:40:09.149384 [ 260 ] {36056c8f-2c75-4934-913c-d90d62680a99} TCPHandler: Processed in 0.001206335 sec. 2025.06.04 15:40:09.149508 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:09.149631 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:09.149682 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:09.150077 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:09.150113 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:09.150430 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:40:09.150642 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:09.150775 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} executeQuery: Read 82 rows, 5.33 KiB in 0.00117 sec., 70085.47008547008 rows/sec., 4.45 MiB/sec. 2025.06.04 15:40:09.150811 [ 260 ] {f6bb57bc-bec1-4216-8262-d3be9ca46311} TCPHandler: Processed in 0.001365057 sec. 2025.06.04 15:40:12.342716 [ 101 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:40:12.342786 [ 101 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:40:12.502156 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 940 2025.06.04 15:40:12.503461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 2025.06.04 15:40:12.503984 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:12.504025 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:12.504530 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:40:12.504763 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:12.504903 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.06.04 15:40:12.504905 [ 101 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:40:12.504954 [ 101 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:12.504976 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:12.504988 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:12.505059 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:12.505100 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:12.505221 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:12.505262 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part 2025.06.04 15:40:12.505327 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part 2025.06.04 15:40:12.505377 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part 2025.06.04 15:40:12.505421 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part 2025.06.04 15:40:12.505465 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:12.505513 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:12.506355 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:40:12.506663 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:12.506848 [ 100 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:40:12.506913 [ 100 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:12.506934 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:12.507037 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:40:12.507062 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 940 2025.06.04 15:40:12.507564 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:12.507701 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 768 rows starting from the beginning of the part 2025.06.04 15:40:12.507750 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002702933 sec., 6115948.85999764 rows/sec., 87.49 MiB/sec. 2025.06.04 15:40:12.507852 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:40:12.508057 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2025.06.04 15:40:12.508114 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:12.508183 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_36_7} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:40:12.508252 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.06.04 15:40:12.508399 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part 2025.06.04 15:40:12.508732 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:12.509067 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2025.06.04 15:40:12.509395 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 34 rows starting from the beginning of the part 2025.06.04 15:40:12.515421 [ 196 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 72 columns (72 merged, 0 gathered) in 0.008427083 sec., 111545.12184109258 rows/sec., 91.48 MiB/sec. 2025.06.04 15:40:12.516622 [ 196 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:40:12.517125 [ 196 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:12.517192 [ 196 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_26_5} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:40:12.517354 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.06.04 15:40:13.381986 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.06.04 15:40:13.398860 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:13.398913 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:13.405025 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:40:13.405757 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:13.406068 [ 101 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:40:13.406168 [ 101 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:13.406206 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:13.406348 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:13.408898 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.06.04 15:40:13.410449 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:13.412117 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:13.416962 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:13.421867 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:13.426472 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:13.431318 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:13.435228 [ 199 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2025.06.04 15:40:13.489467 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.083175173 sec., 3270.206603597927 rows/sec., 16.91 MiB/sec. 2025.06.04 15:40:13.492418 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:40:13.494556 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_36_7} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:13.494671 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_36_7} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:40:13.497687 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.06.04 15:40:14.000198 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 257.06 MiB, peak 268.94 MiB, free memory in arenas 0.00 B, will set to 261.71 MiB (RSS), difference: 4.65 MiB 2025.06.04 15:40:14.131557 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:14.131746 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:14.131815 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:14.132556 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:14.132597 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:14.132975 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:40:14.133192 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:14.133342 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} executeQuery: Read 136 rows, 12.02 KiB in 0.001649 sec., 82474.22680412371 rows/sec., 7.12 MiB/sec. 2025.06.04 15:40:14.133383 [ 260 ] {b6767102-ea90-43a1-a868-c646db17593c} TCPHandler: Processed in 0.001955634 sec. 2025.06.04 15:40:14.133505 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:14.133599 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:14.133638 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:14.134054 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:14.134090 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:14.134390 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:40:14.134592 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:14.134719 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} executeQuery: Read 40 rows, 3.01 KiB in 0.001139 sec., 35118.52502194908 rows/sec., 2.58 MiB/sec. 2025.06.04 15:40:14.134756 [ 260 ] {29ff72ae-fd89-46b9-8a1a-685f5582079f} TCPHandler: Processed in 0.001298726 sec. 2025.06.04 15:40:14.134870 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:14.134963 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:14.135000 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:14.135425 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:14.135461 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:14.135759 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:40:14.135964 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:14.136089 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} executeQuery: Read 104 rows, 8.32 KiB in 0.001144 sec., 90909.09090909091 rows/sec., 7.10 MiB/sec. 2025.06.04 15:40:14.136125 [ 260 ] {7dafd58b-8315-499c-87d9-cc32ba7b6397} TCPHandler: Processed in 0.001302126 sec. 2025.06.04 15:40:14.136241 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:14.136333 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:14.136374 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:14.136781 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:14.136816 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:14.137133 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:40:14.137335 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:14.137461 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2025.06.04 15:40:14.137496 [ 260 ] {d0e565d2-d926-435d-bc09-ef8301e00ea2} TCPHandler: Processed in 0.001302456 sec. 2025.06.04 15:40:14.137606 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:14.137698 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:14.137750 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:40:14.138577 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:14.138612 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:14.139161 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:40:14.139379 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:14.139518 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} executeQuery: Read 40 rows, 73.40 KiB in 0.001838 sec., 21762.78563656148 rows/sec., 39.00 MiB/sec. 2025.06.04 15:40:14.139568 [ 260 ] {46aadd91-3a56-4caf-b91f-5758639d744c} TCPHandler: Processed in 0.002009284 sec. 2025.06.04 15:40:14.139677 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:14.139769 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:14.139808 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:14.140148 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:14.140183 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:14.140480 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:40:14.140682 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:14.140807 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.06.04 15:40:14.140842 [ 260 ] {782535fc-b27b-4035-9dfc-df16ce01cadf} TCPHandler: Processed in 0.001212525 sec. 2025.06.04 15:40:15.980606 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.980802 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.980875 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:40:15.981616 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.981669 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.982113 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:40:15.982388 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:15.982560 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} executeQuery: Read 212 rows, 13.81 KiB in 0.001809 sec., 117191.818684356 rows/sec., 7.45 MiB/sec. 2025.06.04 15:40:15.982624 [ 260 ] {124fbb38-01f1-4aa3-b951-38cd0ea63d63} TCPHandler: Processed in 0.002148527 sec. 2025.06.04 15:40:15.982763 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.982871 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:40:15.982916 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:40:15.983339 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.983377 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.983684 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 15:40:15.983898 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:40:15.984043 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} executeQuery: Read 8 rows, 668.00 B in 0.001196 sec., 6688.963210702341 rows/sec., 545.44 KiB/sec. 2025.06.04 15:40:15.984082 [ 260 ] {36e92098-b82b-4c3e-8cbb-742054ebfbca} TCPHandler: Processed in 0.001372957 sec. 2025.06.04 15:40:15.984198 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.984294 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:15.984335 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:15.985519 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.985557 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.985979 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:40:15.986218 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:15.986357 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} executeQuery: Read 1761 rows, 146.25 KiB in 0.002082 sec., 845821.3256484149 rows/sec., 68.60 MiB/sec. 2025.06.04 15:40:15.986396 [ 260 ] {4388982c-f78a-4520-99aa-3dfc7fc3b829} TCPHandler: Processed in 0.002247997 sec. 2025.06.04 15:40:15.986508 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.986604 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.986644 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:15.987078 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.987115 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.987430 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:40:15.987646 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:15.987778 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} executeQuery: Read 114 rows, 6.94 KiB in 0.001194 sec., 95477.38693467337 rows/sec., 5.68 MiB/sec. 2025.06.04 15:40:15.987817 [ 260 ] {1993d089-c065-4e2f-a34e-3a2a57232e47} TCPHandler: Processed in 0.001359447 sec. 2025.06.04 15:40:15.987930 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.988024 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.988065 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:40:15.988576 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.988615 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.988936 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:40:15.989150 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:40:15.989285 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} executeQuery: Read 341 rows, 23.30 KiB in 0.001281 sec., 266198.28259172523 rows/sec., 17.76 MiB/sec. 2025.06.04 15:40:15.989324 [ 260 ] {2f4d9502-d524-4956-95e8-76232708564f} TCPHandler: Processed in 0.001445018 sec. 2025.06.04 15:40:15.989446 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.989568 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.989616 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:40:15.990120 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.990165 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.990499 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:40:15.990706 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:15.990834 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} executeQuery: Read 112 rows, 6.53 KiB in 0.001291 sec., 86754.45391169636 rows/sec., 4.94 MiB/sec. 2025.06.04 15:40:15.990871 [ 260 ] {e7fbd997-c031-4041-b2b8-d9d38b7c633e} TCPHandler: Processed in 0.001484518 sec. 2025.06.04 15:40:15.990979 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.991073 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:15.991111 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:15.991798 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.991835 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.992210 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:40:15.992420 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:15.992549 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} executeQuery: Read 846 rows, 62.53 KiB in 0.001494 sec., 566265.0602409638 rows/sec., 40.87 MiB/sec. 2025.06.04 15:40:15.992586 [ 260 ] {3f06051b-b82b-4d12-b628-24971126cc5b} TCPHandler: Processed in 0.00165409 sec. 2025.06.04 15:40:15.992699 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.992792 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:40:15.992832 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:40:15.993163 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.993199 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.993501 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:40:15.993709 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:15.993841 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.06.04 15:40:15.993876 [ 260 ] {766b3eaf-3e91-4f8e-be5f-a9dde16b2146} TCPHandler: Processed in 0.001225185 sec. 2025.06.04 15:40:15.993984 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.994076 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.994119 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:15.994684 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.994721 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.995089 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:40:15.995380 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:15.995512 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} executeQuery: Read 963 rows, 65.55 KiB in 0.001453 sec., 662766.6896077081 rows/sec., 44.06 MiB/sec. 2025.06.04 15:40:15.995548 [ 260 ] {e5ddc0dc-ce64-45d8-af5b-4f5dd0c0d2a9} TCPHandler: Processed in 0.0016103 sec. 2025.06.04 15:40:15.995659 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.995750 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.995790 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:40:15.996112 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.996150 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.996591 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:40:15.996857 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:40:15.997011 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} executeQuery: Read 1 rows, 69.00 B in 0.001277 sec., 783.0853563038372 rows/sec., 52.77 KiB/sec. 2025.06.04 15:40:15.997054 [ 260 ] {a71746d2-4d1b-4d85-83a6-9162bda83b6a} TCPHandler: Processed in 0.001442307 sec. 2025.06.04 15:40:15.997175 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:15.997274 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:15.997314 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:15.997637 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:15.997672 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:15.997963 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:40:15.998164 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:15.998292 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} executeQuery: Read 38 rows, 2.30 KiB in 0.001036 sec., 36679.53667953668 rows/sec., 2.17 MiB/sec. 2025.06.04 15:40:15.998326 [ 260 ] {a6a3ed59-0c1b-4c29-b859-969752de45d4} TCPHandler: Processed in 0.001207925 sec. 2025.06.04 15:40:19.128357 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:19.128568 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:19.128643 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:19.129359 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.129408 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.129803 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:40:19.130036 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:19.130182 [ 91 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:40:19.130202 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} executeQuery: Read 56 rows, 4.41 KiB in 0.001687 sec., 33195.02074688797 rows/sec., 2.55 MiB/sec. 2025.06.04 15:40:19.130250 [ 91 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.130270 [ 260 ] {9a37b46c-44e5-489b-bdf1-e7ff4bafbb05} TCPHandler: Processed in 0.002043345 sec. 2025.06.04 15:40:19.130277 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.130406 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:19.130430 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:40:19.130514 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:19.130562 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:19.130585 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:19.130628 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1847 rows starting from the beginning of the part 2025.06.04 15:40:19.130703 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 140 rows starting from the beginning of the part 2025.06.04 15:40:19.130757 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 617 rows starting from the beginning of the part 2025.06.04 15:40:19.130806 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part 2025.06.04 15:40:19.130850 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1761 rows starting from the beginning of the part 2025.06.04 15:40:19.130896 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2025.06.04 15:40:19.131009 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.131054 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.131679 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:40:19.131947 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:19.132069 [ 91 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:40:19.132093 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} executeQuery: Read 64 rows, 5.12 KiB in 0.001603 sec., 39925.140361821585 rows/sec., 3.12 MiB/sec. 2025.06.04 15:40:19.132106 [ 91 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.132136 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.132141 [ 260 ] {518e1c0b-f79c-4dce-8f1a-431effeb2923} TCPHandler: Processed in 0.001786832 sec. 2025.06.04 15:40:19.132225 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:40:19.132269 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:19.132337 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:19.132369 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part 2025.06.04 15:40:19.132373 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:19.132421 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:19.132426 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:19.132471 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 382 rows starting from the beginning of the part 2025.06.04 15:40:19.132515 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part 2025.06.04 15:40:19.132552 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 846 rows starting from the beginning of the part 2025.06.04 15:40:19.132594 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2025.06.04 15:40:19.132801 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4557 rows, containing 5 columns (5 merged, 0 gathered) in 0.00243385 sec., 1872342.1739219755 rows/sec., 159.10 MiB/sec. 2025.06.04 15:40:19.132838 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.132883 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.133183 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:40:19.133474 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:19.133492 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:40:19.133545 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_56_11} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:40:19.133644 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:40:19.133709 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:19.133770 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158577 sec., 1527333.7243105872 rows/sec., 116.99 MiB/sec. 2025.06.04 15:40:19.133824 [ 91 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:40:19.133846 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} executeQuery: Read 118 rows, 8.42 KiB in 0.001493 sec., 79035.49899531146 rows/sec., 5.51 MiB/sec. 2025.06.04 15:40:19.133859 [ 91 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.133886 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.133892 [ 260 ] {f3d8ea46-9f4b-41b1-84e6-9149777b403b} TCPHandler: Processed in 0.00167303 sec. 2025.06.04 15:40:19.133977 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:40:19.134015 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:19.134026 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:40:19.134100 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:19.134125 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:19.134133 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18003 rows starting from the beginning of the part 2025.06.04 15:40:19.134178 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:19.134220 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 164 rows starting from the beginning of the part 2025.06.04 15:40:19.134273 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 237 rows starting from the beginning of the part 2025.06.04 15:40:19.134317 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:40:19.134360 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 963 rows starting from the beginning of the part 2025.06.04 15:40:19.134386 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:19.134402 [ 189 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 118 rows starting from the beginning of the part 2025.06.04 15:40:19.134474 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_56_11} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:40:19.134523 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.134566 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.134588 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.06.04 15:40:19.134901 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:40:19.135120 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:19.135233 [ 91 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:40:19.135255 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} executeQuery: Read 44 rows, 3.03 KiB in 0.001148 sec., 38327.526132404186 rows/sec., 2.58 MiB/sec. 2025.06.04 15:40:19.135263 [ 91 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:19.135295 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:19.135299 [ 260 ] {1502ab3e-9d39-4d8e-a7ee-8399844696ee} TCPHandler: Processed in 0.001333456 sec. 2025.06.04 15:40:19.135377 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:40:19.135475 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:19.135505 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3010 rows starting from the beginning of the part 2025.06.04 15:40:19.135558 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:40:19.135598 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part 2025.06.04 15:40:19.135633 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:40:19.135667 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 38 rows starting from the beginning of the part 2025.06.04 15:40:19.135704 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part 2025.06.04 15:40:19.137104 [ 187 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3294 rows, containing 4 columns (4 merged, 0 gathered) in 0.001761752 sec., 1869729.6781839896 rows/sec., 123.21 MiB/sec. 2025.06.04 15:40:19.137351 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:40:19.137589 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:19.137652 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_56_11} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:40:19.137711 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.06.04 15:40:19.140585 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 19645 rows, containing 5 columns (5 merged, 0 gathered) in 0.006654252 sec., 2952247.675621542 rows/sec., 199.38 MiB/sec. 2025.06.04 15:40:19.141048 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:40:19.141375 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:19.141457 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_56_11} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:40:19.141548 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.26 MiB. 2025.06.04 15:40:20.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 262.10 MiB, peak 269.02 MiB, free memory in arenas 0.00 B, will set to 264.64 MiB (RSS), difference: 2.53 MiB 2025.06.04 15:40:20.004978 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 2025.06.04 15:40:20.005534 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:20.005569 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:20.006072 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:40:20.006306 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:20.006430 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.06.04 15:40:20.908969 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2025.06.04 15:40:20.925267 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:20.925327 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.06.04 15:40:20.930924 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:40:20.931648 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:20.934596 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.06.04 15:40:22.507327 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 982 2025.06.04 15:40:22.509930 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:22.509983 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:22.511253 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:40:22.511552 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:22.511942 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 982 2025.06.04 15:40:24.131899 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:24.132075 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:24.132141 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:24.132873 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.132924 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.133337 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:40:24.133573 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:24.133740 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} executeQuery: Read 136 rows, 12.02 KiB in 0.001711 sec., 79485.68088836937 rows/sec., 6.86 MiB/sec. 2025.06.04 15:40:24.133791 [ 260 ] {127e10a8-81c5-47ca-9618-753927775a94} TCPHandler: Processed in 0.002018745 sec. 2025.06.04 15:40:24.133915 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:24.134019 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:24.134063 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:24.134526 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.134565 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.134888 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:40:24.135097 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:24.135238 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} executeQuery: Read 40 rows, 3.01 KiB in 0.001241 sec., 32232.070910556005 rows/sec., 2.37 MiB/sec. 2025.06.04 15:40:24.135278 [ 260 ] {d7b879ab-82be-4f32-a5ae-c964ce82cddb} TCPHandler: Processed in 0.001415048 sec. 2025.06.04 15:40:24.135393 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:24.135491 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:24.135531 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:24.135964 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.136001 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.136314 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:40:24.136534 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:24.136664 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} executeQuery: Read 104 rows, 8.32 KiB in 0.001194 sec., 87102.17755443887 rows/sec., 6.80 MiB/sec. 2025.06.04 15:40:24.136702 [ 260 ] {a83d0222-2109-4dab-a6fc-f74c2fe6fb61} TCPHandler: Processed in 0.001359607 sec. 2025.06.04 15:40:24.136819 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:24.136916 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:24.136959 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:24.137367 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.137403 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.137735 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:40:24.137946 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:24.138078 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.06.04 15:40:24.138115 [ 260 ] {0bbee85f-0050-4f58-9f4c-7cd6dbb82ffb} TCPHandler: Processed in 0.001346177 sec. 2025.06.04 15:40:24.138229 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:24.138324 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:24.138379 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:40:24.139244 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.139279 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.139839 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:40:24.140060 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:24.140168 [ 84 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.06.04 15:40:24.140202 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} executeQuery: Read 40 rows, 73.40 KiB in 0.001895 sec., 21108.179419525066 rows/sec., 37.82 MiB/sec. 2025.06.04 15:40:24.140208 [ 84 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.140234 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.140268 [ 260 ] {00da2f80-7c5f-4010-9ecc-c4646324714b} TCPHandler: Processed in 0.002091056 sec. 2025.06.04 15:40:24.140354 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:40:24.140385 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:24.140492 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:24.140534 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:24.140612 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:24.140683 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 750 rows starting from the beginning of the part 2025.06.04 15:40:24.140829 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:24.140875 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:24.140915 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:24.140950 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:40:24.141065 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:24.141171 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:24.141234 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:40:24.141276 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:24.141467 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:24.141611 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.06.04 15:40:24.141649 [ 260 ] {63a7954a-f43f-476b-9aff-9c5b06ab65ad} TCPHandler: Processed in 0.001314036 sec. 2025.06.04 15:40:24.156432 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 950 rows, containing 19 columns (19 merged, 0 gathered) in 0.016123549 sec., 58920.03057143312 rows/sec., 105.58 MiB/sec. 2025.06.04 15:40:24.157645 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.06.04 15:40:24.158081 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:24.158168 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_26_5} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.06.04 15:40:24.158348 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.06.04 15:40:25.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 265.88 MiB, peak 273.61 MiB, free memory in arenas 0.00 B, will set to 269.05 MiB (RSS), difference: 3.17 MiB 2025.06.04 15:40:26.709857 [ 82 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2025.06.04 15:40:26.709921 [ 82 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:26.709942 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:26.710075 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2025.06.04 15:40:26.710224 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:26.710260 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 342 rows starting from the beginning of the part 2025.06.04 15:40:26.710330 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 341 rows starting from the beginning of the part 2025.06.04 15:40:26.710387 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part 2025.06.04 15:40:26.710432 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part 2025.06.04 15:40:26.710473 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 341 rows starting from the beginning of the part 2025.06.04 15:40:26.711497 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478909 sec., 845217.6570701781 rows/sec., 59.31 MiB/sec. 2025.06.04 15:40:26.711692 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.06.04 15:40:26.711965 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:40:26.712042 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_19_4} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2025.06.04 15:40:26.712119 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.04 15:40:27.342823 [ 82 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:40:27.342889 [ 82 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:40:27.506641 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 2025.06.04 15:40:27.507194 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:27.507244 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:27.507774 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:40:27.508030 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:27.508177 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.06.04 15:40:27.581719 [ 80 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2025.06.04 15:40:27.581790 [ 80 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:27.581813 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:27.581931 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2025.06.04 15:40:27.582081 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:27.582118 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 16 rows starting from the beginning of the part 2025.06.04 15:40:27.582185 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.06.04 15:40:27.582232 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.06.04 15:40:27.582277 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.06.04 15:40:27.582319 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.06.04 15:40:27.583118 [ 189 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001242336 sec., 16098.704376271799 rows/sec., 1.05 MiB/sec. 2025.06.04 15:40:27.583264 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.06.04 15:40:27.583541 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:40:27.583616 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_19_4} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2025.06.04 15:40:27.583697 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.04 15:40:28.434775 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.06.04 15:40:28.451495 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:28.451560 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:28.457254 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:40:28.457999 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:28.460914 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.06.04 15:40:29.135654 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.135855 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.135929 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:40:29.136703 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.136762 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.137163 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:40:29.137407 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:29.137573 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} executeQuery: Read 212 rows, 13.81 KiB in 0.00177 sec., 119774.01129943502 rows/sec., 7.62 MiB/sec. 2025.06.04 15:40:29.137625 [ 260 ] {a20441f8-5fe0-416f-bf79-ef3ab977bac5} TCPHandler: Processed in 0.002105886 sec. 2025.06.04 15:40:29.137747 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.137851 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:29.137896 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:29.138523 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.138562 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.138917 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:40:29.139145 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:29.139288 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} executeQuery: Read 617 rows, 49.39 KiB in 0.001461 sec., 422313.4839151266 rows/sec., 33.01 MiB/sec. 2025.06.04 15:40:29.139328 [ 260 ] {ddd71dd7-4813-497b-905c-29c83fddc4d8} TCPHandler: Processed in 0.00163252 sec. 2025.06.04 15:40:29.139439 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.139535 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.139575 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:29.139991 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.140029 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.140339 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:40:29.140555 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:29.140671 [ 79 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:40:29.140687 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} executeQuery: Read 106 rows, 6.39 KiB in 0.001172 sec., 90443.68600682593 rows/sec., 5.32 MiB/sec. 2025.06.04 15:40:29.140742 [ 79 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.140751 [ 260 ] {c427aba0-aa93-4c85-8442-412caeffc86e} TCPHandler: Processed in 0.001362646 sec. 2025.06.04 15:40:29.140771 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.140878 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.140887 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:40:29.140981 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.141025 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:40:29.141025 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:29.141073 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part 2025.06.04 15:40:29.141140 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:29.141184 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:29.141228 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 114 rows starting from the beginning of the part 2025.06.04 15:40:29.141276 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:29.141318 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:29.141442 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.141485 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.141845 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:40:29.142086 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:40:29.142216 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} executeQuery: Read 113 rows, 7.49 KiB in 0.001255 sec., 90039.8406374502 rows/sec., 5.83 MiB/sec. 2025.06.04 15:40:29.142255 [ 260 ] {23010dd0-b5fa-4969-856a-f7fd3d8ef598} TCPHandler: Processed in 0.001426908 sec. 2025.06.04 15:40:29.142261 [ 195 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425508 sec., 399857.45432505466 rows/sec., 26.45 MiB/sec. 2025.06.04 15:40:29.142370 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.142442 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:40:29.142470 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.142514 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:40:29.142731 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:29.142806 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_46_9} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:40:29.142886 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:40:29.142933 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.142975 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.143289 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:40:29.143516 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:29.143643 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} executeQuery: Read 112 rows, 6.53 KiB in 0.001192 sec., 93959.73154362416 rows/sec., 5.35 MiB/sec. 2025.06.04 15:40:29.143681 [ 260 ] {8c0cdf4f-4bd1-403c-9472-dfc5869c96cb} TCPHandler: Processed in 0.001360396 sec. 2025.06.04 15:40:29.143794 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.143888 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:29.143927 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:29.144413 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.144449 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.144782 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:40:29.144993 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:29.145128 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} executeQuery: Read 382 rows, 27.58 KiB in 0.001257 sec., 303898.1702466189 rows/sec., 21.43 MiB/sec. 2025.06.04 15:40:29.145166 [ 260 ] {9d6b493a-90c4-4c80-8ec8-4a771ae0d4f1} TCPHandler: Processed in 0.001421998 sec. 2025.06.04 15:40:29.145284 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.145378 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:40:29.145419 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:40:29.145751 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.145787 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.146096 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:40:29.146307 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:29.146442 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} executeQuery: Read 6 rows, 321.00 B in 0.001082 sec., 5545.286506469501 rows/sec., 289.72 KiB/sec. 2025.06.04 15:40:29.146478 [ 260 ] {4f3300c2-442b-4f86-8559-216ad734aab3} TCPHandler: Processed in 0.001244376 sec. 2025.06.04 15:40:29.146581 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.146676 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.146720 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:29.147109 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.147145 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.147479 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:40:29.147708 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:29.147847 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} executeQuery: Read 237 rows, 16.27 KiB in 0.00119 sec., 199159.6638655462 rows/sec., 13.35 MiB/sec. 2025.06.04 15:40:29.147884 [ 260 ] {6b07ff76-40bd-498d-aacc-bad10cfa38a6} TCPHandler: Processed in 0.001352177 sec. 2025.06.04 15:40:29.147996 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.148091 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.148133 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:40:29.148441 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.148476 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.148774 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:40:29.148982 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:40:29.149109 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.06.04 15:40:29.149146 [ 260 ] {2483a739-d586-4254-9d38-eac81af2b60c} TCPHandler: Processed in 0.001199344 sec. 2025.06.04 15:40:29.149246 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:29.149340 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:29.149381 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:29.149701 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:29.149737 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:29.150038 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:40:29.150249 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:29.150386 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} executeQuery: Read 82 rows, 5.33 KiB in 0.001064 sec., 77067.66917293232 rows/sec., 4.89 MiB/sec. 2025.06.04 15:40:29.150422 [ 260 ] {d9c48df0-ff04-4943-ae10-93d1a90ac593} TCPHandler: Processed in 0.001224025 sec. 2025.06.04 15:40:32.512254 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1014 2025.06.04 15:40:32.514665 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:32.514727 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:32.515995 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:40:32.516303 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:32.516699 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1014 2025.06.04 15:40:34.132348 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.132538 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:40:34.132613 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:40:34.133259 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.133300 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.133686 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 15:40:34.133913 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:40:34.134072 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} executeQuery: Read 2 rows, 167.00 B in 0.001585 sec., 1261.8296529968454 rows/sec., 102.89 KiB/sec. 2025.06.04 15:40:34.134122 [ 260 ] {e04c580b-9064-44ee-b388-b388e36436b1} TCPHandler: Processed in 0.001928294 sec. 2025.06.04 15:40:34.134247 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.134350 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:34.134394 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:34.134872 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.134909 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.135261 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:40:34.135473 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:34.135605 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} executeQuery: Read 137 rows, 12.10 KiB in 0.001279 sec., 107114.93354182955 rows/sec., 9.24 MiB/sec. 2025.06.04 15:40:34.135644 [ 260 ] {2c5e42ef-4366-4027-9e35-c33b5e3031c3} TCPHandler: Processed in 0.001448278 sec. 2025.06.04 15:40:34.135756 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.135853 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:34.135893 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:34.136301 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.136336 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.136627 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:40:34.136837 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:34.136967 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} executeQuery: Read 42 rows, 3.15 KiB in 0.001134 sec., 37037.03703703704 rows/sec., 2.71 MiB/sec. 2025.06.04 15:40:34.137005 [ 260 ] {e2b6096e-33e8-4a78-9b79-fd13e610c9e1} TCPHandler: Processed in 0.001299196 sec. 2025.06.04 15:40:34.137110 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.137204 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:34.137244 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:34.137665 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.137700 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.138015 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:40:34.138229 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:34.138356 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} executeQuery: Read 106 rows, 8.48 KiB in 0.001169 sec., 90675.79127459368 rows/sec., 7.09 MiB/sec. 2025.06.04 15:40:34.138393 [ 260 ] {82d01ba0-f8ed-46f3-a93a-dfdde5ae9ea8} TCPHandler: Processed in 0.001331466 sec. 2025.06.04 15:40:34.138508 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.138603 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:34.138645 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:34.139034 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.139069 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.139424 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:40:34.139634 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:34.139762 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} executeQuery: Read 161 rows, 11.48 KiB in 0.001178 sec., 136672.3259762309 rows/sec., 9.52 MiB/sec. 2025.06.04 15:40:34.139798 [ 260 ] {e33face5-5726-46db-a99f-9a6cbaf8be25} TCPHandler: Processed in 0.001340677 sec. 2025.06.04 15:40:34.139921 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.140044 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:34.140109 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:40:34.141012 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.141047 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.141608 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:40:34.141839 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:34.141983 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} executeQuery: Read 40 rows, 73.40 KiB in 0.001963 sec., 20376.974019358127 rows/sec., 36.51 MiB/sec. 2025.06.04 15:40:34.142045 [ 260 ] {e5670197-14a1-401a-bb37-50c03cee6e4a} TCPHandler: Processed in 0.002186576 sec. 2025.06.04 15:40:34.142157 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:34.142253 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:34.142299 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:34.142635 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:34.142669 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:34.143006 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:40:34.143233 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:34.143371 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.06.04 15:40:34.143408 [ 260 ] {3fc793e1-55f4-4fe5-ba4b-4493d8530541} TCPHandler: Processed in 0.001300956 sec. 2025.06.04 15:40:35.008346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 2025.06.04 15:40:35.008928 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:35.008974 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:35.009472 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:40:35.009706 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:35.009841 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.06.04 15:40:35.961090 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.06.04 15:40:35.978648 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:35.978718 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:35.985208 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:40:35.985950 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:35.988972 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.06.04 15:40:39.136468 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.136668 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.136736 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:40:39.137483 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.137534 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.137946 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:40:39.138180 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:39.138351 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} executeQuery: Read 212 rows, 13.81 KiB in 0.001731 sec., 122472.55921432699 rows/sec., 7.79 MiB/sec. 2025.06.04 15:40:39.138401 [ 260 ] {23fbfb09-2bab-4768-ae8c-8d48d3315276} TCPHandler: Processed in 0.002059765 sec. 2025.06.04 15:40:39.138528 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.138634 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:39.138680 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:39.139382 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.139421 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.139776 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:40:39.140002 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:39.140137 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} executeQuery: Read 617 rows, 49.39 KiB in 0.001527 sec., 404060.24885396205 rows/sec., 31.59 MiB/sec. 2025.06.04 15:40:39.140177 [ 260 ] {f40f10e9-badf-44d3-bbf8-26c7ddfe2854} TCPHandler: Processed in 0.001699751 sec. 2025.06.04 15:40:39.140282 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.140380 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.140423 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:39.140846 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.140882 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.141176 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:40:39.141395 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:39.141526 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} executeQuery: Read 106 rows, 6.39 KiB in 0.001166 sec., 90909.09090909091 rows/sec., 5.35 MiB/sec. 2025.06.04 15:40:39.141564 [ 260 ] {51601974-71ef-4e25-8a8d-b6d989f54640} TCPHandler: Processed in 0.001331706 sec. 2025.06.04 15:40:39.141679 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.141776 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.141816 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:40:39.142230 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.142266 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.142577 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:40:39.142787 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:40:39.142918 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} executeQuery: Read 113 rows, 7.49 KiB in 0.00116 sec., 97413.79310344828 rows/sec., 6.31 MiB/sec. 2025.06.04 15:40:39.142956 [ 260 ] {a9f07724-da46-4aea-b37d-38ef0e7f91c4} TCPHandler: Processed in 0.001324976 sec. 2025.06.04 15:40:39.143070 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.143166 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.143205 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:40:39.143622 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.143659 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.143951 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:40:39.144161 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:39.144289 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} executeQuery: Read 112 rows, 6.53 KiB in 0.001142 sec., 98073.55516637478 rows/sec., 5.59 MiB/sec. 2025.06.04 15:40:39.144327 [ 260 ] {384f95b6-98a0-41d2-878a-8f83cd2ccec5} TCPHandler: Processed in 0.001305436 sec. 2025.06.04 15:40:39.144439 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.144534 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:39.144573 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:39.145097 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.145134 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.145461 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:40:39.145672 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:39.145802 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} executeQuery: Read 382 rows, 27.58 KiB in 0.001285 sec., 297276.2645914397 rows/sec., 20.96 MiB/sec. 2025.06.04 15:40:39.145839 [ 260 ] {92a1d346-fb44-4170-98ed-66546bc8b81e} TCPHandler: Processed in 0.001448298 sec. 2025.06.04 15:40:39.145950 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.146046 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:40:39.146095 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:40:39.146435 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.146471 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.146778 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:40:39.146985 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:39.147089 [ 67 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2025.06.04 15:40:39.147115 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} executeQuery: Read 6 rows, 321.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 288.65 KiB/sec. 2025.06.04 15:40:39.147154 [ 67 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.147164 [ 260 ] {3ef66f61-8f66-4e28-9b68-f71125c32c84} TCPHandler: Processed in 0.001262275 sec. 2025.06.04 15:40:39.147183 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.147283 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.147301 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147383 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.147431 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:39.147444 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:39.147483 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147547 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147589 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147629 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147674 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147712 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::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.04 15:40:39.147836 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.147878 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.148363 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:40:39.148508 [ 194 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001256016 sec., 95540.18420147515 rows/sec., 4.87 MiB/sec. 2025.06.04 15:40:39.148584 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:39.148679 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.06.04 15:40:39.148729 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} executeQuery: Read 237 rows, 16.27 KiB in 0.001365 sec., 173626.37362637365 rows/sec., 11.64 MiB/sec. 2025.06.04 15:40:39.148773 [ 260 ] {5e7a196c-f91b-4528-96e3-74dcfe6b69cf} TCPHandler: Processed in 0.001538479 sec. 2025.06.04 15:40:39.148889 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.148987 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.149007 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_20_4} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:39.149030 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:40:39.149094 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_20_4} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2025.06.04 15:40:39.149172 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.04 15:40:39.149350 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.149392 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.149698 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:40:39.149902 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:40:39.150034 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2025.06.04 15:40:39.150070 [ 260 ] {b21d7fbc-61a1-4c43-9550-dbf61d058127} TCPHandler: Processed in 0.001229245 sec. 2025.06.04 15:40:39.150178 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:39.150272 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:39.150313 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:39.150644 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:39.150680 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:39.150999 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:40:39.151219 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:39.151348 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} executeQuery: Read 82 rows, 5.33 KiB in 0.001094 sec., 74954.29616087752 rows/sec., 4.76 MiB/sec. 2025.06.04 15:40:39.151384 [ 260 ] {86f8f80c-7f73-41ce-8585-91c7f49718bd} TCPHandler: Processed in 0.001254096 sec. 2025.06.04 15:40:42.342987 [ 65 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:40:42.343088 [ 65 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:40:42.510007 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 2025.06.04 15:40:42.510586 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:42.510632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:42.511168 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:40:42.511403 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:42.511530 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.06.04 15:40:42.517035 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1048 2025.06.04 15:40:42.519499 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:42.519558 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:42.520815 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:40:42.521110 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:42.521483 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1048 2025.06.04 15:40:43.489365 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.06.04 15:40:43.507818 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:43.507892 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:43.514054 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:40:43.514829 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:43.518550 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.06.04 15:40:44.131460 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:44.131721 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:44.131819 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:44.132669 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.132712 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.133115 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:40:44.133348 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:44.133509 [ 62 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:40:44.133517 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} executeQuery: Read 136 rows, 12.02 KiB in 0.001866 sec., 72883.17256162915 rows/sec., 6.29 MiB/sec. 2025.06.04 15:40:44.133582 [ 62 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.133609 [ 260 ] {ad9278f9-f1d2-4884-b07b-b12447ac539d} TCPHandler: Processed in 0.002314548 sec. 2025.06.04 15:40:44.133611 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.133739 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:44.133761 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:40:44.133844 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:44.133892 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:44.133918 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:44.133960 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1847 rows starting from the beginning of the part 2025.06.04 15:40:44.134034 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 136 rows starting from the beginning of the part 2025.06.04 15:40:44.134085 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 617 rows starting from the beginning of the part 2025.06.04 15:40:44.134134 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 137 rows starting from the beginning of the part 2025.06.04 15:40:44.134179 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 617 rows starting from the beginning of the part 2025.06.04 15:40:44.134224 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 136 rows starting from the beginning of the part 2025.06.04 15:40:44.134400 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.134443 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.134773 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:40:44.135010 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:44.135164 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} executeQuery: Read 40 rows, 3.01 KiB in 0.001342 sec., 29806.259314456034 rows/sec., 2.19 MiB/sec. 2025.06.04 15:40:44.135204 [ 260 ] {965c1245-d1cf-4d54-a416-234c5d41f21b} TCPHandler: Processed in 0.001515468 sec. 2025.06.04 15:40:44.135366 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:44.135465 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:44.135507 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:44.135710 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3490 rows, containing 5 columns (5 merged, 0 gathered) in 0.002013755 sec., 1733080.7372297028 rows/sec., 146.88 MiB/sec. 2025.06.04 15:40:44.135946 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.135987 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.135999 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:40:44.136269 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:44.136329 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:40:44.136339 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_61_12} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:40:44.136434 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.06.04 15:40:44.136554 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:44.136667 [ 62 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:40:44.136686 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} executeQuery: Read 104 rows, 8.32 KiB in 0.001241 sec., 83803.38436744561 rows/sec., 6.55 MiB/sec. 2025.06.04 15:40:44.136701 [ 62 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.136734 [ 260 ] {7c4f48e0-c8ea-4f4f-9a43-d7e87125271e} TCPHandler: Processed in 0.001416708 sec. 2025.06.04 15:40:44.136747 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.136831 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:40:44.136861 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:44.136919 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:44.136947 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part 2025.06.04 15:40:44.136960 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:44.137002 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 104 rows starting from the beginning of the part 2025.06.04 15:40:44.137004 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:44.137046 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 382 rows starting from the beginning of the part 2025.06.04 15:40:44.137086 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:44.137124 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 382 rows starting from the beginning of the part 2025.06.04 15:40:44.137162 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part 2025.06.04 15:40:44.137416 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.137451 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.137784 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:40:44.137991 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:44.138104 [ 62 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:40:44.138125 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.06.04 15:40:44.138136 [ 62 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.138136 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001341137 sec., 1485306.870215347 rows/sec., 113.64 MiB/sec. 2025.06.04 15:40:44.138164 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.138170 [ 260 ] {64df409f-59ae-4e40-b92b-19bbc251fd8b} TCPHandler: Processed in 0.001357126 sec. 2025.06.04 15:40:44.138273 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:40:44.138295 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:44.138347 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:40:44.138413 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:44.138450 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:44.138478 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:40:44.138499 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 19645 rows starting from the beginning of the part 2025.06.04 15:40:44.138581 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.06.04 15:40:44.138636 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part 2025.06.04 15:40:44.138688 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part 2025.06.04 15:40:44.138697 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:44.138745 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part 2025.06.04 15:40:44.138796 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_61_12} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:40:44.138802 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.06.04 15:40:44.138917 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.04 15:40:44.139309 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.139350 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.139939 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:40:44.140166 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:44.140320 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} executeQuery: Read 40 rows, 73.40 KiB in 0.001925 sec., 20779.220779220777 rows/sec., 37.24 MiB/sec. 2025.06.04 15:40:44.140384 [ 260 ] {9f50f527-a0f8-44b7-a460-3c90f8e3b3b6} TCPHandler: Processed in 0.002137967 sec. 2025.06.04 15:40:44.140501 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:44.140597 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:44.140638 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:44.140978 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.141014 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.141429 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:40:44.141649 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:44.141762 [ 62 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:40:44.141786 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} executeQuery: Read 60 rows, 4.14 KiB in 0.001207 sec., 49710.02485501243 rows/sec., 3.35 MiB/sec. 2025.06.04 15:40:44.141790 [ 62 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:44.141824 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:44.141829 [ 260 ] {ac867a3e-47fe-4f82-bcaa-d6c6f6799da7} TCPHandler: Processed in 0.001377808 sec. 2025.06.04 15:40:44.141902 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:40:44.142021 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:44.142051 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3294 rows starting from the beginning of the part 2025.06.04 15:40:44.142103 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.06.04 15:40:44.142145 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part 2025.06.04 15:40:44.142183 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.06.04 15:40:44.142220 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part 2025.06.04 15:40:44.142258 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.06.04 15:40:44.143748 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3638 rows, containing 4 columns (4 merged, 0 gathered) in 0.001882303 sec., 1932738.7779757031 rows/sec., 127.30 MiB/sec. 2025.06.04 15:40:44.144129 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:40:44.144398 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:44.144466 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_61_12} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:40:44.144543 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.06.04 15:40:44.144617 [ 186 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 20600 rows, containing 5 columns (5 merged, 0 gathered) in 0.006402969 sec., 3217257.494140609 rows/sec., 217.40 MiB/sec. 2025.06.04 15:40:44.144914 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:40:44.145212 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:44.145287 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_61_12} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:40:44.145377 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.06.04 15:40:45.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 270.49 MiB, peak 280.97 MiB, free memory in arenas 0.00 B, will set to 271.61 MiB (RSS), difference: 1.12 MiB 2025.06.04 15:40:45.981135 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.981312 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.981376 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:40:45.982220 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.982260 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.982716 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:40:45.982943 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:45.983052 [ 36 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.06.04 15:40:45.983088 [ 36 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.983094 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} executeQuery: Read 212 rows, 13.81 KiB in 0.001831 sec., 115783.72474057892 rows/sec., 7.36 MiB/sec. 2025.06.04 15:40:45.983107 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.983144 [ 260 ] {d260040d-8147-4b77-a377-37b93d7f2d96} TCPHandler: Processed in 0.002130836 sec. 2025.06.04 15:40:45.983182 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:40:45.983261 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.983265 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:45.983303 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part 2025.06.04 15:40:45.983359 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:45.983361 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:45.983401 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:45.983411 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:45.983443 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:45.983480 [ 200 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2025.06.04 15:40:45.984256 [ 186 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001099533 sec., 964045.6448328518 rows/sec., 64.99 MiB/sec. 2025.06.04 15:40:45.984407 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.06.04 15:40:45.984629 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.984664 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.984690 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:45.984764 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_21_5} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.06.04 15:40:45.984839 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:40:45.985064 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:40:45.985278 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:45.985407 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} executeQuery: Read 1757 rows, 145.95 KiB in 0.002069 sec., 849202.5132914451 rows/sec., 68.89 MiB/sec. 2025.06.04 15:40:45.985443 [ 260 ] {b1201063-bca2-4aab-bc82-255ce869d215} TCPHandler: Processed in 0.002231767 sec. 2025.06.04 15:40:45.985553 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.985645 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.985683 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:45.986109 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.986144 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.986432 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:40:45.986634 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:45.986755 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} executeQuery: Read 106 rows, 6.39 KiB in 0.001128 sec., 93971.63120567375 rows/sec., 5.53 MiB/sec. 2025.06.04 15:40:45.986790 [ 260 ] {8b13e6ea-d165-4a52-bd2a-8dfc41cd89ce} TCPHandler: Processed in 0.001284136 sec. 2025.06.04 15:40:45.986898 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.986989 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.987026 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:40:45.987534 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.987568 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.987867 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:40:45.988068 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:40:45.988190 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} executeQuery: Read 341 rows, 23.30 KiB in 0.001219 sec., 279737.48974569316 rows/sec., 18.67 MiB/sec. 2025.06.04 15:40:45.988225 [ 260 ] {cd7392a2-4243-4761-ba6d-c60504233053} TCPHandler: Processed in 0.001374227 sec. 2025.06.04 15:40:45.988347 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.988444 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.988485 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:40:45.988927 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.988963 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.989278 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:40:45.989495 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:45.989606 [ 36 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.06.04 15:40:45.989631 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} executeQuery: Read 112 rows, 6.53 KiB in 0.001204 sec., 93023.2558139535 rows/sec., 5.30 MiB/sec. 2025.06.04 15:40:45.989643 [ 36 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.989665 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.989669 [ 260 ] {44b28898-4e1b-432b-a200-bf2f8d5bcb11} TCPHandler: Processed in 0.001371497 sec. 2025.06.04 15:40:45.989728 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:40:45.989790 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.989812 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:45.989840 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part 2025.06.04 15:40:45.989884 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:45.989888 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:45.989925 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:45.989937 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:45.989973 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:45.990011 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part 2025.06.04 15:40:45.990607 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.990642 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.990670 [ 186 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000967092 sec., 579055.5603810186 rows/sec., 35.19 MiB/sec. 2025.06.04 15:40:45.990777 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.06.04 15:40:45.990995 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:40:45.991018 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:45.991077 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_21_5} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.06.04 15:40:45.991128 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:40:45.991203 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:45.991334 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} executeQuery: Read 838 rows, 61.87 KiB in 0.001468 sec., 570844.6866485014 rows/sec., 41.16 MiB/sec. 2025.06.04 15:40:45.991372 [ 260 ] {7487c51d-4521-4004-973a-63ed3f4b5274} TCPHandler: Processed in 0.00163153 sec. 2025.06.04 15:40:45.991488 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.991583 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:40:45.991624 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:40:45.991961 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.991997 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.992306 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:40:45.992518 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:45.992647 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2025.06.04 15:40:45.992684 [ 260 ] {3c66f606-a24e-4413-830b-26ad77be1c1b} TCPHandler: Processed in 0.001245275 sec. 2025.06.04 15:40:45.992794 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.992888 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.992929 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:45.993508 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.993543 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.993913 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:40:45.994120 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:45.994254 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} executeQuery: Read 959 rows, 65.27 KiB in 0.001384 sec., 692919.0751445086 rows/sec., 46.05 MiB/sec. 2025.06.04 15:40:45.994290 [ 260 ] {4c4311d4-777b-4ae1-bfae-7317338a6be1} TCPHandler: Processed in 0.001544679 sec. 2025.06.04 15:40:45.994404 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.994497 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.994538 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:40:45.994854 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.994888 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.995183 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:40:45.995385 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:40:45.995512 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2025.06.04 15:40:45.995547 [ 260 ] {d6e93a35-bbd5-4bea-84d7-f028f89a156c} TCPHandler: Processed in 0.001193135 sec. 2025.06.04 15:40:45.995660 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:45.995754 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:45.995795 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:45.996125 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:45.996161 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:45.996458 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:40:45.996662 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:45.996789 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} executeQuery: Read 38 rows, 2.30 KiB in 0.001053 sec., 36087.36942070276 rows/sec., 2.13 MiB/sec. 2025.06.04 15:40:45.996824 [ 260 ] {2a3d445f-38ee-46db-b5e9-e82908a20d0d} TCPHandler: Processed in 0.001212535 sec. 2025.06.04 15:40:49.128448 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:49.128656 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:49.128732 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:49.129480 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:49.129535 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:49.129938 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:40:49.130163 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:49.130331 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} executeQuery: Read 56 rows, 4.41 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.49 MiB/sec. 2025.06.04 15:40:49.130380 [ 260 ] {a093e104-fc18-45d8-8398-1e305bbe63fd} TCPHandler: Processed in 0.002064765 sec. 2025.06.04 15:40:49.130506 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:49.130608 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:49.130651 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:49.131088 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:49.131126 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:49.131438 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:40:49.131643 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:49.131776 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2025.06.04 15:40:49.131815 [ 260 ] {3c29b0b1-3711-41c4-b654-3697cebf7f9d} TCPHandler: Processed in 0.001359357 sec. 2025.06.04 15:40:49.131928 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:49.132023 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:49.132066 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:49.132447 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:49.132484 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:49.132807 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:40:49.133014 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:49.133142 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} executeQuery: Read 118 rows, 8.42 KiB in 0.001139 sec., 103599.64881474977 rows/sec., 7.22 MiB/sec. 2025.06.04 15:40:49.133179 [ 260 ] {8fda5b88-e4bb-4c1a-afc0-59bc5e5391d8} TCPHandler: Processed in 0.001299745 sec. 2025.06.04 15:40:49.133291 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:49.133384 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:49.133424 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:49.133776 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:49.133815 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:49.134134 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:40:49.134343 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:49.134480 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} executeQuery: Read 44 rows, 3.03 KiB in 0.001114 sec., 39497.307001795336 rows/sec., 2.66 MiB/sec. 2025.06.04 15:40:49.134517 [ 260 ] {752cc7de-cf36-474c-aaa1-8e75e9abe1b0} TCPHandler: Processed in 0.001273786 sec. 2025.06.04 15:40:50.011714 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 2025.06.04 15:40:50.012513 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:50.012572 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:50.013058 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:40:50.013300 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:50.013425 [ 57 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:40:50.013431 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 2025.06.04 15:40:50.013471 [ 57 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:50.013493 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:50.013606 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.013743 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:50.013779 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.013842 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.013884 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.013922 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.013960 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.014000 [ 198 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:40:50.015795 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002242658 sec., 8404758.995798737 rows/sec., 120.23 MiB/sec. 2025.06.04 15:40:50.016258 [ 187 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:40:50.016609 [ 187 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_41_8} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:50.016687 [ 187 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_41_8} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:40:50.016794 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. 2025.06.04 15:40:51.018708 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.06.04 15:40:51.035790 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:51.035848 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:51.042272 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:40:51.042980 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:51.043289 [ 54 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:40:51.043357 [ 54 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:51.043381 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.06.04 15:40:51.043500 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:51.046314 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.06.04 15:40:51.047028 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:51.048457 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2025.06.04 15:40:51.053256 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2025.06.04 15:40:51.057933 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:51.062624 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:51.067489 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:51.071524 [ 193 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:40:51.127757 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.084304516 sec., 3665.2840756478577 rows/sec., 18.95 MiB/sec. 2025.06.04 15:40:51.130374 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:40:51.132338 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:51.132447 [ 191 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_41_8} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:40:51.134765 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.04 15:40:52.521813 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1088 2025.06.04 15:40:52.524368 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:52.524431 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:52.525714 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:40:52.526009 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:40:52.526404 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1088 2025.06.04 15:40:54.132830 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:54.133004 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:54.133069 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:54.133762 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.133804 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.134208 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:40:54.134435 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:54.134598 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} executeQuery: Read 136 rows, 12.02 KiB in 0.001643 sec., 82775.41083384053 rows/sec., 7.15 MiB/sec. 2025.06.04 15:40:54.134650 [ 260 ] {250fffba-cf52-4a63-8c79-286a005482a3} TCPHandler: Processed in 0.001941644 sec. 2025.06.04 15:40:54.134771 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:54.134877 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:54.134920 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:54.135346 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.135383 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.135699 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:40:54.135909 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:54.136030 [ 39 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:40:54.136042 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} executeQuery: Read 40 rows, 3.01 KiB in 0.001191 sec., 33585.22250209907 rows/sec., 2.47 MiB/sec. 2025.06.04 15:40:54.136098 [ 39 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.136108 [ 260 ] {8c9e7af4-dea7-409b-93b6-cf826c11e028} TCPHandler: Processed in 0.001388667 sec. 2025.06.04 15:40:54.136128 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.136234 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:54.136260 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:40:54.136336 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:54.136381 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:54.136405 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:40:54.136443 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 164 rows starting from the beginning of the part 2025.06.04 15:40:54.136512 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 42 rows starting from the beginning of the part 2025.06.04 15:40:54.136558 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:54.136600 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:54.136642 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 106 rows starting from the beginning of the part 2025.06.04 15:40:54.136684 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2025.06.04 15:40:54.136813 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.136855 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.137473 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:40:54.137582 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383197 sec., 360035.48301507306 rows/sec., 24.38 MiB/sec. 2025.06.04 15:40:54.137702 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:54.137722 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:40:54.137847 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} executeQuery: Read 104 rows, 8.32 KiB in 0.00153 sec., 67973.85620915033 rows/sec., 5.31 MiB/sec. 2025.06.04 15:40:54.137892 [ 260 ] {e5302194-9037-4e02-aba9-7e6cab7615df} TCPHandler: Processed in 0.001707841 sec. 2025.06.04 15:40:54.137987 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:54.138012 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:54.138068 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_51_10} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:40:54.138113 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:54.138145 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:40:54.138162 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:54.138574 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.138610 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.138957 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:40:54.139164 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:54.139295 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.06.04 15:40:54.139334 [ 260 ] {599f0c4c-4352-4e19-a6c1-719057261bc8} TCPHandler: Processed in 0.001372307 sec. 2025.06.04 15:40:54.139440 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:54.139534 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:54.139587 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:40:54.140417 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.140452 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.141024 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:40:54.141257 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:40:54.141400 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} executeQuery: Read 40 rows, 73.40 KiB in 0.001885 sec., 21220.159151193635 rows/sec., 38.03 MiB/sec. 2025.06.04 15:40:54.141466 [ 260 ] {3fde0e1c-6e6a-4e9d-a221-05ae222e4045} TCPHandler: Processed in 0.002076305 sec. 2025.06.04 15:40:54.141578 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:54.141674 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:54.141716 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:54.142057 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:54.142094 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:54.142393 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:40:54.142599 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:54.142742 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.06.04 15:40:54.142782 [ 260 ] {4361904a-4e5c-4a77-8e4c-ed54fcc88864} TCPHandler: Processed in 0.001253465 sec. 2025.06.04 15:40:57.343177 [ 51 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:40:57.343287 [ 51 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:40:57.513666 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 2025.06.04 15:40:57.514414 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:57.514476 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:57.515097 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:40:57.515325 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:40:57.515454 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 2025.06.04 15:40:58.546514 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.06.04 15:40:58.562256 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:58.562321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:58.568064 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:40:58.568764 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:40:58.571598 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.06.04 15:40:59.136417 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.136674 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.136769 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:40:59.137543 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.137585 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.138001 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:40:59.138237 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:40:59.138398 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} executeQuery: Read 212 rows, 13.81 KiB in 0.001795 sec., 118105.84958217271 rows/sec., 7.51 MiB/sec. 2025.06.04 15:40:59.138447 [ 260 ] {2229a9a5-cb0c-473f-9e46-42fc3801d79a} TCPHandler: Processed in 0.002197807 sec. 2025.06.04 15:40:59.138570 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.138674 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:40:59.138718 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:40:59.139441 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.139476 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.139853 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:40:59.140065 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:40:59.140212 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} executeQuery: Read 617 rows, 49.39 KiB in 0.001562 sec., 395006.40204865555 rows/sec., 30.88 MiB/sec. 2025.06.04 15:40:59.140251 [ 260 ] {9c20c5ff-b939-452d-89e5-9bcfa43d7f49} TCPHandler: Processed in 0.001733551 sec. 2025.06.04 15:40:59.140358 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.140457 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.140498 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:40:59.140934 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.140970 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.141270 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:40:59.141483 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:40:59.141612 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} executeQuery: Read 106 rows, 6.39 KiB in 0.001175 sec., 90212.7659574468 rows/sec., 5.31 MiB/sec. 2025.06.04 15:40:59.141648 [ 260 ] {c0c4199b-6ca5-4107-8591-acfd645512e3} TCPHandler: Processed in 0.001341776 sec. 2025.06.04 15:40:59.141761 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.141858 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.141896 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:40:59.142314 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.142348 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.142652 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:40:59.142864 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:40:59.142991 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} executeQuery: Read 113 rows, 7.49 KiB in 0.001152 sec., 98090.27777777778 rows/sec., 6.35 MiB/sec. 2025.06.04 15:40:59.143028 [ 260 ] {d9d2d47a-732a-40ed-95b1-30f24c216d71} TCPHandler: Processed in 0.001316636 sec. 2025.06.04 15:40:59.143140 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.143234 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.143274 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:40:59.143694 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.143729 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.144036 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:40:59.144266 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:40:59.144392 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} executeQuery: Read 112 rows, 6.53 KiB in 0.001176 sec., 95238.09523809524 rows/sec., 5.43 MiB/sec. 2025.06.04 15:40:59.144429 [ 260 ] {8f3aabbb-a805-4083-be98-11bffb867e81} TCPHandler: Processed in 0.001338827 sec. 2025.06.04 15:40:59.144541 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.144635 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:40:59.144673 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:40:59.145172 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.145204 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.145511 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:40:59.145785 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:40:59.145925 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} executeQuery: Read 382 rows, 27.58 KiB in 0.001307 sec., 292272.3794950268 rows/sec., 20.61 MiB/sec. 2025.06.04 15:40:59.145962 [ 260 ] {78ed0938-254b-4b83-8395-0ccb572cc3a5} TCPHandler: Processed in 0.001469538 sec. 2025.06.04 15:40:59.146075 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.146169 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:40:59.146209 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:40:59.146541 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.146575 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.146875 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:40:59.147081 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:40:59.147205 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.06.04 15:40:59.147242 [ 260 ] {8282a023-2fc2-4b62-b9b9-52ff7cdf3fa9} TCPHandler: Processed in 0.001216875 sec. 2025.06.04 15:40:59.147344 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.147438 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.147480 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:40:59.147878 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.147913 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.148239 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:40:59.148467 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:40:59.148607 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} executeQuery: Read 237 rows, 16.27 KiB in 0.001187 sec., 199663.0160067397 rows/sec., 13.38 MiB/sec. 2025.06.04 15:40:59.148644 [ 260 ] {54812c56-20cd-4d78-b3c1-2db3255bcb06} TCPHandler: Processed in 0.001349626 sec. 2025.06.04 15:40:59.148758 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.148852 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.148893 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:40:59.149202 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.149237 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.149523 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:40:59.149728 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:40:59.149856 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2025.06.04 15:40:59.149893 [ 260 ] {62c2b249-248e-405e-9216-4d76dc14df7a} TCPHandler: Processed in 0.001184455 sec. 2025.06.04 15:40:59.150013 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:40:59.150135 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:40:59.150187 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:40:59.150592 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:40:59.150635 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:40:59.151005 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:40:59.151222 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:40:59.151359 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} executeQuery: Read 82 rows, 5.33 KiB in 0.001248 sec., 65705.1282051282 rows/sec., 4.17 MiB/sec. 2025.06.04 15:40:59.151396 [ 260 ] {fc3b84f2-008b-49e3-9fba-a5bf4e604265} TCPHandler: Processed in 0.001444018 sec. 2025.06.04 15:41:02.526751 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1120 2025.06.04 15:41:02.529163 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:02.529220 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:02.530584 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:41:02.530894 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:02.531086 [ 44 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:41:02.531155 [ 44 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:02.531176 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:02.531199 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1120 2025.06.04 15:41:02.531271 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:41:02.531708 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:02.531835 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 940 rows starting from the beginning of the part 2025.06.04 15:41:02.532166 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 42 rows starting from the beginning of the part 2025.06.04 15:41:02.532475 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2025.06.04 15:41:02.532803 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 34 rows starting from the beginning of the part 2025.06.04 15:41:02.533147 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:02.533469 [ 195 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2025.06.04 15:41:02.540432 [ 189 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1120 rows, containing 72 columns (72 merged, 0 gathered) in 0.009199413 sec., 121746.89841623591 rows/sec., 97.63 MiB/sec. 2025.06.04 15:41:02.541864 [ 201 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:41:02.542493 [ 201 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:02.542584 [ 201 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_31_6} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:41:02.542840 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. 2025.06.04 15:41:03.000177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 273.62 MiB, peak 286.19 MiB, free memory in arenas 0.00 B, will set to 274.79 MiB (RSS), difference: 1.18 MiB 2025.06.04 15:41:04.132629 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.132827 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:41:04.132903 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:41:04.133586 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.133635 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.134023 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 15:41:04.134246 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:41:04.134410 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} executeQuery: Read 8 rows, 668.00 B in 0.001637 sec., 4886.988393402566 rows/sec., 398.50 KiB/sec. 2025.06.04 15:41:04.134459 [ 260 ] {06873ba5-7422-4474-84e2-5994acca5b3d} TCPHandler: Processed in 0.001966284 sec. 2025.06.04 15:41:04.134585 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.134688 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:04.134730 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:04.135235 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.135273 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.135604 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:41:04.135817 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:04.135943 [ 35 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:41:04.135952 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} executeQuery: Read 140 rows, 12.32 KiB in 0.001287 sec., 108780.10878010879 rows/sec., 9.35 MiB/sec. 2025.06.04 15:41:04.136005 [ 35 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.136015 [ 260 ] {42124c69-63a9-44d4-b23d-95c17acb1b40} TCPHandler: Processed in 0.001483579 sec. 2025.06.04 15:41:04.136034 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.136126 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:41:04.136155 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.136210 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:04.136239 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1847 rows starting from the beginning of the part 2025.06.04 15:41:04.136275 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:04.136292 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:41:04.136324 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:04.136334 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2025.06.04 15:41:04.136376 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part 2025.06.04 15:41:04.136412 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 617 rows starting from the beginning of the part 2025.06.04 15:41:04.136450 [ 196 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 140 rows starting from the beginning of the part 2025.06.04 15:41:04.136829 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.136872 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.137321 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:41:04.137530 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:04.137663 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} executeQuery: Read 48 rows, 3.57 KiB in 0.001414 sec., 33946.25176803395 rows/sec., 2.46 MiB/sec. 2025.06.04 15:41:04.137701 [ 260 ] {02241771-00f1-4137-a00b-c1da4b23cfdb} TCPHandler: Processed in 0.001604649 sec. 2025.06.04 15:41:04.137810 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.137903 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:04.137942 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:04.138107 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4553 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009045 sec., 2266250.880393421 rows/sec., 192.59 MiB/sec. 2025.06.04 15:41:04.138383 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.138424 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.138584 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:41:04.138745 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:41:04.139075 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:04.139121 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:04.139197 [ 35 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:41:04.139213 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} executeQuery: Read 112 rows, 8.97 KiB in 0.001329 sec., 84273.89014296464 rows/sec., 6.59 MiB/sec. 2025.06.04 15:41:04.139216 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_66_13} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:41:04.139238 [ 35 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.139262 [ 260 ] {7b885470-b14b-4d1f-8012-97b8b2b8596e} TCPHandler: Processed in 0.001499588 sec. 2025.06.04 15:41:04.139274 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.139349 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:41:04.139381 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.139397 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:41:04.139480 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:04.139490 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:04.139531 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part 2025.06.04 15:41:04.139532 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:04.139594 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 838 rows starting from the beginning of the part 2025.06.04 15:41:04.139642 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2025.06.04 15:41:04.139679 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part 2025.06.04 15:41:04.139719 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 382 rows starting from the beginning of the part 2025.06.04 15:41:04.139759 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 112 rows starting from the beginning of the part 2025.06.04 15:41:04.139960 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.140003 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.140350 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:41:04.140577 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:04.140691 [ 35 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:41:04.140708 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} executeQuery: Read 164 rows, 11.69 KiB in 0.001247 sec., 131515.63753007216 rows/sec., 9.16 MiB/sec. 2025.06.04 15:41:04.140722 [ 35 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.140746 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.140752 [ 260 ] {b77dd060-b713-4dec-be89-ad37927f86e7} TCPHandler: Processed in 0.001418138 sec. 2025.06.04 15:41:04.140844 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:41:04.140896 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.140959 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:04.140994 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20600 rows starting from the beginning of the part 2025.06.04 15:41:04.141012 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.001683161 sec., 1434206.2345788667 rows/sec., 109.82 MiB/sec. 2025.06.04 15:41:04.141018 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:04.141047 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 959 rows starting from the beginning of the part 2025.06.04 15:41:04.141113 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 118 rows starting from the beginning of the part 2025.06.04 15:41:04.141117 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:41:04.141156 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.06.04 15:41:04.141205 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:41:04.141220 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:41:04.141247 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 164 rows starting from the beginning of the part 2025.06.04 15:41:04.141519 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:04.141593 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_66_13} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:41:04.141681 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2025.06.04 15:41:04.142147 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.142185 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.143022 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:41:04.143263 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:04.143411 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} executeQuery: Read 40 rows, 73.40 KiB in 0.002418 sec., 16542.597187758478 rows/sec., 29.64 MiB/sec. 2025.06.04 15:41:04.143468 [ 260 ] {219a100d-e6b8-46ba-bded-9850c99cc312} TCPHandler: Processed in 0.002632682 sec. 2025.06.04 15:41:04.143581 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:04.143677 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:04.143719 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:04.144063 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.144100 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.144527 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:41:04.144739 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:04.144847 [ 35 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:41:04.144872 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} executeQuery: Read 60 rows, 4.14 KiB in 0.001213 sec., 49464.138499587796 rows/sec., 3.33 MiB/sec. 2025.06.04 15:41:04.144878 [ 35 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:04.144913 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:04.144917 [ 260 ] {cbfe3859-3e9e-4f29-ba38-45afcb79593d} TCPHandler: Processed in 0.001385167 sec. 2025.06.04 15:41:04.144998 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:04.145113 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:04.145145 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3638 rows starting from the beginning of the part 2025.06.04 15:41:04.145205 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 38 rows starting from the beginning of the part 2025.06.04 15:41:04.145245 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 44 rows starting from the beginning of the part 2025.06.04 15:41:04.145284 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:04.145318 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:04.145356 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:04.147537 [ 192 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3922 rows, containing 4 columns (4 merged, 0 gathered) in 0.002575022 sec., 1523093.7832764147 rows/sec., 100.24 MiB/sec. 2025.06.04 15:41:04.148119 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:41:04.148377 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:04.148443 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_66_13} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:41:04.148516 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2025.06.04 15:41:04.150000 [ 192 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 22238 rows, containing 5 columns (5 merged, 0 gathered) in 0.009195493 sec., 2418358.645914906 rows/sec., 163.39 MiB/sec. 2025.06.04 15:41:04.150688 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:41:04.151087 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:04.151150 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_66_13} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:41:04.151232 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.06.04 15:41:05.000177 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 275.40 MiB, peak 286.76 MiB, free memory in arenas 0.00 B, will set to 278.24 MiB (RSS), difference: 2.84 MiB 2025.06.04 15:41:05.015603 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 2025.06.04 15:41:05.016118 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:05.016164 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:05.016650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:41:05.016881 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:05.017018 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 2025.06.04 15:41:06.071733 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.06.04 15:41:06.088349 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:06.088406 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:06.094682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:41:06.095374 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:06.098387 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.06.04 15:41:09.136517 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.136734 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.136808 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:41:09.137860 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.137923 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.138465 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:41:09.138761 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:09.139046 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} executeQuery: Read 212 rows, 13.81 KiB in 0.002309 sec., 91814.63837158943 rows/sec., 5.84 MiB/sec. 2025.06.04 15:41:09.139122 [ 260 ] {f971eb86-ae51-4db8-bf46-c53d543e5ab0} TCPHandler: Processed in 0.002743834 sec. 2025.06.04 15:41:09.139311 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.139432 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:09.139484 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:09.140587 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.140635 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.141055 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:41:09.141290 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:09.141451 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} executeQuery: Read 617 rows, 49.39 KiB in 0.002053 sec., 300535.8012664393 rows/sec., 23.49 MiB/sec. 2025.06.04 15:41:09.141496 [ 260 ] {0070834f-ec99-455b-99a9-dad5e5eb08b8} TCPHandler: Processed in 0.002246158 sec. 2025.06.04 15:41:09.141631 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.141735 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.141780 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:09.142244 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.142282 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.142597 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:41:09.142813 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:09.142963 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} executeQuery: Read 106 rows, 6.39 KiB in 0.001252 sec., 84664.53674121405 rows/sec., 4.98 MiB/sec. 2025.06.04 15:41:09.143003 [ 260 ] {1a71289f-461d-4636-b6ea-79e33b154d44} TCPHandler: Processed in 0.001424437 sec. 2025.06.04 15:41:09.143123 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.143222 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.143264 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:41:09.143707 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.143744 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.144060 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:41:09.144284 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:41:09.144406 [ 26 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2025.06.04 15:41:09.144427 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} executeQuery: Read 113 rows, 7.49 KiB in 0.001227 sec., 92094.53952730236 rows/sec., 5.96 MiB/sec. 2025.06.04 15:41:09.144468 [ 26 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.144479 [ 260 ] {046979d4-f952-4e6b-bd35-036de3948a3a} TCPHandler: Processed in 0.001407278 sec. 2025.06.04 15:41:09.144498 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.144607 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.144607 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2025.06.04 15:41:09.144711 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.144752 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:09.144757 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:41:09.144795 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 342 rows starting from the beginning of the part 2025.06.04 15:41:09.144875 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part 2025.06.04 15:41:09.144927 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part 2025.06.04 15:41:09.144975 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 341 rows starting from the beginning of the part 2025.06.04 15:41:09.145022 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part 2025.06.04 15:41:09.145068 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part 2025.06.04 15:41:09.145215 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.145256 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.145594 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:41:09.145829 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:09.145972 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} executeQuery: Read 112 rows, 6.53 KiB in 0.001282 sec., 87363.49453978159 rows/sec., 4.98 MiB/sec. 2025.06.04 15:41:09.146010 [ 260 ] {ae45e57c-9200-49fe-86b4-bb7f02a4f58c} TCPHandler: Processed in 0.001454797 sec. 2025.06.04 15:41:09.146067 [ 200 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510089 sec., 751611.3288686958 rows/sec., 52.42 MiB/sec. 2025.06.04 15:41:09.146132 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.146218 [ 200 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2025.06.04 15:41:09.146227 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:09.146269 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:09.146490 [ 200 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:41:09.146564 [ 200 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_24_5} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2025.06.04 15:41:09.146658 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.04 15:41:09.146821 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.146858 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.147197 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:41:09.147412 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:09.147550 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} executeQuery: Read 382 rows, 27.58 KiB in 0.001342 sec., 284649.77645305515 rows/sec., 20.07 MiB/sec. 2025.06.04 15:41:09.147590 [ 260 ] {ddf1e80e-f4f7-47c4-bae2-95d5e57531d2} TCPHandler: Processed in 0.001507819 sec. 2025.06.04 15:41:09.147707 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.147804 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:41:09.147846 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:41:09.148191 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.148226 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.148531 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:41:09.148741 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:41:09.148876 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2025.06.04 15:41:09.148912 [ 260 ] {7bbcc3dd-6f93-48f7-88b6-5a07fe9ce29f} TCPHandler: Processed in 0.001255705 sec. 2025.06.04 15:41:09.149027 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.149122 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.149164 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:09.149576 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.149611 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.149947 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:41:09.150155 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:09.150285 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} executeQuery: Read 237 rows, 16.27 KiB in 0.001182 sec., 200507.61421319796 rows/sec., 13.44 MiB/sec. 2025.06.04 15:41:09.150323 [ 260 ] {22c252ea-d1a4-4103-b339-433d706a7198} TCPHandler: Processed in 0.001346706 sec. 2025.06.04 15:41:09.150440 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.150535 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.150576 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:41:09.150894 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.150927 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.151226 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:41:09.151430 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:41:09.151527 [ 20 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2025.06.04 15:41:09.151559 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2025.06.04 15:41:09.151564 [ 20 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.151590 [ 20 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.151595 [ 260 ] {b3c727d5-7875-4e7c-b8d7-300f2846e48a} TCPHandler: Processed in 0.001205825 sec. 2025.06.04 15:41:09.151699 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2025.06.04 15:41:09.151712 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:09.151849 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:09.151864 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:09.151891 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:09.151907 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 20 rows starting from the beginning of the part 2025.06.04 15:41:09.151980 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:09.152027 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:09.152067 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:09.152107 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:09.152141 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:09.152231 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:09.152271 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:09.152631 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:41:09.152864 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:09.153001 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} executeQuery: Read 82 rows, 5.33 KiB in 0.00117 sec., 70085.47008547008 rows/sec., 4.45 MiB/sec. 2025.06.04 15:41:09.153037 [ 260 ] {c841259e-1b5b-4d5f-9a0d-ebc0469cf1d1} TCPHandler: Processed in 0.001374827 sec. 2025.06.04 15:41:09.153055 [ 200 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.001412027 sec., 17705.04388372177 rows/sec., 1.16 MiB/sec. 2025.06.04 15:41:09.153201 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2025.06.04 15:41:09.153473 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:41:09.153554 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_24_5} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2025.06.04 15:41:09.153632 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.06.04 15:41:12.343384 [ 29 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:41:12.343457 [ 29 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:41:12.517238 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 2025.06.04 15:41:12.517855 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:12.517908 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:12.518512 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:41:12.518736 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:12.518864 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 2025.06.04 15:41:12.531547 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1154 2025.06.04 15:41:12.533854 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:12.533958 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:12.535198 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:41:12.535476 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:12.535740 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1154 2025.06.04 15:41:13.598651 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.06.04 15:41:13.615852 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:13.615920 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:13.622149 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:41:13.622866 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:13.625970 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.06.04 15:41:14.132975 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:14.133229 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:14.133327 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:14.134111 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.134187 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:14.134588 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:41:14.134810 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:14.134978 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} executeQuery: Read 136 rows, 12.02 KiB in 0.001817 sec., 74848.65162355531 rows/sec., 6.46 MiB/sec. 2025.06.04 15:41:14.135029 [ 260 ] {2d788ecf-76da-40bb-a03a-46b4664e4a7c} TCPHandler: Processed in 0.002227907 sec. 2025.06.04 15:41:14.135153 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:14.135257 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:14.135300 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:14.135731 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.135769 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:14.136075 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:41:14.136296 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:14.136430 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} executeQuery: Read 40 rows, 3.01 KiB in 0.001196 sec., 33444.816053511706 rows/sec., 2.46 MiB/sec. 2025.06.04 15:41:14.136468 [ 260 ] {0fddb975-9bb8-4660-a7c2-120fa18a01fd} TCPHandler: Processed in 0.001369476 sec. 2025.06.04 15:41:14.136580 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:14.136677 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:14.136716 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:14.137153 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.137190 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:14.137490 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:41:14.137692 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:14.137823 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} executeQuery: Read 104 rows, 8.32 KiB in 0.001166 sec., 89193.82504288165 rows/sec., 6.97 MiB/sec. 2025.06.04 15:41:14.137860 [ 260 ] {2fac0731-9b43-499e-ab2d-a9faf2e26cd9} TCPHandler: Processed in 0.001331617 sec. 2025.06.04 15:41:14.137974 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:14.138071 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:14.138115 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:14.138525 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.138561 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:14.138896 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:41:14.139108 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:14.139238 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.06.04 15:41:14.139274 [ 260 ] {504c4a96-ecb8-4828-9870-5f60736ce734} TCPHandler: Processed in 0.001350287 sec. 2025.06.04 15:41:14.139380 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:14.139474 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:14.139529 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:41:14.140393 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.140429 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:14.140999 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:41:14.141229 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:14.141342 [ 30 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.06.04 15:41:14.141374 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} executeQuery: Read 40 rows, 73.40 KiB in 0.001918 sec., 20855.057351407715 rows/sec., 37.37 MiB/sec. 2025.06.04 15:41:14.141407 [ 30 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.141430 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:14.141444 [ 260 ] {6b619b54-5950-4400-a473-3133d0bc8024} TCPHandler: Processed in 0.002114446 sec. 2025.06.04 15:41:14.141562 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:41:14.141578 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:14.141721 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:14.141771 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:14.141844 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:14.141916 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 950 rows starting from the beginning of the part 2025.06.04 15:41:14.142065 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:14.142172 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:14.142188 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:14.142221 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:14.142309 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:14.142441 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:14.142550 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:14.142587 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:41:14.142799 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:14.142936 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} executeQuery: Read 60 rows, 4.14 KiB in 0.00124 sec., 48387.096774193546 rows/sec., 3.26 MiB/sec. 2025.06.04 15:41:14.142973 [ 260 ] {4b9228b1-84cb-46c3-aa43-1c04d5966b51} TCPHandler: Processed in 0.001456338 sec. 2025.06.04 15:41:14.148091 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1150 rows, containing 19 columns (19 merged, 0 gathered) in 0.006592851 sec., 174431.36512564897 rows/sec., 312.57 MiB/sec. 2025.06.04 15:41:14.148979 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.06.04 15:41:14.149312 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:14.149392 [ 193 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_31_6} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.06.04 15:41:14.149505 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.66 MiB. 2025.06.04 15:41:15.000163 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 279.06 MiB, peak 287.66 MiB, free memory in arenas 0.00 B, will set to 280.44 MiB (RSS), difference: 1.37 MiB 2025.06.04 15:41:15.016899 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.017079 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.017143 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:41:15.017867 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.017908 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.018321 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:41:15.018549 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:15.018715 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} executeQuery: Read 212 rows, 13.81 KiB in 0.001684 sec., 125890.73634204276 rows/sec., 8.01 MiB/sec. 2025.06.04 15:41:15.018764 [ 260 ] {7e8da767-56ea-40b8-b4b1-63d6a9be9568} TCPHandler: Processed in 0.001988614 sec. 2025.06.04 15:41:15.018885 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.018989 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:41:15.019033 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:41:15.019441 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.019476 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.019780 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 15:41:15.019989 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:41:15.020083 [ 32 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 2025.06.04 15:41:15.020119 [ 32 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.020120 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} executeQuery: Read 8 rows, 668.00 B in 0.001155 sec., 6926.406926406927 rows/sec., 564.80 KiB/sec. 2025.06.04 15:41:15.020137 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.020164 [ 260 ] {b3940345-b58f-4858-a661-8abc4f60b041} TCPHandler: Processed in 0.001329647 sec. 2025.06.04 15:41:15.020244 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full 2025.06.04 15:41:15.020276 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.020370 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:15.020377 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:15.020409 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2025.06.04 15:41:15.020428 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:15.020482 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.06.04 15:41:15.020538 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part 2025.06.04 15:41:15.020585 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.06.04 15:41:15.020632 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2025.06.04 15:41:15.020676 [ 186 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.06.04 15:41:15.021593 [ 193 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395847 sec., 37253.3665939032 rows/sec., 3.11 MiB/sec. 2025.06.04 15:41:15.021714 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.021756 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:15.021803 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.06.04 15:41:15.022164 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:41:15.022230 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:41:15.022257 [ 187 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_14_3} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 2025.06.04 15:41:15.022363 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.04 15:41:15.022464 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:15.022608 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} executeQuery: Read 1761 rows, 146.25 KiB in 0.002251 sec., 782318.9693469569 rows/sec., 63.45 MiB/sec. 2025.06.04 15:41:15.022647 [ 260 ] {039437af-9bb9-4301-a210-de4c5c953681} TCPHandler: Processed in 0.00242052 sec. 2025.06.04 15:41:15.022755 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.022850 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.022890 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:15.023320 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.023355 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.023658 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:41:15.023877 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:15.023978 [ 28 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:41:15.024005 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} executeQuery: Read 114 rows, 6.94 KiB in 0.001174 sec., 97103.91822827939 rows/sec., 5.78 MiB/sec. 2025.06.04 15:41:15.024012 [ 28 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.024037 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.024043 [ 260 ] {6abbbc69-12ae-4e72-9e9d-cd7f442b560d} TCPHandler: Processed in 0.001337756 sec. 2025.06.04 15:41:15.024124 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:41:15.024156 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.024234 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:15.024256 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.024270 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 164 rows starting from the beginning of the part 2025.06.04 15:41:15.024302 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:41:15.024343 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 106 rows starting from the beginning of the part 2025.06.04 15:41:15.024397 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part 2025.06.04 15:41:15.024452 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 106 rows starting from the beginning of the part 2025.06.04 15:41:15.024494 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:15.024537 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 114 rows starting from the beginning of the part 2025.06.04 15:41:15.024838 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.024878 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:15.025212 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:41:15.025427 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:41:15.025434 [ 193 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352206 sec., 427449.6637346677 rows/sec., 28.31 MiB/sec. 2025.06.04 15:41:15.025564 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} executeQuery: Read 341 rows, 23.30 KiB in 0.001326 sec., 257164.40422322776 rows/sec., 17.16 MiB/sec. 2025.06.04 15:41:15.025590 [ 195 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:41:15.025609 [ 260 ] {f7cd4ae7-c77b-48c8-b58e-2d34dcf210c7} TCPHandler: Processed in 0.001502799 sec. 2025.06.04 15:41:15.025728 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.025824 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.025867 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:41:15.025958 [ 195 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:15.026076 [ 195 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_56_11} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:41:15.026168 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:41:15.026295 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.026348 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.026656 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:41:15.026866 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:15.026997 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} executeQuery: Read 112 rows, 6.53 KiB in 0.001191 sec., 94038.62300587741 rows/sec., 5.36 MiB/sec. 2025.06.04 15:41:15.027034 [ 260 ] {224f7094-2d2b-49e3-aeba-8f2873648dba} TCPHandler: Processed in 0.001355847 sec. 2025.06.04 15:41:15.027164 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.027257 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:15.027309 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:15.028013 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.028047 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.028394 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:41:15.028617 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:15.028747 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} executeQuery: Read 846 rows, 62.53 KiB in 0.001507 sec., 561380.2256138022 rows/sec., 40.52 MiB/sec. 2025.06.04 15:41:15.028784 [ 260 ] {0d232ba7-8676-42d0-af05-9a8628d1e248} TCPHandler: Processed in 0.001685971 sec. 2025.06.04 15:41:15.028898 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.028992 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:41:15.029032 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:41:15.029369 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.029404 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.029705 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:41:15.029921 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:41:15.030048 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} executeQuery: Read 6 rows, 321.00 B in 0.001074 sec., 5586.592178770949 rows/sec., 291.88 KiB/sec. 2025.06.04 15:41:15.030084 [ 260 ] {fbf16045-c93a-4dac-8ab8-7f7a56035200} TCPHandler: Processed in 0.001234835 sec. 2025.06.04 15:41:15.030193 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.030292 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.030334 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:15.030980 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.031014 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.031381 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:41:15.031602 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:15.031731 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} executeQuery: Read 959 rows, 65.25 KiB in 0.001457 sec., 658201.7844886754 rows/sec., 43.73 MiB/sec. 2025.06.04 15:41:15.031767 [ 260 ] {488057f3-4dba-43d6-a07b-14b31d158731} TCPHandler: Processed in 0.0016238 sec. 2025.06.04 15:41:15.031883 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.031977 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.032019 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:41:15.032340 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.032374 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.032678 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:41:15.032897 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:41:15.033040 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} executeQuery: Read 1 rows, 69.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 62.33 KiB/sec. 2025.06.04 15:41:15.033079 [ 260 ] {16ffd6a3-9afc-4777-9364-1fc49fbdef44} TCPHandler: Processed in 0.001246565 sec. 2025.06.04 15:41:15.033190 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:15.033282 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:15.033323 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:15.033656 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:15.033691 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. 2025.06.04 15:41:15.033992 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:41:15.034201 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:15.034341 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} executeQuery: Read 34 rows, 2.02 KiB in 0.001075 sec., 31627.906976744187 rows/sec., 1.84 MiB/sec. 2025.06.04 15:41:15.034375 [ 260 ] {b8a92c66-dd33-4dd3-9f67-bb5f6bef1343} TCPHandler: Processed in 0.001234875 sec. 2025.06.04 15:41:19.128715 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:19.128925 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:19.129005 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:19.129708 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:19.129754 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:19.130149 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:41:19.130384 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:19.130551 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} executeQuery: Read 56 rows, 4.41 KiB in 0.001678 sec., 33373.063170441004 rows/sec., 2.56 MiB/sec. 2025.06.04 15:41:19.130603 [ 260 ] {3a6f9b19-3b07-46d4-b05b-28f5982907f4} TCPHandler: Processed in 0.002022814 sec. 2025.06.04 15:41:19.130722 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:19.130822 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:19.130865 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:19.131296 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:19.131333 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:19.131647 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:41:19.131860 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:19.131994 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} executeQuery: Read 64 rows, 5.12 KiB in 0.001194 sec., 53601.34003350084 rows/sec., 4.18 MiB/sec. 2025.06.04 15:41:19.132033 [ 260 ] {2f63e29c-c746-4a1e-9111-1a26cd54606f} TCPHandler: Processed in 0.001363167 sec. 2025.06.04 15:41:19.132146 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:19.132244 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:19.132288 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:19.132663 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:19.132700 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:19.133046 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:41:19.133253 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:19.133385 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} executeQuery: Read 128 rows, 9.13 KiB in 0.00116 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. 2025.06.04 15:41:19.133422 [ 260 ] {478dd036-6579-447b-84b1-ce50ab7b4669} TCPHandler: Processed in 0.001325716 sec. 2025.06.04 15:41:19.133535 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:19.133630 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:19.133671 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:19.133992 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:19.134026 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:19.134310 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:41:19.134506 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:19.134627 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} executeQuery: Read 48 rows, 3.31 KiB in 0.00106 sec., 45283.01886792453 rows/sec., 3.05 MiB/sec. 2025.06.04 15:41:19.134661 [ 260 ] {62f85bd8-b441-443e-b4f2-0541258b4558} TCPHandler: Processed in 0.001221555 sec. 2025.06.04 15:41:20.018994 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 2025.06.04 15:41:20.019501 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:20.019536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:20.020022 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:41:20.020244 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:20.020371 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 2025.06.04 15:41:21.126076 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.06.04 15:41:21.144255 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:21.144321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:21.150824 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:41:21.151536 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:21.154989 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.06.04 15:41:22.536056 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1196 2025.06.04 15:41:22.538678 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:22.538738 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:22.539992 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:41:22.540279 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:22.540675 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1196 2025.06.04 15:41:24.132365 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:24.132550 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:24.132623 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:24.133364 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.133416 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.133867 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:41:24.134130 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:24.134285 [ 146 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:41:24.134295 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} executeQuery: Read 136 rows, 12.02 KiB in 0.001795 sec., 75766.01671309193 rows/sec., 6.54 MiB/sec. 2025.06.04 15:41:24.134358 [ 146 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.134388 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.134390 [ 260 ] {559e7ebe-3c8d-4cfc-986a-1e297a8681b2} TCPHandler: Processed in 0.002161187 sec. 2025.06.04 15:41:24.134514 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:41:24.134528 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:24.134658 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:24.134665 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:24.134706 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:24.134714 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1847 rows starting from the beginning of the part 2025.06.04 15:41:24.134803 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 617 rows starting from the beginning of the part 2025.06.04 15:41:24.134848 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part 2025.06.04 15:41:24.134890 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1761 rows starting from the beginning of the part 2025.06.04 15:41:24.134929 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part 2025.06.04 15:41:24.134973 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 136 rows starting from the beginning of the part 2025.06.04 15:41:24.135164 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.135208 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.135548 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:41:24.135777 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:24.135920 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} executeQuery: Read 40 rows, 3.01 KiB in 0.001286 sec., 31104.199066874025 rows/sec., 2.28 MiB/sec. 2025.06.04 15:41:24.135961 [ 260 ] {3ea00ae8-6767-4b32-bb38-c01434f483b0} TCPHandler: Processed in 0.001485338 sec. 2025.06.04 15:41:24.136079 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:24.136177 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:24.136217 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:24.136665 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.136703 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.136727 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4553 rows, containing 5 columns (5 merged, 0 gathered) in 0.002266919 sec., 2008452.8825246955 rows/sec., 170.68 MiB/sec. 2025.06.04 15:41:24.136980 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:41:24.137031 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:41:24.137324 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:24.137326 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:24.137422 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_71_14} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:41:24.137463 [ 146 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:41:24.137490 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} executeQuery: Read 104 rows, 8.32 KiB in 0.001334 sec., 77961.01949025488 rows/sec., 6.09 MiB/sec. 2025.06.04 15:41:24.137497 [ 146 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.137518 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:41:24.137533 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.137536 [ 260 ] {69928d5e-839d-4b64-b047-a1e6d2d56c53} TCPHandler: Processed in 0.001507858 sec. 2025.06.04 15:41:24.137604 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:41:24.137670 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:24.137680 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:24.137718 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part 2025.06.04 15:41:24.137764 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 382 rows starting from the beginning of the part 2025.06.04 15:41:24.137773 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:24.137802 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part 2025.06.04 15:41:24.137823 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:24.137841 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 846 rows starting from the beginning of the part 2025.06.04 15:41:24.137881 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2025.06.04 15:41:24.137916 [ 191 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 104 rows starting from the beginning of the part 2025.06.04 15:41:24.138261 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.138303 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.138656 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:41:24.138874 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:24.138898 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.001324186 sec., 1823006.7377241566 rows/sec., 139.59 MiB/sec. 2025.06.04 15:41:24.138996 [ 146 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:41:24.139010 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.06.04 15:41:24.139038 [ 146 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.139061 [ 260 ] {286a7e0a-44df-4c92-84d1-ccfce1128aed} TCPHandler: Processed in 0.001440717 sec. 2025.06.04 15:41:24.139063 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.139086 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:41:24.139154 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:41:24.139183 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:24.139252 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:24.139283 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 22238 rows starting from the beginning of the part 2025.06.04 15:41:24.139282 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:24.139332 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part 2025.06.04 15:41:24.139354 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:41:24.139375 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:41:24.139378 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:24.139417 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 959 rows starting from the beginning of the part 2025.06.04 15:41:24.139457 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 128 rows starting from the beginning of the part 2025.06.04 15:41:24.139470 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_71_14} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:41:24.139492 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2025.06.04 15:41:24.139574 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.06.04 15:41:24.140294 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.140332 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.140959 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:41:24.141183 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:24.141326 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} executeQuery: Read 40 rows, 73.40 KiB in 0.002079 sec., 19240.01924001924 rows/sec., 34.48 MiB/sec. 2025.06.04 15:41:24.141388 [ 260 ] {c24f104d-1067-414d-a916-6965e063cfe2} TCPHandler: Processed in 0.002273848 sec. 2025.06.04 15:41:24.141494 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:24.141583 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:24.141622 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:24.141944 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.141978 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.142354 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:41:24.142573 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:24.142691 [ 146 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:41:24.142718 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2025.06.04 15:41:24.142728 [ 146 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:24.142757 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:24.142761 [ 260 ] {4eef1219-7e2d-4039-9dff-12d55212e9fc} TCPHandler: Processed in 0.001286196 sec. 2025.06.04 15:41:24.142839 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:24.142941 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:24.142969 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3922 rows starting from the beginning of the part 2025.06.04 15:41:24.143019 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:24.143061 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:24.143100 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part 2025.06.04 15:41:24.143138 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part 2025.06.04 15:41:24.143175 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.06.04 15:41:24.150696 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4206 rows, containing 4 columns (4 merged, 0 gathered) in 0.007893637 sec., 532834.2309128225 rows/sec., 35.04 MiB/sec. 2025.06.04 15:41:24.150983 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:41:24.151233 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:24.151312 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_71_14} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:41:24.151380 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.06.04 15:41:24.153228 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 23882 rows, containing 5 columns (5 merged, 0 gathered) in 0.014100543 sec., 1693693.6400250685 rows/sec., 114.41 MiB/sec. 2025.06.04 15:41:24.153845 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:41:24.154191 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:24.154284 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_71_14} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:41:24.154384 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.06.04 15:41:25.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 281.27 MiB, peak 292.45 MiB, free memory in arenas 0.00 B, will set to 283.46 MiB (RSS), difference: 2.19 MiB 2025.06.04 15:41:26.199041 [ 111 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 2025.06.04 15:41:26.199116 [ 111 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:26.199140 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:26.199255 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full 2025.06.04 15:41:26.199399 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:26.199434 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2025.06.04 15:41:26.199496 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.06.04 15:41:26.199541 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.06.04 15:41:26.199581 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.06.04 15:41:26.199620 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.06.04 15:41:26.200325 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.001121134 sec., 128441.38167248518 rows/sec., 6.55 MiB/sec. 2025.06.04 15:41:26.200458 [ 189 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2025.06.04 15:41:26.200724 [ 189 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:41:26.200801 [ 189 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_24_5} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 2025.06.04 15:41:26.200867 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.04 15:41:27.343502 [ 74 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:41:27.343574 [ 74 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:41:27.520570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 2025.06.04 15:41:27.521065 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:27.521109 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:27.521596 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:41:27.521826 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:27.521958 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 2025.06.04 15:41:27.521973 [ 74 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:41:27.522035 [ 74 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:27.522054 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:27.522182 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.522328 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:27.522369 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.522434 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.522479 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.522534 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.522594 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.522657 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:41:27.524887 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.002766325 sec., 7629616.910522083 rows/sec., 109.14 MiB/sec. 2025.06.04 15:41:27.525155 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:41:27.525429 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_46_9} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:27.525538 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_46_9} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:41:27.525660 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2025.06.04 15:41:28.655158 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.06.04 15:41:28.672936 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:28.673002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:28.679014 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:41:28.679708 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:28.680016 [ 170 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:41:28.680079 [ 170 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:28.680098 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:28.680187 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.682977 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.06.04 15:41:28.683145 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:28.683966 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.687425 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.690788 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.694729 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.698669 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.702360 [ 188 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:41:28.756252 [ 197 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.076093105 sec., 4560.2029250876285 rows/sec., 23.58 MiB/sec. 2025.06.04 15:41:28.758520 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:41:28.760280 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_46_9} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:28.760373 [ 192 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_46_9} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:41:28.761848 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.04 15:41:29.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 284.56 MiB, peak 297.96 MiB, free memory in arenas 0.00 B, will set to 285.88 MiB (RSS), difference: 1.31 MiB 2025.06.04 15:41:29.137243 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.137444 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.137519 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:41:29.138294 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.138344 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.138745 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:41:29.138987 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:29.139148 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} executeQuery: Read 212 rows, 13.81 KiB in 0.001757 sec., 120660.21627774615 rows/sec., 7.67 MiB/sec. 2025.06.04 15:41:29.139160 [ 169 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.06.04 15:41:29.139199 [ 260 ] {8754b297-f078-4ff8-8795-f92b182d0f68} TCPHandler: Processed in 0.002095326 sec. 2025.06.04 15:41:29.139235 [ 169 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.139266 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.139334 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.139391 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:41:29.139441 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:29.139491 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:29.139542 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:29.139583 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part 2025.06.04 15:41:29.139650 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part 2025.06.04 15:41:29.139696 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part 2025.06.04 15:41:29.139742 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2025.06.04 15:41:29.139782 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2025.06.04 15:41:29.140232 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.140273 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.140773 [ 197 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438668 sec., 736792.6443070952 rows/sec., 49.67 MiB/sec. 2025.06.04 15:41:29.140921 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:41:29.140963 [ 194 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.06.04 15:41:29.141184 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:29.141301 [ 194 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:29.141347 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} executeQuery: Read 617 rows, 49.39 KiB in 0.001929 sec., 319854.8470710213 rows/sec., 25.00 MiB/sec. 2025.06.04 15:41:29.141387 [ 194 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_25_6} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.06.04 15:41:29.141392 [ 260 ] {93de96fe-fbc8-461a-8193-e7893319bb8c} TCPHandler: Processed in 0.002109876 sec. 2025.06.04 15:41:29.141483 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:41:29.141527 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.141634 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.141679 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:29.142117 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.142156 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.142457 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:41:29.142658 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:29.142798 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} executeQuery: Read 106 rows, 6.39 KiB in 0.001186 sec., 89376.0539629005 rows/sec., 5.26 MiB/sec. 2025.06.04 15:41:29.142836 [ 260 ] {69978500-d892-4815-aa62-ca3a1d029a86} TCPHandler: Processed in 0.001359256 sec. 2025.06.04 15:41:29.142950 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.143045 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.143087 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:41:29.143512 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.143549 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.143859 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:41:29.144073 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:41:29.144216 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} executeQuery: Read 113 rows, 7.49 KiB in 0.00119 sec., 94957.98319327731 rows/sec., 6.15 MiB/sec. 2025.06.04 15:41:29.144255 [ 260 ] {e6c58023-8954-41e8-8af8-0056360716f6} TCPHandler: Processed in 0.001353587 sec. 2025.06.04 15:41:29.144377 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.144472 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.144511 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:41:29.144949 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.144986 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.145294 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:41:29.145502 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:29.145606 [ 169 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.06.04 15:41:29.145635 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} executeQuery: Read 112 rows, 6.53 KiB in 0.001182 sec., 94754.65313028764 rows/sec., 5.40 MiB/sec. 2025.06.04 15:41:29.145640 [ 169 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.145676 [ 169 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.145682 [ 260 ] {e96e3e38-cb42-4cba-9474-7d73811d0f80} TCPHandler: Processed in 0.001353846 sec. 2025.06.04 15:41:29.145761 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:41:29.145804 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.145861 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:29.145893 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part 2025.06.04 15:41:29.145898 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:29.145938 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:29.145950 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part 2025.06.04 15:41:29.145996 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part 2025.06.04 15:41:29.146036 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part 2025.06.04 15:41:29.146072 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part 2025.06.04 15:41:29.146521 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.146557 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.146787 [ 194 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001062133 sec., 527240.9387524914 rows/sec., 32.05 MiB/sec. 2025.06.04 15:41:29.146969 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.06.04 15:41:29.147015 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:41:29.147357 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:29.147390 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:29.147448 [ 197 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_25_6} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.06.04 15:41:29.147552 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:41:29.147586 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} executeQuery: Read 382 rows, 27.58 KiB in 0.001704 sec., 224178.40375586855 rows/sec., 15.81 MiB/sec. 2025.06.04 15:41:29.147640 [ 260 ] {34b003e4-48f6-423f-a567-31e705e348e8} TCPHandler: Processed in 0.001883054 sec. 2025.06.04 15:41:29.147777 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.147894 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:41:29.147945 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:41:29.148303 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.148338 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.148658 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.06.04 15:41:29.148865 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:41:29.148996 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} executeQuery: Read 6 rows, 321.00 B in 0.001126 sec., 5328.596802841918 rows/sec., 278.40 KiB/sec. 2025.06.04 15:41:29.149033 [ 260 ] {5b8232cd-9597-4e51-8614-db8fd75fd081} TCPHandler: Processed in 0.001315927 sec. 2025.06.04 15:41:29.149145 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.149241 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.149283 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:29.149711 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.149748 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.150107 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:41:29.150319 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:29.150448 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} executeQuery: Read 237 rows, 16.27 KiB in 0.001225 sec., 193469.38775510204 rows/sec., 12.97 MiB/sec. 2025.06.04 15:41:29.150485 [ 260 ] {fd05dd9d-3386-4308-958f-b00d9f281117} TCPHandler: Processed in 0.001389498 sec. 2025.06.04 15:41:29.150596 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.150690 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.150731 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:41:29.151048 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.151083 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.151395 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:41:29.151596 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:41:29.151725 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2025.06.04 15:41:29.151761 [ 260 ] {7cfb4058-9b71-4a57-84a2-2f408237e42a} TCPHandler: Processed in 0.001214165 sec. 2025.06.04 15:41:29.151870 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:29.151965 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:29.152004 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:29.152339 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:29.152375 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:29.152681 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:41:29.152886 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:29.153011 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} executeQuery: Read 82 rows, 5.33 KiB in 0.001065 sec., 76995.30516431924 rows/sec., 4.89 MiB/sec. 2025.06.04 15:41:29.153046 [ 260 ] {58cf4444-a036-4dc2-89e2-de5dae47a823} TCPHandler: Processed in 0.001228305 sec. 2025.06.04 15:41:32.541054 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1228 2025.06.04 15:41:32.543608 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:32.543673 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:32.545000 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:41:32.545286 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:32.545680 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1228 2025.06.04 15:41:34.136561 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.136804 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:41:34.136893 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:41:34.137742 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.137798 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.138349 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 15:41:34.138677 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:41:34.138898 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} executeQuery: Read 2 rows, 167.00 B in 0.00216 sec., 925.9259259259259 rows/sec., 75.50 KiB/sec. 2025.06.04 15:41:34.138964 [ 260 ] {5adee62e-0429-415d-b18b-d10b31172213} TCPHandler: Processed in 0.002573821 sec. 2025.06.04 15:41:34.139151 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.139292 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:34.139345 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:34.140079 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.140135 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.140616 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:41:34.140925 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:34.141112 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} executeQuery: Read 137 rows, 12.10 KiB in 0.001854 sec., 73894.28263214671 rows/sec., 6.37 MiB/sec. 2025.06.04 15:41:34.141167 [ 260 ] {c87bf77c-cff8-4de2-babd-e9c9ba995a37} TCPHandler: Processed in 0.002083555 sec. 2025.06.04 15:41:34.141324 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.141451 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:34.141507 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:34.142093 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.142139 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.142568 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:41:34.142848 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:34.143038 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} executeQuery: Read 42 rows, 3.15 KiB in 0.001612 sec., 26054.590570719603 rows/sec., 1.91 MiB/sec. 2025.06.04 15:41:34.143094 [ 260 ] {41b990de-e082-4f42-8862-cb5431a4d011} TCPHandler: Processed in 0.001828302 sec. 2025.06.04 15:41:34.143236 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.143367 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:34.143421 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:34.144034 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.144086 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.144577 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:41:34.144857 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:34.145027 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} executeQuery: Read 106 rows, 8.48 KiB in 0.001693 sec., 62610.75014766686 rows/sec., 4.89 MiB/sec. 2025.06.04 15:41:34.145082 [ 260 ] {28721c0c-9172-4395-a289-10d0f1c1cf67} TCPHandler: Processed in 0.001908884 sec. 2025.06.04 15:41:34.145244 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.145366 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:34.145424 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:34.146004 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.146048 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.146463 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:41:34.146775 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:34.146952 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} executeQuery: Read 161 rows, 11.48 KiB in 0.001609 sec., 100062.15040397763 rows/sec., 6.97 MiB/sec. 2025.06.04 15:41:34.146999 [ 260 ] {2b03cb06-c93f-4aec-bc59-2d7444c1cb9c} TCPHandler: Processed in 0.001819782 sec. 2025.06.04 15:41:34.147148 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.147265 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:34.147337 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:41:34.148647 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.148692 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.149533 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:41:34.149831 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:34.150012 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} executeQuery: Read 40 rows, 73.40 KiB in 0.002769 sec., 14445.64824846515 rows/sec., 25.89 MiB/sec. 2025.06.04 15:41:34.150106 [ 260 ] {dc9aabe7-e72a-48d8-959e-974fdec9e95b} TCPHandler: Processed in 0.003022947 sec. 2025.06.04 15:41:34.150263 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:34.150401 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:34.150460 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:34.150916 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:34.150965 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:34.151378 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:41:34.151670 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:34.151840 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. 2025.06.04 15:41:34.151885 [ 260 ] {f6f724c3-3073-4f49-8cf1-d61c6e9bff7a} TCPHandler: Processed in 0.001687851 sec. 2025.06.04 15:41:35.022137 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 2025.06.04 15:41:35.022717 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:35.022762 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:35.023318 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:41:35.023551 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:35.023679 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 2025.06.04 15:41:36.183143 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.06.04 15:41:36.199330 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:36.199401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. 2025.06.04 15:41:36.205165 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:41:36.205926 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:36.209148 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.06.04 15:41:39.137950 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.138160 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.138235 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:41:39.138990 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.139042 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.139444 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:41:39.139682 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:39.139850 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} executeQuery: Read 212 rows, 13.81 KiB in 0.001744 sec., 121559.63302752293 rows/sec., 7.73 MiB/sec. 2025.06.04 15:41:39.139902 [ 260 ] {91e79777-c8cd-4f74-a5b0-f38986cb3cc2} TCPHandler: Processed in 0.002088846 sec. 2025.06.04 15:41:39.140024 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.140127 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:39.140171 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:39.140882 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.140921 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.141271 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:41:39.141481 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:39.141617 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} executeQuery: Read 617 rows, 49.39 KiB in 0.001514 sec., 407529.72258916777 rows/sec., 31.86 MiB/sec. 2025.06.04 15:41:39.141656 [ 260 ] {f8222a09-dfe1-4fd0-b563-9647af5405ec} TCPHandler: Processed in 0.001683861 sec. 2025.06.04 15:41:39.141771 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.141868 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.141909 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:39.142333 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.142371 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.142667 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:41:39.142871 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:39.143002 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} executeQuery: Read 106 rows, 6.39 KiB in 0.001154 sec., 91854.41941074523 rows/sec., 5.40 MiB/sec. 2025.06.04 15:41:39.143040 [ 260 ] {5afaa544-a674-4b32-a396-bb6ba9a58a82} TCPHandler: Processed in 0.001318276 sec. 2025.06.04 15:41:39.143154 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.143248 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.143287 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:41:39.143708 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.143744 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.144044 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:41:39.144258 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:41:39.144383 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} executeQuery: Read 113 rows, 7.49 KiB in 0.001154 sec., 97920.27729636048 rows/sec., 6.34 MiB/sec. 2025.06.04 15:41:39.144420 [ 260 ] {decd3b9f-1049-4926-8a81-30cbfdc224e8} TCPHandler: Processed in 0.001313516 sec. 2025.06.04 15:41:39.144555 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.144647 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.144686 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:41:39.145100 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.145137 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.145433 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:41:39.145637 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:39.145765 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} executeQuery: Read 112 rows, 6.53 KiB in 0.001135 sec., 98678.4140969163 rows/sec., 5.62 MiB/sec. 2025.06.04 15:41:39.145863 [ 260 ] {32bcae5f-0240-42f4-89b9-38a9d4c15c72} TCPHandler: Processed in 0.001355827 sec. 2025.06.04 15:41:39.145974 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.146067 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:39.146105 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:39.146627 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.146663 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.146987 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:41:39.147191 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:39.147317 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} executeQuery: Read 382 rows, 27.58 KiB in 0.001268 sec., 301261.82965299685 rows/sec., 21.24 MiB/sec. 2025.06.04 15:41:39.147355 [ 260 ] {3b7aac16-1e95-48b1-b916-62c1424281e5} TCPHandler: Processed in 0.001428867 sec. 2025.06.04 15:41:39.147463 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.147555 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:41:39.147596 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:41:39.147928 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.147963 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.148267 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.06.04 15:41:39.148474 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:41:39.148604 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} executeQuery: Read 6 rows, 321.00 B in 0.001067 sec., 5623.242736644798 rows/sec., 293.79 KiB/sec. 2025.06.04 15:41:39.148641 [ 260 ] {b93726d6-3f9e-42ec-8e38-bb8dfc62b822} TCPHandler: Processed in 0.001224925 sec. 2025.06.04 15:41:39.148749 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.148843 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.148884 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:39.149287 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.149324 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.149674 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:41:39.149894 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:39.150026 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} executeQuery: Read 237 rows, 16.27 KiB in 0.0012 sec., 197500.00000000003 rows/sec., 13.24 MiB/sec. 2025.06.04 15:41:39.150063 [ 260 ] {d17a4857-2112-49eb-bcb7-d675b1341e3e} TCPHandler: Processed in 0.001361277 sec. 2025.06.04 15:41:39.150176 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.150268 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.150310 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:41:39.150620 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.150657 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.150947 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:41:39.151148 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:41:39.151277 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.06.04 15:41:39.151318 [ 260 ] {563432d5-e83f-4e07-b887-d973755442ea} TCPHandler: Processed in 0.001190604 sec. 2025.06.04 15:41:39.151427 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:39.151520 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:39.151560 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:39.151882 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:39.151919 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:39.152229 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:41:39.152434 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:39.152563 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} executeQuery: Read 82 rows, 5.33 KiB in 0.00106 sec., 77358.49056603774 rows/sec., 4.91 MiB/sec. 2025.06.04 15:41:39.152599 [ 260 ] {c5393b39-8764-48d0-b85a-b94437c53b1c} TCPHandler: Processed in 0.001219055 sec. 2025.06.04 15:41:42.343638 [ 144 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:41:42.343711 [ 144 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:41:42.523829 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 2025.06.04 15:41:42.524419 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:42.524466 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:42.525093 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:41:42.525325 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:42.525455 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 2025.06.04 15:41:42.546040 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1262 2025.06.04 15:41:42.549540 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:42.549604 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:42.550954 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:41:42.551230 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:42.551583 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1262 2025.06.04 15:41:43.001204 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000835761 sec. 2025.06.04 15:41:43.709327 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.06.04 15:41:43.725322 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:43.725375 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:43.731067 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:41:43.731747 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:43.734442 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.06.04 15:41:44.133033 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:44.133235 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:44.133313 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:44.134049 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.134094 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.134480 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.04 15:41:44.134703 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:44.134863 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} executeQuery: Read 136 rows, 12.02 KiB in 0.001685 sec., 80712.16617210682 rows/sec., 6.97 MiB/sec. 2025.06.04 15:41:44.134909 [ 260 ] {757ee0ce-e167-412f-b8b5-b81f292e1e7c} TCPHandler: Processed in 0.002018894 sec. 2025.06.04 15:41:44.135073 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:44.135167 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:44.135208 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:44.135692 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.135730 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.136037 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:41:44.136250 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:44.136371 [ 141 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:41:44.136389 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} executeQuery: Read 40 rows, 3.01 KiB in 0.00124 sec., 32258.064516129034 rows/sec., 2.37 MiB/sec. 2025.06.04 15:41:44.136437 [ 141 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.136448 [ 260 ] {41802818-bd53-4c0c-93ca-33220e5b07e5} TCPHandler: Processed in 0.001422297 sec. 2025.06.04 15:41:44.136467 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.136576 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:44.136600 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:41:44.136672 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:44.136717 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:44.136752 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:44.136793 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 164 rows starting from the beginning of the part 2025.06.04 15:41:44.136863 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:44.136910 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 106 rows starting from the beginning of the part 2025.06.04 15:41:44.136955 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 42 rows starting from the beginning of the part 2025.06.04 15:41:44.136996 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 106 rows starting from the beginning of the part 2025.06.04 15:41:44.137037 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:44.137194 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.137237 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.137580 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.04 15:41:44.137809 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:44.137942 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} executeQuery: Read 104 rows, 8.32 KiB in 0.001287 sec., 80808.0808080808 rows/sec., 6.31 MiB/sec. 2025.06.04 15:41:44.137957 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419478 sec., 350833.1936106089 rows/sec., 23.76 MiB/sec. 2025.06.04 15:41:44.137979 [ 260 ] {3bc6d9ae-72f7-42c7-a549-d6a0e84893d2} TCPHandler: Processed in 0.001451238 sec. 2025.06.04 15:41:44.138102 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:44.138129 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:41:44.138198 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:44.138247 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:44.138432 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:44.138508 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_61_12} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:41:44.138598 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:41:44.138655 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.138696 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.139026 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.04 15:41:44.139236 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:44.139368 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.06.04 15:41:44.139405 [ 260 ] {26613e68-578e-4303-bdb9-d4d33941d578} TCPHandler: Processed in 0.001350907 sec. 2025.06.04 15:41:44.139515 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:44.139607 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:44.139660 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:41:44.140495 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.140532 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.141071 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:41:44.141294 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:44.141437 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} executeQuery: Read 40 rows, 73.40 KiB in 0.001847 sec., 21656.74066053059 rows/sec., 38.81 MiB/sec. 2025.06.04 15:41:44.141498 [ 260 ] {b7ab6f6d-a79f-45a6-9936-b02cc83c4eee} TCPHandler: Processed in 0.002030074 sec. 2025.06.04 15:41:44.141608 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:44.141700 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:44.141739 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:44.142073 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:44.142110 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:44.142405 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.04 15:41:44.142610 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:44.142741 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.06.04 15:41:44.142776 [ 260 ] {ed1216f8-7fe5-45b7-b8bc-3987e7e8ded5} TCPHandler: Processed in 0.001214725 sec. 2025.06.04 15:41:45.982971 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.983144 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.983204 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:41:45.984034 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.984075 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.984473 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:41:45.984688 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:45.984838 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} executeQuery: Read 212 rows, 13.81 KiB in 0.001741 sec., 121769.09821941414 rows/sec., 7.74 MiB/sec. 2025.06.04 15:41:45.984879 [ 260 ] {46a679fd-69ed-4cfd-8b4a-569c8aad60a4} TCPHandler: Processed in 0.002026465 sec. 2025.06.04 15:41:45.985005 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.985110 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:45.985151 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:45.986357 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.986395 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.986802 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.04 15:41:45.987013 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:45.987143 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} executeQuery: Read 1757 rows, 145.95 KiB in 0.002051 sec., 856655.2901023892 rows/sec., 69.49 MiB/sec. 2025.06.04 15:41:45.987144 [ 139 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.04 15:41:45.987181 [ 260 ] {929162fe-a186-4716-8067-19ffcc24bf32} TCPHandler: Processed in 0.002223828 sec. 2025.06.04 15:41:45.987219 [ 139 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.987250 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.987323 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.987373 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:41:45.987432 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.987477 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:45.987508 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:45.987552 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1847 rows starting from the beginning of the part 2025.06.04 15:41:45.987623 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 617 rows starting from the beginning of the part 2025.06.04 15:41:45.987673 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 137 rows starting from the beginning of the part 2025.06.04 15:41:45.987720 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 617 rows starting from the beginning of the part 2025.06.04 15:41:45.987766 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part 2025.06.04 15:41:45.987811 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:41:45.987953 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.987996 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.988329 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:41:45.988544 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:45.988676 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} executeQuery: Read 106 rows, 6.39 KiB in 0.001264 sec., 83860.75949367089 rows/sec., 4.93 MiB/sec. 2025.06.04 15:41:45.988713 [ 260 ] {c1256b9c-97e5-4561-9258-0cac89b1cc1c} TCPHandler: Processed in 0.001440798 sec. 2025.06.04 15:41:45.988835 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.988927 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.988965 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:41:45.989473 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.989509 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.989627 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5111 rows, containing 5 columns (5 merged, 0 gathered) in 0.002300048 sec., 2222127.5382078984 rows/sec., 188.15 MiB/sec. 2025.06.04 15:41:45.989821 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:41:45.989943 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.04 15:41:45.990047 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:41:45.990188 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} executeQuery: Read 341 rows, 23.30 KiB in 0.00128 sec., 266406.25 rows/sec., 17.78 MiB/sec. 2025.06.04 15:41:45.990227 [ 260 ] {1aef0a17-f7cb-4e91-b881-dab52ba0f260} TCPHandler: Processed in 0.001440038 sec. 2025.06.04 15:41:45.990289 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:45.990341 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.990392 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_76_15} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.04 15:41:45.990444 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.990487 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:41:45.990507 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. 2025.06.04 15:41:45.990911 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.990951 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.991247 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:41:45.991447 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:45.991572 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} executeQuery: Read 112 rows, 6.53 KiB in 0.001147 sec., 97646.0331299041 rows/sec., 5.56 MiB/sec. 2025.06.04 15:41:45.991609 [ 260 ] {51d24641-7c09-4d7b-947b-6ed235cf2922} TCPHandler: Processed in 0.001314776 sec. 2025.06.04 15:41:45.991720 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.991812 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:45.991850 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:45.992512 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.992548 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.992880 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.04 15:41:45.993092 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:45.993216 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} executeQuery: Read 838 rows, 61.87 KiB in 0.001421 sec., 589725.5453905701 rows/sec., 42.52 MiB/sec. 2025.06.04 15:41:45.993225 [ 138 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.04 15:41:45.993253 [ 260 ] {97edee9a-cda9-4f9b-9ee1-d152b60367d5} TCPHandler: Processed in 0.001580149 sec. 2025.06.04 15:41:45.993270 [ 138 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.993294 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.993376 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.993377 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:41:45.993473 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:41:45.993509 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:45.993517 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:41:45.993553 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part 2025.06.04 15:41:45.993618 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 382 rows starting from the beginning of the part 2025.06.04 15:41:45.993662 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 106 rows starting from the beginning of the part 2025.06.04 15:41:45.993706 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 382 rows starting from the beginning of the part 2025.06.04 15:41:45.993745 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part 2025.06.04 15:41:45.993784 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 838 rows starting from the beginning of the part 2025.06.04 15:41:45.993888 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.993930 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.994251 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.06.04 15:41:45.994473 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:41:45.994604 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} executeQuery: Read 6 rows, 321.00 B in 0.001149 sec., 5221.9321148825065 rows/sec., 272.83 KiB/sec. 2025.06.04 15:41:45.994640 [ 260 ] {8894b190-221a-4c17-8ffc-332dd9915b68} TCPHandler: Processed in 0.001316286 sec. 2025.06.04 15:41:45.994758 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.994858 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.994900 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:45.995035 [ 195 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 5 columns (5 merged, 0 gathered) in 0.001696951 sec., 1606410.5563448798 rows/sec., 122.28 MiB/sec. 2025.06.04 15:41:45.995282 [ 199 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.04 15:41:45.995496 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.995540 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.995604 [ 199 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:45.995695 [ 199 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_76_15} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.04 15:41:45.995795 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.06.04 15:41:45.995924 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.04 15:41:45.996137 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:45.996246 [ 139 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.04 15:41:45.996267 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} executeQuery: Read 965 rows, 65.68 KiB in 0.001426 sec., 676718.09256662 rows/sec., 44.98 MiB/sec. 2025.06.04 15:41:45.996282 [ 139 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.996308 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.996310 [ 260 ] {48a360dd-ff55-4cd6-b1ff-89a9b8322525} TCPHandler: Processed in 0.00159946 sec. 2025.06.04 15:41:45.996424 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:41:45.996444 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.996558 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.996576 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:45.996598 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:41:45.996617 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 23882 rows starting from the beginning of the part 2025.06.04 15:41:45.996690 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part 2025.06.04 15:41:45.996737 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part 2025.06.04 15:41:45.996779 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 237 rows starting from the beginning of the part 2025.06.04 15:41:45.996826 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.06.04 15:41:45.996869 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 965 rows starting from the beginning of the part 2025.06.04 15:41:45.996954 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.996996 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.997437 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:41:45.997660 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:41:45.997790 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} executeQuery: Read 1 rows, 69.00 B in 0.001249 sec., 800.640512409928 rows/sec., 53.95 KiB/sec. 2025.06.04 15:41:45.997825 [ 260 ] {fe1794c7-ab86-43b0-b2d9-a170cc3a7ec7} TCPHandler: Processed in 0.001428947 sec. 2025.06.04 15:41:45.997941 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:45.998034 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:45.998073 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:45.998400 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.998437 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.998898 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.04 15:41:45.999115 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:45.999228 [ 139 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.04 15:41:45.999252 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} executeQuery: Read 38 rows, 2.30 KiB in 0.001236 sec., 30744.33656957929 rows/sec., 1.82 MiB/sec. 2025.06.04 15:41:45.999260 [ 139 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:45.999293 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:45.999295 [ 260 ] {a93c21d2-337f-4202-a089-f5deffed3ac2} TCPHandler: Processed in 0.001400417 sec. 2025.06.04 15:41:45.999384 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:41:45.999498 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:45.999528 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4206 rows starting from the beginning of the part 2025.06.04 15:41:45.999586 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part 2025.06.04 15:41:45.999633 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2025.06.04 15:41:45.999677 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part 2025.06.04 15:41:45.999718 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2025.06.04 15:41:45.999761 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 38 rows starting from the beginning of the part 2025.06.04 15:41:46.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 293.95 MiB, peak 297.96 MiB, free memory in arenas 0.00 B, will set to 288.20 MiB (RSS), difference: -5.75 MiB 2025.06.04 15:41:46.002756 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4528 rows, containing 4 columns (4 merged, 0 gathered) in 0.003406622 sec., 1329175.940271624 rows/sec., 87.29 MiB/sec. 2025.06.04 15:41:46.003218 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.04 15:41:46.003463 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:46.003527 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_76_15} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.04 15:41:46.003582 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.06.04 15:41:46.005637 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 25642 rows, containing 5 columns (5 merged, 0 gathered) in 0.009267714 sec., 2766809.592958954 rows/sec., 186.83 MiB/sec. 2025.06.04 15:41:46.005861 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.04 15:41:46.006114 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:46.006181 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_76_15} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.04 15:41:46.006263 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.06.04 15:41:47.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 281.78 MiB, peak 297.96 MiB, free memory in arenas 0.00 B, will set to 290.30 MiB (RSS), difference: 8.52 MiB 2025.06.04 15:41:49.129120 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:49.129301 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:49.129369 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:49.130028 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:49.130083 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:49.130509 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.04 15:41:49.130750 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:49.130917 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} executeQuery: Read 56 rows, 4.41 KiB in 0.001663 sec., 33674.08298256164 rows/sec., 2.59 MiB/sec. 2025.06.04 15:41:49.130969 [ 260 ] {d0393a78-b399-4231-af8b-0b56ab402b8b} TCPHandler: Processed in 0.001976094 sec. 2025.06.04 15:41:49.131098 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:49.131201 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:49.131246 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:49.131685 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:49.131726 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:49.132058 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.04 15:41:49.132290 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:49.132429 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} executeQuery: Read 64 rows, 5.12 KiB in 0.00125 sec., 51200 rows/sec., 4.00 MiB/sec. 2025.06.04 15:41:49.132468 [ 260 ] {a9165015-5c42-4354-a09f-7ade3a8713ab} TCPHandler: Processed in 0.001420837 sec. 2025.06.04 15:41:49.132602 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:49.132700 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:49.132744 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:49.133141 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:49.133179 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:49.133533 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.04 15:41:49.133758 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:49.133896 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} executeQuery: Read 118 rows, 8.42 KiB in 0.001215 sec., 97119.34156378602 rows/sec., 6.77 MiB/sec. 2025.06.04 15:41:49.133934 [ 260 ] {063fb471-f212-435f-8783-9f0173ba8f32} TCPHandler: Processed in 0.001380757 sec. 2025.06.04 15:41:49.134052 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:49.134150 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:49.134193 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:49.134527 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:49.134564 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:49.134877 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.04 15:41:49.135095 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:49.135232 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} executeQuery: Read 44 rows, 3.03 KiB in 0.001101 sec., 39963.66939146231 rows/sec., 2.69 MiB/sec. 2025.06.04 15:41:49.135271 [ 260 ] {2382b7fa-10fe-454a-b156-9c142f61fe57} TCPHandler: Processed in 0.001267746 sec. 2025.06.04 15:41:50.025640 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 2025.06.04 15:41:50.026240 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:50.026283 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:50.026839 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:41:50.027072 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:50.027197 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 2025.06.04 15:41:51.234584 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.06.04 15:41:51.251706 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:51.251771 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:51.257721 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:41:51.258476 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:51.261480 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.06.04 15:41:52.551898 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1302 2025.06.04 15:41:52.554461 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:52.554523 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:52.555821 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:41:52.556120 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:52.556295 [ 132 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:41:52.556361 [ 132 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:52.556381 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:52.556476 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:41:52.556519 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1302 2025.06.04 15:41:52.556927 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:52.557061 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1120 rows starting from the beginning of the part 2025.06.04 15:41:52.557405 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 34 rows starting from the beginning of the part 2025.06.04 15:41:52.557736 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part 2025.06.04 15:41:52.558081 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part 2025.06.04 15:41:52.558413 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part 2025.06.04 15:41:52.558743 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2025.06.04 15:41:52.566272 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 72 columns (72 merged, 0 gathered) in 0.009837001 sec., 132357.41258946704 rows/sec., 104.38 MiB/sec. 2025.06.04 15:41:52.568032 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:41:52.568799 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:41:52.568895 [ 199 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_36_7} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:41:52.569092 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.06.04 15:41:54.133518 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:54.133701 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:54.133765 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:54.134470 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:54.134514 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:54.134911 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.04 15:41:54.135138 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:54.135299 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} executeQuery: Read 136 rows, 12.02 KiB in 0.001647 sec., 82574.37765634486 rows/sec., 7.13 MiB/sec. 2025.06.04 15:41:54.135340 [ 260 ] {4eb2f19b-1713-4d81-94a4-3d8b6ded591f} TCPHandler: Processed in 0.001944344 sec. 2025.06.04 15:41:54.135455 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:54.135548 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:54.135588 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:54.135998 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:54.136034 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:54.136329 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:41:54.136530 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:54.136658 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} executeQuery: Read 40 rows, 3.01 KiB in 0.001128 sec., 35460.99290780142 rows/sec., 2.60 MiB/sec. 2025.06.04 15:41:54.136694 [ 260 ] {e2e93ba2-1bc2-440f-8d4c-a3501d1ea04f} TCPHandler: Processed in 0.001286765 sec. 2025.06.04 15:41:54.136806 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:54.136898 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:54.136936 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:54.137360 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:54.137396 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:54.137692 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.04 15:41:54.137888 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:54.138017 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} executeQuery: Read 104 rows, 8.32 KiB in 0.001137 sec., 91468.77748460862 rows/sec., 7.14 MiB/sec. 2025.06.04 15:41:54.138054 [ 260 ] {4ae663eb-2b73-40c8-b5d6-7f916a8912b4} TCPHandler: Processed in 0.001295876 sec. 2025.06.04 15:41:54.138167 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:54.138260 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:54.138303 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:54.138714 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:54.138749 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:54.139066 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.04 15:41:54.139265 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:54.139398 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.06.04 15:41:54.139433 [ 260 ] {5c76ca76-7b93-4501-9259-a5969d6b2f16} TCPHandler: Processed in 0.001313856 sec. 2025.06.04 15:41:54.139535 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:54.139627 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:54.139680 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:41:54.140536 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:54.140572 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:54.141122 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:41:54.141333 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:41:54.141468 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} executeQuery: Read 40 rows, 73.40 KiB in 0.001859 sec., 21516.944593867673 rows/sec., 38.56 MiB/sec. 2025.06.04 15:41:54.141520 [ 260 ] {e5de059b-6395-4d9e-80c2-e28b383b5642} TCPHandler: Processed in 0.002031405 sec. 2025.06.04 15:41:54.141638 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:54.141731 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:54.141770 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:54.142110 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:54.142146 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:54.142442 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.04 15:41:54.142643 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:54.142774 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.06.04 15:41:54.142809 [ 260 ] {f802010c-4325-453e-b614-922dba8e2393} TCPHandler: Processed in 0.001218895 sec. 2025.06.04 15:41:57.343760 [ 126 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:41:57.343828 [ 126 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:41:57.527376 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 2025.06.04 15:41:57.527949 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:57.527999 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:57.528490 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:41:57.528737 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:41:57.528883 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 2025.06.04 15:41:57.579827 [ 126 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 2025.06.04 15:41:57.579885 [ 126 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:57.579905 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:57.580021 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full 2025.06.04 15:41:57.580156 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:57.580191 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 25 rows starting from the beginning of the part 2025.06.04 15:41:57.580257 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:57.580299 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:57.580339 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:57.580376 [ 195 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.06.04 15:41:57.581136 [ 201 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.001168544 sec., 24817.208423473996 rows/sec., 1.63 MiB/sec. 2025.06.04 15:41:57.581289 [ 189 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2025.06.04 15:41:57.581559 [ 189 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:41:57.581632 [ 189 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_28_6} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 2025.06.04 15:41:57.581714 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.04 15:41:58.141704 [ 126 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 2025.06.04 15:41:58.141788 [ 126 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:58.141825 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:58.142015 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full 2025.06.04 15:41:58.142263 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:41:58.142326 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 342 rows starting from the beginning of the part 2025.06.04 15:41:58.142449 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 341 rows starting from the beginning of the part 2025.06.04 15:41:58.142519 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part 2025.06.04 15:41:58.142568 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part 2025.06.04 15:41:58.142619 [ 195 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 341 rows starting from the beginning of the part 2025.06.04 15:41:58.143564 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.00162617 sec., 768677.3215592466 rows/sec., 53.94 MiB/sec. 2025.06.04 15:41:58.143774 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2025.06.04 15:41:58.144085 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:41:58.144162 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_28_6} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 2025.06.04 15:41:58.144270 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.04 15:41:58.761641 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.06.04 15:41:58.779231 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:58.779286 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:58.785568 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:41:58.786273 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:41:58.789729 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.06.04 15:41:59.137820 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.137997 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.138062 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:41:59.138851 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.138904 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.139336 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:41:59.139568 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:41:59.139727 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} executeQuery: Read 212 rows, 13.81 KiB in 0.001779 sec., 119168.07195053401 rows/sec., 7.58 MiB/sec. 2025.06.04 15:41:59.139776 [ 260 ] {6001ed88-05df-4fa0-8153-96cb6c82020b} TCPHandler: Processed in 0.002080066 sec. 2025.06.04 15:41:59.139904 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.140009 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:41:59.140054 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:41:59.140807 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.140843 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.141194 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.04 15:41:59.141408 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:41:59.141540 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} executeQuery: Read 617 rows, 49.39 KiB in 0.001557 sec., 396274.8876043674 rows/sec., 30.98 MiB/sec. 2025.06.04 15:41:59.141580 [ 260 ] {6e8f824f-bbe0-4b27-a035-f098296fc5ff} TCPHandler: Processed in 0.001725342 sec. 2025.06.04 15:41:59.141693 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.141798 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.141840 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:41:59.142281 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.142316 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.142622 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:41:59.142842 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:41:59.142973 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} executeQuery: Read 106 rows, 6.39 KiB in 0.001197 sec., 88554.7201336675 rows/sec., 5.21 MiB/sec. 2025.06.04 15:41:59.143011 [ 260 ] {1f213faa-fa7a-45f6-afa5-6429c832c6cc} TCPHandler: Processed in 0.001367067 sec. 2025.06.04 15:41:59.143130 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.143228 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.143269 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:41:59.143694 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.143732 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.144035 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:41:59.144244 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:41:59.144371 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} executeQuery: Read 113 rows, 7.49 KiB in 0.001162 sec., 97246.12736660929 rows/sec., 6.29 MiB/sec. 2025.06.04 15:41:59.144410 [ 260 ] {ae78eede-9f5a-409f-b99c-4daf0b5bd0d7} TCPHandler: Processed in 0.001326907 sec. 2025.06.04 15:41:59.144528 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.144626 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.144667 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:41:59.145088 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.145125 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.145426 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:41:59.145663 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:41:59.145791 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} executeQuery: Read 112 rows, 6.53 KiB in 0.001182 sec., 94754.65313028764 rows/sec., 5.40 MiB/sec. 2025.06.04 15:41:59.145828 [ 260 ] {641afa08-4800-439b-aea5-13e7a8f865ae} TCPHandler: Processed in 0.001347647 sec. 2025.06.04 15:41:59.145952 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.146045 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:41:59.146084 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:41:59.146616 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.146651 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.146969 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.04 15:41:59.147187 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:41:59.147319 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} executeQuery: Read 382 rows, 27.58 KiB in 0.00129 sec., 296124.03100775194 rows/sec., 20.88 MiB/sec. 2025.06.04 15:41:59.147358 [ 260 ] {b11c59dd-970f-4c79-a135-ff67e449bc3b} TCPHandler: Processed in 0.001454108 sec. 2025.06.04 15:41:59.147476 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.147575 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:41:59.147619 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:41:59.147957 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.147992 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.148282 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.06.04 15:41:59.148485 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:41:59.148613 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.06.04 15:41:59.148649 [ 260 ] {8f22abd6-eab1-4d75-84f1-2bc890aa9e74} TCPHandler: Processed in 0.001219685 sec. 2025.06.04 15:41:59.148758 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.148852 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.148893 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:41:59.149296 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.149330 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.149649 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.04 15:41:59.149852 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:41:59.149980 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} executeQuery: Read 237 rows, 16.27 KiB in 0.001145 sec., 206986.8995633188 rows/sec., 13.87 MiB/sec. 2025.06.04 15:41:59.150016 [ 260 ] {b311d517-9693-457e-8682-4ab25644b02e} TCPHandler: Processed in 0.001305436 sec. 2025.06.04 15:41:59.150132 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.150226 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.150266 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:41:59.150576 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.150611 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.150895 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:41:59.151129 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:41:59.151257 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} executeQuery: Read 1 rows, 69.00 B in 0.00105 sec., 952.3809523809524 rows/sec., 64.17 KiB/sec. 2025.06.04 15:41:59.151293 [ 260 ] {acba5431-896a-4cb4-90e5-50f7170df7bd} TCPHandler: Processed in 0.001208145 sec. 2025.06.04 15:41:59.151407 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:41:59.151512 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:41:59.151561 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:41:59.151918 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:41:59.151958 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. 2025.06.04 15:41:59.152281 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.04 15:41:59.152502 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:41:59.152633 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} executeQuery: Read 82 rows, 5.33 KiB in 0.001143 sec., 71741.03237095363 rows/sec., 4.56 MiB/sec. 2025.06.04 15:41:59.152669 [ 260 ] {db57cfc7-4374-443d-a1cc-60f86d71f211} TCPHandler: Processed in 0.001319796 sec. 2025.06.04 15:42:02.556863 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1334 2025.06.04 15:42:02.559355 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:02.559415 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:02.560655 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:42:02.560949 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:02.561347 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1334 2025.06.04 15:42:04.133672 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.133896 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:42:04.133980 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:42:04.134673 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.134722 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.135091 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 15:42:04.135307 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:42:04.135463 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} executeQuery: Read 8 rows, 668.00 B in 0.001629 sec., 4910.988336402701 rows/sec., 400.46 KiB/sec. 2025.06.04 15:42:04.135505 [ 260 ] {8374171f-a6c7-4bb3-be55-eeefb330f68e} TCPHandler: Processed in 0.001984564 sec. 2025.06.04 15:42:04.135621 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.135715 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:04.135755 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:04.136245 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.136281 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.136590 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.04 15:42:04.136795 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:04.136924 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} executeQuery: Read 140 rows, 12.32 KiB in 0.001227 sec., 114099.42950285248 rows/sec., 9.80 MiB/sec. 2025.06.04 15:42:04.136961 [ 260 ] {52eea8c9-bb9b-4e55-9bf2-6bdeac39b17e} TCPHandler: Processed in 0.001386857 sec. 2025.06.04 15:42:04.137080 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.137197 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:04.137245 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:04.137739 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.137784 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.138152 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:42:04.138384 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:04.138516 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} executeQuery: Read 48 rows, 3.57 KiB in 0.001344 sec., 35714.28571428572 rows/sec., 2.59 MiB/sec. 2025.06.04 15:42:04.138555 [ 260 ] {de239bfa-c76b-4a3f-b3c5-8ba46f1615c3} TCPHandler: Processed in 0.001533649 sec. 2025.06.04 15:42:04.138667 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.138759 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:04.138797 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:04.139231 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.139267 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.139562 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.04 15:42:04.139771 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:04.139897 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} executeQuery: Read 112 rows, 8.97 KiB in 0.001156 sec., 96885.81314878893 rows/sec., 7.58 MiB/sec. 2025.06.04 15:42:04.139934 [ 260 ] {8da17670-123b-40e7-964c-f3be762681ee} TCPHandler: Processed in 0.001318916 sec. 2025.06.04 15:42:04.140046 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.140139 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:04.140182 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:04.140586 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.140622 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.140943 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.04 15:42:04.141146 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:04.141272 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} executeQuery: Read 164 rows, 11.69 KiB in 0.001151 sec., 142484.79582971332 rows/sec., 9.92 MiB/sec. 2025.06.04 15:42:04.141308 [ 260 ] {508c630c-93b0-42b3-b1cb-d2a320acbd40} TCPHandler: Processed in 0.001308597 sec. 2025.06.04 15:42:04.141415 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.141507 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:04.141559 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:42:04.142420 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.142456 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.142999 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:42:04.143209 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:04.143323 [ 115 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.06.04 15:42:04.143344 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} executeQuery: Read 40 rows, 73.40 KiB in 0.001856 sec., 21551.724137931033 rows/sec., 38.62 MiB/sec. 2025.06.04 15:42:04.143392 [ 115 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.143415 [ 260 ] {1dedaeea-96de-4c6b-8972-0fff16d30127} TCPHandler: Processed in 0.002046325 sec. 2025.06.04 15:42:04.143420 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.143532 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:42:04.143536 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:04.143646 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:04.143687 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:04.143741 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:04.143796 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1150 rows starting from the beginning of the part 2025.06.04 15:42:04.143919 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:04.144018 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:04.144027 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:04.144053 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:04.144149 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:04.144249 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:04.144340 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:04.144360 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.04 15:42:04.144568 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:04.144695 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.06.04 15:42:04.144731 [ 260 ] {2bfc1b4e-aed4-44fb-947c-a300997497dd} TCPHandler: Processed in 0.001242356 sec. 2025.06.04 15:42:04.150935 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1350 rows, containing 19 columns (19 merged, 0 gathered) in 0.007446432 sec., 181294.88055487513 rows/sec., 324.87 MiB/sec. 2025.06.04 15:42:04.152184 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.06.04 15:42:04.152461 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:04.152525 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_36_7} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.06.04 15:42:04.152606 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. 2025.06.04 15:42:05.000171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 291.70 MiB, peak 303.14 MiB, free memory in arenas 0.00 B, will set to 295.48 MiB (RSS), difference: 3.77 MiB 2025.06.04 15:42:05.029024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 2025.06.04 15:42:05.029608 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:05.029665 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:05.030228 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:42:05.030481 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:05.030616 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 2025.06.04 15:42:05.030669 [ 115 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:42:05.030765 [ 115 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:05.030803 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:05.030954 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.031116 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:05.031158 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.031229 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.031278 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.031321 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.031356 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.031391 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:05.033363 [ 192 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002475441 sec., 9462556.368743993 rows/sec., 135.36 MiB/sec. 2025.06.04 15:42:05.033626 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:42:05.033870 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_51_10} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:05.033949 [ 200 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_51_10} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:42:05.034029 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.06.04 15:42:06.289914 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.06.04 15:42:06.307192 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:06.307251 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:06.313465 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:42:06.314172 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:06.314461 [ 113 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:42:06.314529 [ 113 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:06.314548 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:06.314654 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.317417 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.06.04 15:42:06.318472 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:06.319892 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.324767 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.329417 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.334206 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.339071 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.343417 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:06.397798 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.083188323 sec., 4616.032468883885 rows/sec., 23.87 MiB/sec. 2025.06.04 15:42:06.399592 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:42:06.401227 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_51_10} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:06.401320 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_51_10} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:42:06.402790 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.04 15:42:09.137732 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.137931 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.138024 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:42:09.138755 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.138806 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.139227 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:42:09.139465 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:09.139636 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} executeQuery: Read 212 rows, 13.81 KiB in 0.001752 sec., 121004.56621004565 rows/sec., 7.70 MiB/sec. 2025.06.04 15:42:09.139630 [ 109 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.06.04 15:42:09.139687 [ 260 ] {526041fc-6324-47a8-8107-1cd5bb1b087e} TCPHandler: Processed in 0.002084455 sec. 2025.06.04 15:42:09.139733 [ 109 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.139779 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.139830 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.139894 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:42:09.139939 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:09.139984 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:09.139993 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.140027 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part 2025.06.04 15:42:09.140103 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:09.140179 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:09.140251 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:09.140324 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:09.140705 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.140743 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.141150 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001300896 sec., 814823.0142916882 rows/sec., 54.93 MiB/sec. 2025.06.04 15:42:09.141269 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.06.04 15:42:09.141353 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.04 15:42:09.141504 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:09.141569 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_29_7} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.06.04 15:42:09.141580 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:09.141645 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:42:09.141711 [ 109 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.04 15:42:09.141722 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} executeQuery: Read 617 rows, 49.39 KiB in 0.001806 sec., 341638.98117386486 rows/sec., 26.71 MiB/sec. 2025.06.04 15:42:09.141749 [ 109 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.141776 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.141779 [ 260 ] {6c4fd365-18ca-43c3-b8fc-85b3bf3b6406} TCPHandler: Processed in 0.002001724 sec. 2025.06.04 15:42:09.141875 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:42:09.141904 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.141995 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.142009 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.142036 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1847 rows starting from the beginning of the part 2025.06.04 15:42:09.142057 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:09.142112 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2025.06.04 15:42:09.142167 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 136 rows starting from the beginning of the part 2025.06.04 15:42:09.142211 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 617 rows starting from the beginning of the part 2025.06.04 15:42:09.142253 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 140 rows starting from the beginning of the part 2025.06.04 15:42:09.142295 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 617 rows starting from the beginning of the part 2025.06.04 15:42:09.142502 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.142545 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.142883 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:42:09.143112 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:09.143230 [ 109 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:42:09.143253 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} executeQuery: Read 106 rows, 6.39 KiB in 0.001266 sec., 83728.27804107426 rows/sec., 4.93 MiB/sec. 2025.06.04 15:42:09.143260 [ 109 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.143292 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.143298 [ 260 ] {7c0b15fa-25b9-4721-8904-69e48d3672fd} TCPHandler: Processed in 0.001445318 sec. 2025.06.04 15:42:09.143358 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:42:09.143420 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.143432 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.143459 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 164 rows starting from the beginning of the part 2025.06.04 15:42:09.143503 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:09.143518 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.143538 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:09.143559 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:42:09.143572 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:09.143606 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part 2025.06.04 15:42:09.143641 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:09.143816 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3413 rows, containing 5 columns (5 merged, 0 gathered) in 0.001986204 sec., 1718353.200376195 rows/sec., 145.13 MiB/sec. 2025.06.04 15:42:09.143990 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.144033 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.144036 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.04 15:42:09.144324 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:09.144404 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_81_16} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.04 15:42:09.144485 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.06.04 15:42:09.144582 [ 186 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244495 sec., 458017.1073407286 rows/sec., 30.30 MiB/sec. 2025.06.04 15:42:09.144619 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:42:09.144737 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:42:09.144882 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:42:09.145012 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:09.145024 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} executeQuery: Read 113 rows, 7.49 KiB in 0.001544 sec., 73186.52849740932 rows/sec., 4.74 MiB/sec. 2025.06.04 15:42:09.145065 [ 260 ] {90eb8d8b-5c4c-4e5e-8401-454e75ca8706} TCPHandler: Processed in 0.001715781 sec. 2025.06.04 15:42:09.145088 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_66_13} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:42:09.145161 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:42:09.145173 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.145266 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.145304 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:42:09.145775 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.145810 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.146119 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:42:09.146328 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:09.146431 [ 109 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.06.04 15:42:09.146458 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} executeQuery: Read 112 rows, 6.53 KiB in 0.001175 sec., 95319.14893617021 rows/sec., 5.43 MiB/sec. 2025.06.04 15:42:09.146460 [ 109 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.146499 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.146503 [ 260 ] {09b04497-3dc2-42b7-bcd0-053770ba0524} TCPHandler: Processed in 0.001352166 sec. 2025.06.04 15:42:09.146562 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:42:09.146627 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.146649 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.146679 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part 2025.06.04 15:42:09.146726 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:09.146727 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:09.146765 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:09.146779 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:09.146806 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:09.146845 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:09.147323 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.147364 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.147514 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000974492 sec., 574658.3861129696 rows/sec., 34.93 MiB/sec. 2025.06.04 15:42:09.147632 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.06.04 15:42:09.147728 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.04 15:42:09.147927 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:09.148000 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_29_7} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.06.04 15:42:09.148014 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:09.148057 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:42:09.148141 [ 109 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.04 15:42:09.148158 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} executeQuery: Read 382 rows, 27.58 KiB in 0.001449 sec., 263630.08971704624 rows/sec., 18.59 MiB/sec. 2025.06.04 15:42:09.148165 [ 109 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.148197 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.148202 [ 260 ] {fd971cc4-ee02-47c8-982c-9327669df873} TCPHandler: Processed in 0.00162587 sec. 2025.06.04 15:42:09.148254 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:42:09.148322 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.148330 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.148370 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part 2025.06.04 15:42:09.148414 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2025.06.04 15:42:09.148424 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:42:09.148449 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 104 rows starting from the beginning of the part 2025.06.04 15:42:09.148471 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:42:09.148487 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 382 rows starting from the beginning of the part 2025.06.04 15:42:09.148524 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:09.148556 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 382 rows starting from the beginning of the part 2025.06.04 15:42:09.148817 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.148858 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.149185 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.06.04 15:42:09.149400 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:42:09.149458 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1958 rows, containing 5 columns (5 merged, 0 gathered) in 0.001229664 sec., 1592304.8897910323 rows/sec., 121.68 MiB/sec. 2025.06.04 15:42:09.149508 [ 109 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 2025.06.04 15:42:09.149533 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} executeQuery: Read 6 rows, 321.00 B in 0.001127 sec., 5323.868677905945 rows/sec., 278.15 KiB/sec. 2025.06.04 15:42:09.149536 [ 109 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.149570 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.149577 [ 260 ] {80bead79-e56d-4bf7-b76d-493ce4b65c83} TCPHandler: Processed in 0.001304906 sec. 2025.06.04 15:42:09.149624 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full 2025.06.04 15:42:09.149663 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.04 15:42:09.149703 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.149721 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.149751 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part 2025.06.04 15:42:09.149802 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:09.149805 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.149841 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:09.149862 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:09.149878 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:09.149917 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:09.149950 [ 193 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:09.149998 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:09.150091 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_81_16} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.04 15:42:09.150192 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.04 15:42:09.150295 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.150335 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.150651 [ 188 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.001050703 sec., 165603.41028815944 rows/sec., 8.45 MiB/sec. 2025.06.04 15:42:09.150683 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.04 15:42:09.150784 [ 190 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2025.06.04 15:42:09.150932 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:09.151064 [ 109 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.04 15:42:09.151070 [ 190 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:42:09.151080 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} executeQuery: Read 237 rows, 16.27 KiB in 0.001293 sec., 183294.66357308583 rows/sec., 12.29 MiB/sec. 2025.06.04 15:42:09.151097 [ 109 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.151135 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.151140 [ 260 ] {76ce63c9-5d24-48aa-91cc-2631aff6623e} TCPHandler: Processed in 0.001487168 sec. 2025.06.04 15:42:09.151161 [ 190 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_29_6} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 2025.06.04 15:42:09.151239 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:42:09.151267 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.151243 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.04 15:42:09.151376 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.151389 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.151424 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:42:09.151434 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 25642 rows starting from the beginning of the part 2025.06.04 15:42:09.151510 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 118 rows starting from the beginning of the part 2025.06.04 15:42:09.151556 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:42:09.151601 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part 2025.06.04 15:42:09.151642 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 164 rows starting from the beginning of the part 2025.06.04 15:42:09.151684 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part 2025.06.04 15:42:09.151754 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.151795 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.152127 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:42:09.152350 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:42:09.152481 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} executeQuery: Read 1 rows, 69.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 60.00 KiB/sec. 2025.06.04 15:42:09.152516 [ 260 ] {9edf77d6-c17b-4277-a129-33e8be47a712} TCPHandler: Processed in 0.001300056 sec. 2025.06.04 15:42:09.152626 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:09.152720 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:09.152759 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:09.153093 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.153130 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.153458 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.04 15:42:09.153671 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:09.153783 [ 109 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.04 15:42:09.153800 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} executeQuery: Read 82 rows, 5.33 KiB in 0.001098 sec., 74681.23861566484 rows/sec., 4.74 MiB/sec. 2025.06.04 15:42:09.153813 [ 109 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:09.153839 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:09.153843 [ 260 ] {eb0d33bc-20ad-4bf5-976f-6211a6f403f6} TCPHandler: Processed in 0.001266885 sec. 2025.06.04 15:42:09.153934 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:09.154047 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:09.154076 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4528 rows starting from the beginning of the part 2025.06.04 15:42:09.154126 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 44 rows starting from the beginning of the part 2025.06.04 15:42:09.154169 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:09.154205 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part 2025.06.04 15:42:09.154267 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:09.154311 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part 2025.06.04 15:42:09.157089 [ 188 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4856 rows, containing 4 columns (4 merged, 0 gathered) in 0.003195889 sec., 1519452.021018252 rows/sec., 99.77 MiB/sec. 2025.06.04 15:42:09.157453 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.04 15:42:09.157722 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:09.157799 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_81_16} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.04 15:42:09.157883 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.06.04 15:42:09.159502 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 26558 rows, containing 5 columns (5 merged, 0 gathered) in 0.008314492 sec., 3194181.9175483 rows/sec., 215.78 MiB/sec. 2025.06.04 15:42:09.159806 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.04 15:42:09.160114 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:09.160197 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_81_16} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.04 15:42:09.160287 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.06.04 15:42:10.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 297.82 MiB, peak 309.98 MiB, free memory in arenas 0.00 B, will set to 300.27 MiB (RSS), difference: 2.45 MiB 2025.06.04 15:42:12.343875 [ 104 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:42:12.343945 [ 104 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:42:12.530838 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 2025.06.04 15:42:12.531363 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:12.531407 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:12.531907 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:42:12.532157 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:12.532323 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 2025.06.04 15:42:12.561692 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1368 2025.06.04 15:42:12.564188 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:12.564247 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:12.565534 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:42:12.565838 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:12.566254 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1368 2025.06.04 15:42:13.817615 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.06.04 15:42:13.834155 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:13.834221 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:13.839973 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:42:13.840682 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:13.843999 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.06.04 15:42:14.134722 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:14.134903 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:14.134979 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:14.135680 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:14.135725 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:14.136147 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.04 15:42:14.136382 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:14.136547 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} executeQuery: Read 136 rows, 12.02 KiB in 0.001693 sec., 80330.77377436504 rows/sec., 6.94 MiB/sec. 2025.06.04 15:42:14.136600 [ 260 ] {d508638a-6da4-40fd-ab63-c555132e7951} TCPHandler: Processed in 0.002009165 sec. 2025.06.04 15:42:14.136722 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:14.136826 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:14.136871 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:14.137335 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:14.137374 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:14.137693 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:42:14.137901 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:14.138036 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} executeQuery: Read 40 rows, 3.01 KiB in 0.001234 sec., 32414.910858995136 rows/sec., 2.38 MiB/sec. 2025.06.04 15:42:14.138080 [ 260 ] {7ff1c227-98c3-4107-8598-660a26209c7f} TCPHandler: Processed in 0.001409777 sec. 2025.06.04 15:42:14.138207 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:14.138306 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:14.138347 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:14.138799 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:14.138838 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:14.139156 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.04 15:42:14.139375 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:14.139516 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} executeQuery: Read 104 rows, 8.32 KiB in 0.00123 sec., 84552.84552845529 rows/sec., 6.60 MiB/sec. 2025.06.04 15:42:14.139557 [ 260 ] {4f96f383-88a3-45c1-8338-285d8ed4ea02} TCPHandler: Processed in 0.001403567 sec. 2025.06.04 15:42:14.139680 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:14.139780 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:14.139825 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:14.140239 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:14.140276 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:14.140626 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.04 15:42:14.140841 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:14.140979 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.06.04 15:42:14.141017 [ 260 ] {364b51c1-c67f-4044-826d-a0b3f148ad4a} TCPHandler: Processed in 0.001386157 sec. 2025.06.04 15:42:14.141128 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:14.141225 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:14.141278 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:42:14.142129 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:14.142170 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:14.142739 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:42:14.142990 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:14.143134 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} executeQuery: Read 40 rows, 73.40 KiB in 0.001928 sec., 20746.887966804978 rows/sec., 37.18 MiB/sec. 2025.06.04 15:42:14.143201 [ 260 ] {7ac9c59b-e9ed-4db1-bae9-9b4ea8659227} TCPHandler: Processed in 0.002121676 sec. 2025.06.04 15:42:14.143319 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:14.143422 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:14.143466 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:14.143817 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:14.143855 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:14.144163 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.04 15:42:14.144384 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:14.144518 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.06.04 15:42:14.144557 [ 260 ] {53683746-74ee-4eea-adf3-611e97e4d467} TCPHandler: Processed in 0.001286526 sec. 2025.06.04 15:42:15.024316 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.024603 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.024708 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:42:15.025509 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.025549 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.025958 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:42:15.026185 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:15.026345 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} executeQuery: Read 212 rows, 13.81 KiB in 0.001819 sec., 116547.5536008796 rows/sec., 7.41 MiB/sec. 2025.06.04 15:42:15.026387 [ 260 ] {51e54dbc-073a-481e-9ccb-64d3e888741b} TCPHandler: Processed in 0.002253247 sec. 2025.06.04 15:42:15.026511 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.026608 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:42:15.026649 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:42:15.027052 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.027087 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.027392 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 15:42:15.027611 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:42:15.027739 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} executeQuery: Read 8 rows, 668.00 B in 0.00115 sec., 6956.521739130435 rows/sec., 567.26 KiB/sec. 2025.06.04 15:42:15.027776 [ 260 ] {dc48283e-1c8c-4234-b556-81cdc8dd9bb6} TCPHandler: Processed in 0.001314836 sec. 2025.06.04 15:42:15.027886 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.027981 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:15.028020 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:15.029611 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.029647 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.030069 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.04 15:42:15.030285 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:15.030415 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} executeQuery: Read 1761 rows, 146.25 KiB in 0.002452 sec., 718189.2332789559 rows/sec., 58.25 MiB/sec. 2025.06.04 15:42:15.030453 [ 260 ] {80135325-e2a5-4f34-898d-cc38b75b72c4} TCPHandler: Processed in 0.002615322 sec. 2025.06.04 15:42:15.030574 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.030697 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.030745 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:15.031298 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.031340 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.031711 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:42:15.031928 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:15.032061 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} executeQuery: Read 114 rows, 6.94 KiB in 0.001388 sec., 82132.56484149856 rows/sec., 4.89 MiB/sec. 2025.06.04 15:42:15.032098 [ 260 ] {8f77a32a-9b03-4e4f-8509-06a5fc0013b9} TCPHandler: Processed in 0.001584409 sec. 2025.06.04 15:42:15.032209 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.032303 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.032342 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:42:15.032917 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.032952 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.033272 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:42:15.033487 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:42:15.033616 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} executeQuery: Read 341 rows, 23.30 KiB in 0.001331 sec., 256198.34710743802 rows/sec., 17.09 MiB/sec. 2025.06.04 15:42:15.033654 [ 260 ] {e5aab7cf-ff0d-4d6e-a8e3-c11f5b553f61} TCPHandler: Processed in 0.001492108 sec. 2025.06.04 15:42:15.033773 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.033896 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.033945 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:42:15.034474 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.034516 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.034880 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:42:15.035091 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:15.035224 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} executeQuery: Read 112 rows, 6.53 KiB in 0.001352 sec., 82840.23668639053 rows/sec., 4.72 MiB/sec. 2025.06.04 15:42:15.035262 [ 260 ] {b42b291a-a03b-424d-b373-4b95244e4209} TCPHandler: Processed in 0.001550459 sec. 2025.06.04 15:42:15.035388 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.035482 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:15.035521 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:15.036357 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.036393 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.036730 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.04 15:42:15.036940 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:15.037073 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} executeQuery: Read 846 rows, 62.53 KiB in 0.001608 sec., 526119.4029850746 rows/sec., 37.97 MiB/sec. 2025.06.04 15:42:15.037111 [ 260 ] {cefe9f6d-cb67-40f7-aef5-88d11e864c7d} TCPHandler: Processed in 0.001772672 sec. 2025.06.04 15:42:15.037228 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.037323 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:42:15.037364 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:42:15.037699 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.037734 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.038044 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.06.04 15:42:15.038251 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:42:15.038381 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} executeQuery: Read 6 rows, 321.00 B in 0.001075 sec., 5581.395348837209 rows/sec., 291.61 KiB/sec. 2025.06.04 15:42:15.038419 [ 260 ] {6f5fbc5e-939f-4b39-8872-d5e08189fb3c} TCPHandler: Processed in 0.001240435 sec. 2025.06.04 15:42:15.038528 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.038627 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.038669 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:15.039429 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.039472 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.039877 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.04 15:42:15.040078 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:15.040207 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} executeQuery: Read 959 rows, 65.25 KiB in 0.0016 sec., 599375 rows/sec., 39.83 MiB/sec. 2025.06.04 15:42:15.040243 [ 260 ] {7f0cc9c0-3358-472e-8b02-df6b598032da} TCPHandler: Processed in 0.001762872 sec. 2025.06.04 15:42:15.040355 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.040448 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.040488 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:42:15.040797 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.040831 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.041116 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:42:15.041311 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:42:15.041439 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} executeQuery: Read 1 rows, 69.00 B in 0.00101 sec., 990.09900990099 rows/sec., 66.72 KiB/sec. 2025.06.04 15:42:15.041473 [ 260 ] {e13cc5ac-26f3-4056-9301-c30b4b04d86f} TCPHandler: Processed in 0.001165775 sec. 2025.06.04 15:42:15.041584 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:15.041680 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:15.041722 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:15.042055 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:15.042091 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. 2025.06.04 15:42:15.042389 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.04 15:42:15.042596 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:15.042727 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} executeQuery: Read 34 rows, 2.02 KiB in 0.001065 sec., 31924.882629107982 rows/sec., 1.85 MiB/sec. 2025.06.04 15:42:15.042763 [ 260 ] {ffeabea3-10b8-4595-8102-4592dde31e97} TCPHandler: Processed in 0.001229875 sec. 2025.06.04 15:42:19.130652 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:19.130844 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:19.130912 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:19.131617 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:19.131667 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:19.132063 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.04 15:42:19.132301 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:19.132468 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} executeQuery: Read 56 rows, 4.41 KiB in 0.001672 sec., 33492.82296650718 rows/sec., 2.57 MiB/sec. 2025.06.04 15:42:19.132520 [ 260 ] {c0098c36-c53d-458f-b5b1-43c85fbf79e8} TCPHandler: Processed in 0.002001745 sec. 2025.06.04 15:42:19.132649 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:19.132755 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:19.132798 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:19.133255 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:19.133295 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:19.133618 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.04 15:42:19.133830 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:19.133971 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2025.06.04 15:42:19.134011 [ 260 ] {a12c96c9-85f3-4a08-888a-94ae73eb68d3} TCPHandler: Processed in 0.001415618 sec. 2025.06.04 15:42:19.134139 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:19.134239 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:19.134285 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:19.134691 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:19.134729 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:19.135072 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.04 15:42:19.135287 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:19.135418 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} executeQuery: Read 128 rows, 9.13 KiB in 0.001201 sec., 106577.85179017486 rows/sec., 7.42 MiB/sec. 2025.06.04 15:42:19.135455 [ 260 ] {a806810e-32d5-4db2-a140-3f8ed300eae4} TCPHandler: Processed in 0.001368476 sec. 2025.06.04 15:42:19.135576 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:19.135673 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:19.135715 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:19.136058 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:19.136095 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:19.136402 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.04 15:42:19.136614 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:19.136744 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} executeQuery: Read 48 rows, 3.31 KiB in 0.001091 sec., 43996.33363886343 rows/sec., 2.97 MiB/sec. 2025.06.04 15:42:19.136781 [ 260 ] {dd27eab2-988d-41c3-b981-91d65e71cdb3} TCPHandler: Processed in 0.001256005 sec. 2025.06.04 15:42:20.032563 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 2025.06.04 15:42:20.033243 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:20.033291 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:20.033777 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:42:20.034041 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:20.034177 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 2025.06.04 15:42:21.344186 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.06.04 15:42:21.369238 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:21.369332 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:21.376600 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:42:21.377666 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:21.384999 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.06.04 15:42:22.566585 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1410 2025.06.04 15:42:22.569182 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:22.569236 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:22.570504 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:42:22.570802 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:22.571177 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1410 2025.06.04 15:42:24.134546 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:24.134741 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:24.134815 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:24.135570 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:24.135618 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:24.136021 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.04 15:42:24.136250 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:24.136410 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} executeQuery: Read 136 rows, 12.02 KiB in 0.001721 sec., 79023.82335851248 rows/sec., 6.82 MiB/sec. 2025.06.04 15:42:24.136452 [ 260 ] {5e154379-4ada-496c-ac89-8ac04573a3d8} TCPHandler: Processed in 0.002045195 sec. 2025.06.04 15:42:24.136576 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:24.136673 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:24.136712 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:24.137127 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:24.137162 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:24.137462 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:42:24.137691 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:24.137820 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} executeQuery: Read 40 rows, 3.01 KiB in 0.001166 sec., 34305.31732418525 rows/sec., 2.52 MiB/sec. 2025.06.04 15:42:24.137857 [ 260 ] {c595e57c-b6e2-466c-a3e3-481c34a5f37f} TCPHandler: Processed in 0.001331366 sec. 2025.06.04 15:42:24.137967 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:24.138064 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:24.138103 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:24.138577 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:24.138613 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:24.138927 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.04 15:42:24.139136 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:24.139268 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} executeQuery: Read 104 rows, 8.32 KiB in 0.001222 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2025.06.04 15:42:24.139304 [ 260 ] {8ece245b-7eb2-4354-b499-513f6f541fb2} TCPHandler: Processed in 0.001387237 sec. 2025.06.04 15:42:24.139419 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:24.139512 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:24.139555 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:24.139961 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:24.139996 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:24.140315 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.04 15:42:24.140507 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:24.140631 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2025.06.04 15:42:24.140665 [ 260 ] {6ba639ce-d75f-4414-9cef-44c0252531e3} TCPHandler: Processed in 0.001340596 sec. 2025.06.04 15:42:24.140763 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:24.140853 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:24.140903 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:42:24.141849 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:24.141884 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:24.142504 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:42:24.142724 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:24.142873 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} executeQuery: Read 40 rows, 73.40 KiB in 0.00198 sec., 20202.0202020202 rows/sec., 36.20 MiB/sec. 2025.06.04 15:42:24.142947 [ 260 ] {5979a851-3e18-425e-8545-bf2e2d051b3e} TCPHandler: Processed in 0.002181307 sec. 2025.06.04 15:42:24.143063 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:24.143159 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:24.143200 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:24.143543 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:24.143579 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:24.143887 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.04 15:42:24.144106 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:24.144239 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2025.06.04 15:42:24.144277 [ 260 ] {15e70100-a1ae-4ad8-a2f6-ed5795b354bc} TCPHandler: Processed in 0.001263735 sec. 2025.06.04 15:42:27.343983 [ 87 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:42:27.344059 [ 87 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:42:27.534468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 2025.06.04 15:42:27.535248 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:27.535289 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:27.535790 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:42:27.536052 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:27.536193 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 2025.06.04 15:42:28.885201 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.06.04 15:42:28.902642 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:28.902690 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:28.909195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:42:28.909891 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:28.912893 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.06.04 15:42:29.137782 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.137950 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.138010 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:42:29.138813 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.138858 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.139267 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:42:29.139481 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:29.139632 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} executeQuery: Read 212 rows, 13.81 KiB in 0.001709 sec., 124049.15155061439 rows/sec., 7.89 MiB/sec. 2025.06.04 15:42:29.139678 [ 260 ] {4117cf3a-ba27-4892-851b-45312072d919} TCPHandler: Processed in 0.002015195 sec. 2025.06.04 15:42:29.139796 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.139895 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:29.139935 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:29.140812 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.140848 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.141253 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.04 15:42:29.141454 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:29.141566 [ 84 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.04 15:42:29.141583 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} executeQuery: Read 617 rows, 49.39 KiB in 0.001689 sec., 365304.91415038484 rows/sec., 28.56 MiB/sec. 2025.06.04 15:42:29.141599 [ 84 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.141618 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.141622 [ 260 ] {0a45582f-d69f-43f1-9bc7-50d7af8fbcc8} TCPHandler: Processed in 0.001865273 sec. 2025.06.04 15:42:29.141734 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:42:29.141748 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.141864 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.141875 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:29.141906 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:29.141913 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1847 rows starting from the beginning of the part 2025.06.04 15:42:29.141989 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part 2025.06.04 15:42:29.142035 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1761 rows starting from the beginning of the part 2025.06.04 15:42:29.142078 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part 2025.06.04 15:42:29.142116 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 136 rows starting from the beginning of the part 2025.06.04 15:42:29.142218 [ 201 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 617 rows starting from the beginning of the part 2025.06.04 15:42:29.142422 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.142461 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.142769 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:42:29.142996 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:29.143125 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} executeQuery: Read 106 rows, 6.39 KiB in 0.001298 sec., 81664.09861325116 rows/sec., 4.80 MiB/sec. 2025.06.04 15:42:29.143226 [ 260 ] {2c424fec-5003-45a2-803b-07107685c5c7} TCPHandler: Processed in 0.001490518 sec. 2025.06.04 15:42:29.143334 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.143427 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.143465 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:42:29.143863 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4553 rows, containing 5 columns (5 merged, 0 gathered) in 0.002191427 sec., 2077641.6462880122 rows/sec., 176.56 MiB/sec. 2025.06.04 15:42:29.143884 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.143933 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.144146 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.04 15:42:29.144300 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:42:29.144558 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:29.144562 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:42:29.144650 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_86_17} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.04 15:42:29.144705 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} executeQuery: Read 113 rows, 7.49 KiB in 0.001314 sec., 85996.95585996956 rows/sec., 5.57 MiB/sec. 2025.06.04 15:42:29.144743 [ 260 ] {3b74ae76-090e-4392-9af7-d71e34c17ab5} TCPHandler: Processed in 0.001485228 sec. 2025.06.04 15:42:29.144751 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:42:29.144850 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.144944 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.144981 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:42:29.145496 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.145529 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.145805 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:42:29.145997 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:29.146118 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} executeQuery: Read 112 rows, 6.53 KiB in 0.001203 sec., 93100.58187863673 rows/sec., 5.30 MiB/sec. 2025.06.04 15:42:29.146153 [ 260 ] {e1ca81f5-5c14-4c8e-a2d1-7767aa9786dc} TCPHandler: Processed in 0.001369907 sec. 2025.06.04 15:42:29.146323 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.146411 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:29.146448 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:29.147004 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.147036 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.147406 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.04 15:42:29.147602 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:29.147700 [ 84 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.04 15:42:29.147726 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} executeQuery: Read 382 rows, 27.58 KiB in 0.001353 sec., 282335.5506282335 rows/sec., 19.91 MiB/sec. 2025.06.04 15:42:29.147729 [ 84 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.147754 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.147762 [ 260 ] {7e761603-dea4-4033-8ef1-516fedfc6ef8} TCPHandler: Processed in 0.001514918 sec. 2025.06.04 15:42:29.147829 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:42:29.147868 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.147938 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:29.147962 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:42:29.147971 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part 2025.06.04 15:42:29.148008 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:42:29.148037 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part 2025.06.04 15:42:29.148085 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 846 rows starting from the beginning of the part 2025.06.04 15:42:29.148126 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part 2025.06.04 15:42:29.148233 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 104 rows starting from the beginning of the part 2025.06.04 15:42:29.148275 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 382 rows starting from the beginning of the part 2025.06.04 15:42:29.148394 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.148433 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.148747 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.06.04 15:42:29.148960 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:42:29.149086 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} executeQuery: Read 6 rows, 321.00 B in 0.001151 sec., 5212.858384013902 rows/sec., 272.35 KiB/sec. 2025.06.04 15:42:29.149122 [ 260 ] {f88ffa7d-4a3d-43f8-9f39-8bd0c875d0d8} TCPHandler: Processed in 0.001318686 sec. 2025.06.04 15:42:29.149284 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.149355 [ 195 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2414 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530178 sec., 1577594.2406700396 rows/sec., 120.80 MiB/sec. 2025.06.04 15:42:29.149373 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.149424 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:29.149553 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.04 15:42:29.149827 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.149841 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:29.149867 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.149933 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_86_17} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.04 15:42:29.150037 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.06.04 15:42:29.150255 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.04 15:42:29.150453 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:29.150550 [ 84 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.04 15:42:29.150577 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} executeQuery: Read 237 rows, 16.27 KiB in 0.001235 sec., 191902.83400809715 rows/sec., 12.86 MiB/sec. 2025.06.04 15:42:29.150578 [ 84 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.150605 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.150612 [ 260 ] {974013a2-0bd9-4ccb-822e-c3ef6e2d8ccf} TCPHandler: Processed in 0.001397027 sec. 2025.06.04 15:42:29.150698 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:42:29.150721 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.150813 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.150816 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:29.150858 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:42:29.150874 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 26558 rows starting from the beginning of the part 2025.06.04 15:42:29.150946 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.06.04 15:42:29.150991 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 959 rows starting from the beginning of the part 2025.06.04 15:42:29.151070 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 128 rows starting from the beginning of the part 2025.06.04 15:42:29.151145 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2025.06.04 15:42:29.151227 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.151251 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 237 rows starting from the beginning of the part 2025.06.04 15:42:29.151264 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.151564 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:42:29.151768 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:42:29.151892 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2025.06.04 15:42:29.151926 [ 260 ] {44f77733-7d34-4c16-bb4c-8390475c1d0a} TCPHandler: Processed in 0.001266496 sec. 2025.06.04 15:42:29.152032 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:29.152120 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:29.152157 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:29.152534 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.152566 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.152878 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.04 15:42:29.153082 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:29.153246 [ 84 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.04 15:42:29.153272 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} executeQuery: Read 82 rows, 5.33 KiB in 0.001112 sec., 73741.00719424461 rows/sec., 4.68 MiB/sec. 2025.06.04 15:42:29.153274 [ 84 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:29.153301 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. 2025.06.04 15:42:29.153307 [ 260 ] {98cc83fb-be43-4936-8d9f-2fee48237a3f} TCPHandler: Processed in 0.001273205 sec. 2025.06.04 15:42:29.153372 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:29.153473 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:29.153506 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4856 rows starting from the beginning of the part 2025.06.04 15:42:29.153568 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:29.153617 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 34 rows starting from the beginning of the part 2025.06.04 15:42:29.153659 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 48 rows starting from the beginning of the part 2025.06.04 15:42:29.153701 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:29.153742 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part 2025.06.04 15:42:29.157291 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5140 rows, containing 4 columns (4 merged, 0 gathered) in 0.003942969 sec., 1303586.2062319028 rows/sec., 85.56 MiB/sec. 2025.06.04 15:42:29.157741 [ 187 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.04 15:42:29.158023 [ 187 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:29.158108 [ 187 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_86_17} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.04 15:42:29.158261 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.06.04 15:42:29.160723 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 28202 rows, containing 5 columns (5 merged, 0 gathered) in 0.010073163 sec., 2799716.4346491764 rows/sec., 189.10 MiB/sec. 2025.06.04 15:42:29.161067 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.04 15:42:29.161388 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:29.161452 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_86_17} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.04 15:42:29.161531 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.06.04 15:42:30.001156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 301.82 MiB, peak 313.25 MiB, free memory in arenas 0.00 B, will set to 304.45 MiB (RSS), difference: 2.63 MiB 2025.06.04 15:42:32.572552 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1442 2025.06.04 15:42:32.575391 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:32.575433 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:32.576622 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:42:32.576885 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:32.577147 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1442 2025.06.04 15:42:34.135410 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.135606 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:42:34.135675 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:42:34.136361 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.136407 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.136780 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.06.04 15:42:34.137004 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:42:34.137172 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} executeQuery: Read 2 rows, 167.00 B in 0.001615 sec., 1238.390092879257 rows/sec., 100.98 KiB/sec. 2025.06.04 15:42:34.137222 [ 260 ] {1ac87b02-9443-4bc2-9034-04a459308204} TCPHandler: Processed in 0.001996535 sec. 2025.06.04 15:42:34.137354 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.137458 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:34.137502 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:34.138038 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.138073 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.138384 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.04 15:42:34.138623 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:34.138755 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} executeQuery: Read 137 rows, 12.10 KiB in 0.001321 sec., 103709.3111279334 rows/sec., 8.94 MiB/sec. 2025.06.04 15:42:34.138793 [ 260 ] {ed7e5846-df3a-44ac-9315-964efe43a16d} TCPHandler: Processed in 0.001491808 sec. 2025.06.04 15:42:34.138908 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.139004 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:34.139043 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:34.139466 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.139502 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.139796 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:42:34.140005 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:34.140126 [ 79 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:42:34.140137 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} executeQuery: Read 42 rows, 3.15 KiB in 0.001152 sec., 36458.333333333336 rows/sec., 2.67 MiB/sec. 2025.06.04 15:42:34.140198 [ 79 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.140215 [ 260 ] {a8267128-2158-41e6-a04c-96b2df28d55b} TCPHandler: Processed in 0.001357106 sec. 2025.06.04 15:42:34.140226 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.140326 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:42:34.140339 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.140419 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:34.140441 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:34.140447 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 164 rows starting from the beginning of the part 2025.06.04 15:42:34.140483 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:34.140510 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:34.140553 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 114 rows starting from the beginning of the part 2025.06.04 15:42:34.140592 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:34.140629 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:34.140665 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 42 rows starting from the beginning of the part 2025.06.04 15:42:34.140961 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.140996 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.141346 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.04 15:42:34.141416 [ 189 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 506 rows, containing 5 columns (5 merged, 0 gathered) in 0.001122174 sec., 450910.46486551996 rows/sec., 30.56 MiB/sec. 2025.06.04 15:42:34.141562 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:34.141652 [ 186 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:42:34.141703 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} executeQuery: Read 106 rows, 8.48 KiB in 0.00128 sec., 82812.5 rows/sec., 6.47 MiB/sec. 2025.06.04 15:42:34.141746 [ 260 ] {76bd87cc-b650-43ec-8764-ccc98d48205c} TCPHandler: Processed in 0.001456018 sec. 2025.06.04 15:42:34.141864 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.141961 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:34.142006 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:34.142013 [ 186 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:34.142120 [ 186 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_71_14} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:42:34.142249 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:42:34.142422 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.142462 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.142800 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.04 15:42:34.143010 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:34.143144 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} executeQuery: Read 161 rows, 11.48 KiB in 0.001201 sec., 134054.9542048293 rows/sec., 9.34 MiB/sec. 2025.06.04 15:42:34.143181 [ 260 ] {ba5a117a-5f32-4651-8bb4-a780e2bb666c} TCPHandler: Processed in 0.001367157 sec. 2025.06.04 15:42:34.143302 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.143425 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:34.143492 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:42:34.144491 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.144530 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.145138 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:42:34.145368 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:34.145513 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} executeQuery: Read 40 rows, 73.40 KiB in 0.002112 sec., 18939.393939393936 rows/sec., 33.94 MiB/sec. 2025.06.04 15:42:34.145577 [ 260 ] {754893d5-1bd5-4868-9f0d-ba0a7b2d674a} TCPHandler: Processed in 0.002334648 sec. 2025.06.04 15:42:34.145688 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:34.145785 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:34.145827 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:34.146167 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:34.146202 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:34.146510 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.04 15:42:34.146722 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:34.146850 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.06.04 15:42:34.146886 [ 260 ] {4b303dba-941b-4ffd-816a-19c1513e9b03} TCPHandler: Processed in 0.001248536 sec. 2025.06.04 15:42:35.037387 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 2025.06.04 15:42:35.038215 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:35.038287 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:35.038979 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:42:35.039215 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:35.039344 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 2025.06.04 15:42:36.414025 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.06.04 15:42:36.431065 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:36.431116 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:36.437507 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.06.04 15:42:36.438203 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:36.440993 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.06.04 15:42:39.139676 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.139886 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.139961 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:42:39.140770 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.140819 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.141216 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:42:39.141439 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:39.141604 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} executeQuery: Read 212 rows, 13.81 KiB in 0.001771 sec., 119706.38057594579 rows/sec., 7.61 MiB/sec. 2025.06.04 15:42:39.141658 [ 260 ] {5fdce66f-1b51-4002-b59d-dc148800b6a7} TCPHandler: Processed in 0.002148086 sec. 2025.06.04 15:42:39.141787 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.141891 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:39.141934 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:39.142710 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.142749 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.143110 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.04 15:42:39.143324 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:39.143467 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} executeQuery: Read 617 rows, 49.39 KiB in 0.001599 sec., 385866.16635397123 rows/sec., 30.17 MiB/sec. 2025.06.04 15:42:39.143507 [ 260 ] {688f052c-9deb-45ef-b884-20286fab08f4} TCPHandler: Processed in 0.001773572 sec. 2025.06.04 15:42:39.143627 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.143727 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.143767 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:39.144217 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.144254 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.144584 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:42:39.144813 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:39.144950 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} executeQuery: Read 106 rows, 6.39 KiB in 0.001245 sec., 85140.56224899598 rows/sec., 5.01 MiB/sec. 2025.06.04 15:42:39.144990 [ 260 ] {db662e2f-3ada-4f17-896f-572985f4740a} TCPHandler: Processed in 0.001415307 sec. 2025.06.04 15:42:39.145105 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.145202 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.145242 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:42:39.145716 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.145752 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.146060 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:42:39.146270 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:42:39.146381 [ 70 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 2025.06.04 15:42:39.146403 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} executeQuery: Read 113 rows, 7.49 KiB in 0.00122 sec., 92622.95081967213 rows/sec., 6.00 MiB/sec. 2025.06.04 15:42:39.146447 [ 70 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.146457 [ 260 ] {476c093f-ecc1-484a-9846-4a0c7da00142} TCPHandler: Processed in 0.001402467 sec. 2025.06.04 15:42:39.146474 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.146583 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.146594 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full 2025.06.04 15:42:39.146684 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.146729 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:42:39.146730 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:39.146779 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 342 rows starting from the beginning of the part 2025.06.04 15:42:39.146848 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part 2025.06.04 15:42:39.146899 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part 2025.06.04 15:42:39.146944 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 341 rows starting from the beginning of the part 2025.06.04 15:42:39.146986 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part 2025.06.04 15:42:39.147032 [ 189 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part 2025.06.04 15:42:39.147183 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.147226 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.147557 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:42:39.147785 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:39.147922 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} executeQuery: Read 112 rows, 6.53 KiB in 0.001257 sec., 89101.03420843277 rows/sec., 5.08 MiB/sec. 2025.06.04 15:42:39.147961 [ 260 ] {1f97d1a2-0489-4ef2-9338-1882be520506} TCPHandler: Processed in 0.001429208 sec. 2025.06.04 15:42:39.148076 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.148095 [ 186 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001557259 sec., 728844.7201139951 rows/sec., 50.83 MiB/sec. 2025.06.04 15:42:39.148172 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:39.148219 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:39.148277 [ 197 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2025.06.04 15:42:39.148600 [ 197 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:42:39.148674 [ 197 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_33_7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 2025.06.04 15:42:39.148751 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.04 15:42:39.148778 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.148824 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.149152 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.04 15:42:39.149373 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:39.149505 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} executeQuery: Read 382 rows, 27.58 KiB in 0.001352 sec., 282544.3786982249 rows/sec., 19.92 MiB/sec. 2025.06.04 15:42:39.149544 [ 260 ] {83eb360d-c5a7-4069-871a-e9099b5a54d8} TCPHandler: Processed in 0.001518579 sec. 2025.06.04 15:42:39.149659 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.149755 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:42:39.149795 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:42:39.150128 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.150164 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.150471 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.06.04 15:42:39.150677 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:42:39.150807 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2025.06.04 15:42:39.150845 [ 260 ] {e086663b-58ef-4e74-98d0-121e23c80991} TCPHandler: Processed in 0.001235385 sec. 2025.06.04 15:42:39.150956 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.151051 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.151093 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:39.151507 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.151543 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.151877 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.04 15:42:39.152094 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:39.152226 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} executeQuery: Read 237 rows, 16.27 KiB in 0.001193 sec., 198658.84325230512 rows/sec., 13.32 MiB/sec. 2025.06.04 15:42:39.152264 [ 260 ] {8294134b-2074-4163-8557-2c0b9ede6b9f} TCPHandler: Processed in 0.001356667 sec. 2025.06.04 15:42:39.152378 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.152500 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.152542 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:42:39.152855 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.152890 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.153182 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:42:39.153451 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:42:39.153554 [ 70 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 2025.06.04 15:42:39.153581 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} executeQuery: Read 1 rows, 69.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 61.31 KiB/sec. 2025.06.04 15:42:39.153587 [ 70 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.153619 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.153622 [ 260 ] {8052418f-8b2c-4e74-a739-380867ea4840} TCPHandler: Processed in 0.001293725 sec. 2025.06.04 15:42:39.153704 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full 2025.06.04 15:42:39.153745 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:39.153824 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:39.153844 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:39.153862 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 29 rows starting from the beginning of the part 2025.06.04 15:42:39.153889 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:39.153930 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2025.06.04 15:42:39.153976 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.06.04 15:42:39.154015 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2025.06.04 15:42:39.154052 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2025.06.04 15:42:39.154090 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part 2025.06.04 15:42:39.154224 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:39.154265 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:39.154607 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.04 15:42:39.154835 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:39.154921 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 4 columns (4 merged, 0 gathered) in 0.001255835 sec., 27073.620340251702 rows/sec., 1.78 MiB/sec. 2025.06.04 15:42:39.154970 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} executeQuery: Read 82 rows, 5.33 KiB in 0.001143 sec., 71741.03237095363 rows/sec., 4.56 MiB/sec. 2025.06.04 15:42:39.155006 [ 260 ] {62449e76-a434-49df-9959-98b01cafa6f8} TCPHandler: Processed in 0.001310696 sec. 2025.06.04 15:42:39.155061 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2025.06.04 15:42:39.155327 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:42:39.155397 [ 190 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_33_7} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 2025.06.04 15:42:39.155467 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.06.04 15:42:42.344109 [ 67 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:42:42.344211 [ 67 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:42:42.539566 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 2025.06.04 15:42:42.540075 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:42.540119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:42.540604 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:42:42.540833 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:42.540964 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 2025.06.04 15:42:42.540975 [ 67 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:42:42.541031 [ 67 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:42.541052 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:42.541165 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.541295 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:42.541333 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.541395 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.541437 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.541478 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.541513 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.541552 [ 186 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:42:42.543644 [ 188 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.002529161 sec., 10153960.14725832 rows/sec., 145.25 MiB/sec. 2025.06.04 15:42:42.543944 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:42:42.544241 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_56_11} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:42.544322 [ 191 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_56_11} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:42:42.544432 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.06.04 15:42:42.577490 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1476 2025.06.04 15:42:42.579849 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:42.579885 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:42.581023 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:42:42.581383 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:42.581519 [ 67 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:42:42.581559 [ 67 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:42.581582 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:42.581668 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1476 2025.06.04 15:42:42.581685 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:42:42.582298 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:42.582455 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1302 rows starting from the beginning of the part 2025.06.04 15:42:42.582854 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2025.06.04 15:42:42.583206 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part 2025.06.04 15:42:42.583557 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 42 rows starting from the beginning of the part 2025.06.04 15:42:42.583895 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part 2025.06.04 15:42:42.584234 [ 188 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 34 rows starting from the beginning of the part 2025.06.04 15:42:42.591397 [ 198 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 72 columns (72 merged, 0 gathered) in 0.00975803 sec., 151260.03916774187 rows/sec., 117.82 MiB/sec. 2025.06.04 15:42:42.592784 [ 200 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:42:42.593314 [ 200 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:42.593391 [ 200 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_41_8} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:42:42.593589 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.06.04 15:42:43.941238 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.06.04 15:42:43.959639 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:43.959706 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:43.966100 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.06.04 15:42:43.966832 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:43.967172 [ 63 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.06.04 15:42:43.967278 [ 63 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:43.967316 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:43.967448 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:43.970708 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.06.04 15:42:43.971552 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:43.972943 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:43.977501 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:43.982071 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:43.986676 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:43.991594 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:43.995517 [ 198 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:42:44.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 309.21 MiB, peak 313.25 MiB, free memory in arenas 0.00 B, will set to 304.71 MiB (RSS), difference: -4.50 MiB 2025.06.04 15:42:44.051913 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.08451537 sec., 4993.174614274302 rows/sec., 25.82 MiB/sec. 2025.06.04 15:42:44.055045 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.06.04 15:42:44.057156 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_56_11} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:44.057270 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_56_11} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.06.04 15:42:44.059778 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.06.04 15:42:44.135062 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:44.135251 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:44.135324 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:44.136124 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:44.136168 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:44.136563 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.04 15:42:44.136794 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:44.136952 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} executeQuery: Read 136 rows, 12.02 KiB in 0.001757 sec., 77404.6670461013 rows/sec., 6.68 MiB/sec. 2025.06.04 15:42:44.136995 [ 260 ] {2ef9ef45-8e62-44cc-9218-f7545dfbf6c6} TCPHandler: Processed in 0.002067286 sec. 2025.06.04 15:42:44.137159 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:44.137255 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:44.137296 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:44.137752 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:44.137788 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:44.138101 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:42:44.138320 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:44.138459 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} executeQuery: Read 40 rows, 3.01 KiB in 0.001222 sec., 32733.224222585926 rows/sec., 2.40 MiB/sec. 2025.06.04 15:42:44.138498 [ 260 ] {2dba79d0-8da0-4338-9128-15c8cdfeff4f} TCPHandler: Processed in 0.001389207 sec. 2025.06.04 15:42:44.138619 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:44.138713 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:44.138752 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:44.139186 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:44.139223 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:44.139566 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.04 15:42:44.139776 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:44.139907 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} executeQuery: Read 104 rows, 8.32 KiB in 0.001212 sec., 85808.58085808581 rows/sec., 6.70 MiB/sec. 2025.06.04 15:42:44.139946 [ 260 ] {ab6a9a9c-e79e-4e25-b341-24d2bd72701e} TCPHandler: Processed in 0.001377367 sec. 2025.06.04 15:42:44.140059 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:44.140155 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:44.140196 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:44.140609 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:44.140646 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:44.140974 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.04 15:42:44.141186 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:44.141316 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.06.04 15:42:44.141353 [ 260 ] {0b71b466-c0e7-43e5-a48f-a4030fb7519b} TCPHandler: Processed in 0.001342876 sec. 2025.06.04 15:42:44.141471 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:44.141590 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:44.141654 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:42:44.142556 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:44.142592 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:44.143221 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:42:44.143447 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:44.143584 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} executeQuery: Read 40 rows, 73.40 KiB in 0.002019 sec., 19811.788013868252 rows/sec., 35.50 MiB/sec. 2025.06.04 15:42:44.143638 [ 260 ] {ff7e3f60-1895-4c8a-b14d-690822abf027} TCPHandler: Processed in 0.002225617 sec. 2025.06.04 15:42:44.143750 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:44.143843 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:44.143882 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:44.144325 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:44.144373 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:44.144757 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.04 15:42:44.144979 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:44.145116 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec. 2025.06.04 15:42:44.145156 [ 260 ] {30e0536b-84fd-4cf7-8ea9-2e88ee6598b8} TCPHandler: Processed in 0.001452838 sec. 2025.06.04 15:42:45.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 301.69 MiB, peak 314.67 MiB, free memory in arenas 0.00 B, will set to 306.36 MiB (RSS), difference: 4.67 MiB 2025.06.04 15:42:45.984604 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.984887 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.984962 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:42:45.985703 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.985745 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.986171 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:42:45.986407 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:45.986549 [ 42 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.06.04 15:42:45.986567 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} executeQuery: Read 212 rows, 13.81 KiB in 0.001757 sec., 120660.21627774615 rows/sec., 7.67 MiB/sec. 2025.06.04 15:42:45.986624 [ 42 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.986636 [ 260 ] {e1d1d5f1-6cff-4dc2-ae09-91652ab3d3d1} TCPHandler: Processed in 0.002214427 sec. 2025.06.04 15:42:45.986657 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.986759 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:42:45.986771 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.986863 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:45.986881 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:45.986894 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part 2025.06.04 15:42:45.986923 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:45.986960 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:45.987011 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:45.987056 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:45.987100 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part 2025.06.04 15:42:45.988037 [ 199 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001313656 sec., 806908.3534806677 rows/sec., 54.40 MiB/sec. 2025.06.04 15:42:45.988189 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.988230 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.988235 [ 199 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.06.04 15:42:45.988562 [ 199 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:45.988653 [ 199 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_33_8} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.06.04 15:42:45.988750 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:42:45.988937 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.04 15:42:45.989189 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:45.989330 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} executeQuery: Read 1757 rows, 145.95 KiB in 0.002468 sec., 711912.4797406807 rows/sec., 57.75 MiB/sec. 2025.06.04 15:42:45.989369 [ 260 ] {64e76e1d-8ad3-44c8-a4e3-62ec970ff067} TCPHandler: Processed in 0.002647053 sec. 2025.06.04 15:42:45.989481 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.989576 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.989617 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:45.990044 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.990080 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.990387 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:42:45.990594 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:45.990725 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} executeQuery: Read 106 rows, 6.39 KiB in 0.001167 sec., 90831.19108826049 rows/sec., 5.34 MiB/sec. 2025.06.04 15:42:45.990762 [ 260 ] {bf549601-2a2d-4f2d-867c-2c4a2312d20d} TCPHandler: Processed in 0.001329906 sec. 2025.06.04 15:42:45.990875 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.990970 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.991008 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:42:45.991523 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.991560 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.991882 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:42:45.992092 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:42:45.992223 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} executeQuery: Read 341 rows, 23.30 KiB in 0.001272 sec., 268081.76100628934 rows/sec., 17.89 MiB/sec. 2025.06.04 15:42:45.992261 [ 260 ] {0b8c5960-2c84-4b71-89a9-f5448b8c0fb3} TCPHandler: Processed in 0.001434808 sec. 2025.06.04 15:42:45.992365 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.992460 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.992500 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:42:45.992915 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.992953 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.993255 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:42:45.993491 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:45.993594 [ 42 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 2025.06.04 15:42:45.993620 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} executeQuery: Read 112 rows, 6.53 KiB in 0.001178 sec., 95076.40067911714 rows/sec., 5.42 MiB/sec. 2025.06.04 15:42:45.993631 [ 42 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.993660 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.993666 [ 260 ] {6c3749e9-9092-4ebe-b22d-35ce48376d02} TCPHandler: Processed in 0.001349377 sec. 2025.06.04 15:42:45.993737 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:42:45.993788 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.993824 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:45.993851 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part 2025.06.04 15:42:45.993883 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:45.993902 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:45.993923 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:45.993944 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:45.993982 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:45.994021 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part 2025.06.04 15:42:45.994614 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.994650 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.994813 [ 201 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001093583 sec., 512078.18702375586 rows/sec., 31.12 MiB/sec. 2025.06.04 15:42:45.994997 [ 192 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) 2025.06.04 15:42:45.995024 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.04 15:42:45.995255 [ 192 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:45.995265 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:45.995322 [ 192 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_33_8} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 2025.06.04 15:42:45.995383 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:42:45.995401 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} executeQuery: Read 838 rows, 61.87 KiB in 0.001536 sec., 545572.9166666666 rows/sec., 39.34 MiB/sec. 2025.06.04 15:42:45.995441 [ 260 ] {565c83bd-6bd7-4026-8222-75038d4b849a} TCPHandler: Processed in 0.001701281 sec. 2025.06.04 15:42:45.995563 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.995659 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:42:45.995700 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:42:45.996024 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.996061 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.996373 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.06.04 15:42:45.996585 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:42:45.996718 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2025.06.04 15:42:45.996755 [ 260 ] {3f208ca1-116e-45a9-89de-4e308cfe18e4} TCPHandler: Processed in 0.001240355 sec. 2025.06.04 15:42:45.996865 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.996960 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.997002 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:45.997578 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.997617 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.998003 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.04 15:42:45.998233 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:45.998368 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} executeQuery: Read 959 rows, 65.27 KiB in 0.001426 sec., 672510.5189340813 rows/sec., 44.70 MiB/sec. 2025.06.04 15:42:45.998406 [ 260 ] {aa280e56-ad9f-4182-91d5-c5ee2be89111} TCPHandler: Processed in 0.001589669 sec. 2025.06.04 15:42:45.998524 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.998619 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.998660 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:42:45.998970 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:45.999006 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:45.999304 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:42:45.999512 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:42:45.999641 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2025.06.04 15:42:45.999678 [ 260 ] {a2732c1a-babb-40b5-9714-887ef9d8a567} TCPHandler: Processed in 0.001202505 sec. 2025.06.04 15:42:45.999777 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:45.999874 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:45.999915 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:46.000234 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:46.000270 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:46.000578 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.04 15:42:46.000788 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:46.000918 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} executeQuery: Read 38 rows, 2.30 KiB in 0.001062 sec., 35781.54425612053 rows/sec., 2.12 MiB/sec. 2025.06.04 15:42:46.000954 [ 260 ] {f517bab0-2d66-4bce-b1c2-0b2c677e915d} TCPHandler: Processed in 0.001224924 sec. 2025.06.04 15:42:47.375991 [ 62 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2025.06.04 15:42:47.376118 [ 62 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:47.376156 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:47.376298 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2025.06.04 15:42:47.376945 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:47.377015 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part 2025.06.04 15:42:47.377136 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.06.04 15:42:47.377222 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.06.04 15:42:47.377297 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2025.06.04 15:42:47.377349 [ 194 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.06.04 15:42:47.378119 [ 192 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001879964 sec., 20213.153017823744 rows/sec., 1.69 MiB/sec. 2025.06.04 15:42:47.378338 [ 201 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2025.06.04 15:42:47.378692 [ 201 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:42:47.378779 [ 201 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_18_4} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2025.06.04 15:42:47.378881 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:42:49.131414 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:49.131596 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:49.131662 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:49.132317 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.132367 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.132764 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.04 15:42:49.133000 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:49.133153 [ 36 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.04 15:42:49.133165 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} executeQuery: Read 56 rows, 4.41 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.66 MiB/sec. 2025.06.04 15:42:49.133189 [ 36 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.133214 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.133220 [ 260 ] {bfc3b095-b9e1-4a7c-b942-1938b894fbbe} TCPHandler: Processed in 0.001935684 sec. 2025.06.04 15:42:49.133355 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:49.133353 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:42:49.133462 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:49.133509 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:49.133530 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:49.133576 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1847 rows starting from the beginning of the part 2025.06.04 15:42:49.133653 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 137 rows starting from the beginning of the part 2025.06.04 15:42:49.133711 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 617 rows starting from the beginning of the part 2025.06.04 15:42:49.133763 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 136 rows starting from the beginning of the part 2025.06.04 15:42:49.133812 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:42:49.133860 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2025.06.04 15:42:49.133962 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.134004 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.134361 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.04 15:42:49.134588 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:49.134701 [ 36 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.04 15:42:49.134725 [ 36 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.134727 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} executeQuery: Read 64 rows, 5.12 KiB in 0.001289 sec., 49650.89216446858 rows/sec., 3.88 MiB/sec. 2025.06.04 15:42:49.134745 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.134776 [ 260 ] {67122138-7c03-4d06-a0f5-a79d137093b6} TCPHandler: Processed in 0.001473808 sec. 2025.06.04 15:42:49.134831 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:42:49.134895 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:49.134943 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:49.134976 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part 2025.06.04 15:42:49.134998 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:49.135035 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:49.135049 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:49.135087 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 382 rows starting from the beginning of the part 2025.06.04 15:42:49.135135 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part 2025.06.04 15:42:49.135177 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 838 rows starting from the beginning of the part 2025.06.04 15:42:49.135219 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2025.06.04 15:42:49.135458 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.135499 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.135596 [ 192 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.002311618 sec., 1968318.2948047644 rows/sec., 167.28 MiB/sec. 2025.06.04 15:42:49.136002 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.04 15:42:49.136177 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.04 15:42:49.136343 [ 192 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.001554619 sec., 1548932.568044003 rows/sec., 118.58 MiB/sec. 2025.06.04 15:42:49.136395 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:49.136455 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:49.136498 [ 190 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_91_18} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.04 15:42:49.136528 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.04 15:42:49.136583 [ 36 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 5 parts from all_1_86_17 to all_90_90_0 2025.06.04 15:42:49.136607 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} executeQuery: Read 118 rows, 8.42 KiB in 0.00163 sec., 72392.63803680982 rows/sec., 5.04 MiB/sec. 2025.06.04 15:42:49.136614 [ 36 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.136609 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2025.06.04 15:42:49.136649 [ 260 ] {e30fe657-fc25-4b75-9a52-68b68c9b0c9b} TCPHandler: Processed in 0.001804372 sec. 2025.06.04 15:42:49.136647 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.136761 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTask::PrepareStage: Merging 5 parts: from all_1_86_17 to all_90_90_0 into Compact with storage Full 2025.06.04 15:42:49.136779 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:49.136816 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:49.136860 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:49.136882 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:49.136897 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 28202 rows starting from the beginning of the part 2025.06.04 15:42:49.136911 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_91_18} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.04 15:42:49.136935 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:49.136973 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 161 rows starting from the beginning of the part 2025.06.04 15:42:49.137004 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.06.04 15:42:49.137021 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part 2025.06.04 15:42:49.137068 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2025.06.04 15:42:49.137107 [ 190 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 959 rows starting from the beginning of the part 2025.06.04 15:42:49.137290 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.137331 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.137660 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.04 15:42:49.137872 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:49.137988 [ 36 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.04 15:42:49.138007 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} executeQuery: Read 44 rows, 3.03 KiB in 0.001145 sec., 38427.947598253275 rows/sec., 2.59 MiB/sec. 2025.06.04 15:42:49.138017 [ 36 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:49.138038 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:49.138045 [ 260 ] {9223558e-6422-4680-beba-9c9053bafa17} TCPHandler: Processed in 0.001314217 sec. 2025.06.04 15:42:49.138110 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:42:49.138218 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:49.138245 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5140 rows starting from the beginning of the part 2025.06.04 15:42:49.138295 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.06.04 15:42:49.138337 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part 2025.06.04 15:42:49.138376 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2025.06.04 15:42:49.138414 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 38 rows starting from the beginning of the part 2025.06.04 15:42:49.138452 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 44 rows starting from the beginning of the part 2025.06.04 15:42:49.141423 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003344811 sec., 1621616.2886333487 rows/sec., 106.39 MiB/sec. 2025.06.04 15:42:49.141982 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.04 15:42:49.142245 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:49.142321 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_91_18} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.04 15:42:49.142395 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.06.04 15:42:49.145596 [ 186 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 29719 rows, containing 5 columns (5 merged, 0 gathered) in 0.008863509 sec., 3352960.999983189 rows/sec., 226.42 MiB/sec. 2025.06.04 15:42:49.146245 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2025.06.04 15:42:49.146611 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:49.146716 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_90_18} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 5 parts: [all_1_86_17, all_90_90_0] -> all_1_90_18 2025.06.04 15:42:49.146838 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. 2025.06.04 15:42:50.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 306.82 MiB, peak 318.13 MiB, free memory in arenas 0.00 B, will set to 310.09 MiB (RSS), difference: 3.27 MiB 2025.06.04 15:42:50.041201 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 2025.06.04 15:42:50.041791 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:50.041846 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:50.042379 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:42:50.042621 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:50.042779 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.06.04 15:42:51.470913 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.06.04 15:42:51.492394 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:51.492506 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. 2025.06.04 15:42:51.499430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.06.04 15:42:51.500893 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:51.506552 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.06.04 15:42:52.581999 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1516 2025.06.04 15:42:52.584556 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:52.584606 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:52.585876 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:42:52.586178 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:42:52.586572 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1516 2025.06.04 15:42:54.134482 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:54.134678 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:54.134749 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:54.135504 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.135542 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.135965 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.04 15:42:54.136199 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:54.136352 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} executeQuery: Read 136 rows, 12.02 KiB in 0.001728 sec., 78703.70370370371 rows/sec., 6.79 MiB/sec. 2025.06.04 15:42:54.136395 [ 260 ] {13c8b5af-02ec-4a89-a6a8-d60944c45b3c} TCPHandler: Processed in 0.002040405 sec. 2025.06.04 15:42:54.136512 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:54.136607 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:54.136647 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:54.137059 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.137094 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.137418 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.06.04 15:42:54.137627 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:54.137760 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} executeQuery: Read 40 rows, 3.01 KiB in 0.001171 sec., 34158.838599487615 rows/sec., 2.51 MiB/sec. 2025.06.04 15:42:54.137798 [ 260 ] {8d56d70f-61c9-419b-a12c-441a72d39893} TCPHandler: Processed in 0.001335196 sec. 2025.06.04 15:42:54.137911 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:54.138010 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:54.138049 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:54.138495 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.138529 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.138837 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.04 15:42:54.139049 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:54.139175 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} executeQuery: Read 104 rows, 8.32 KiB in 0.001184 sec., 87837.83783783784 rows/sec., 6.86 MiB/sec. 2025.06.04 15:42:54.139212 [ 260 ] {04a4abfa-ddd6-44e3-9325-4347acc77180} TCPHandler: Processed in 0.001349067 sec. 2025.06.04 15:42:54.139327 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:54.139419 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:54.139464 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:54.139872 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.139907 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.140244 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.04 15:42:54.140442 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:54.140568 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.06.04 15:42:54.140604 [ 260 ] {e7cbb4a0-ca5a-4173-852d-64cdadc847b2} TCPHandler: Processed in 0.001325066 sec. 2025.06.04 15:42:54.140711 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:54.140802 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:54.140854 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:42:54.141702 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.141739 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.142304 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:42:54.142533 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:54.142651 [ 57 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.06.04 15:42:54.142669 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} executeQuery: Read 40 rows, 73.40 KiB in 0.001885 sec., 21220.159151193635 rows/sec., 38.03 MiB/sec. 2025.06.04 15:42:54.142716 [ 57 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.142739 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.142741 [ 260 ] {90fa6a89-1c3e-4cb5-b406-17ff262fe434} TCPHandler: Processed in 0.002076325 sec. 2025.06.04 15:42:54.142834 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:42:54.142866 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:54.142957 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:54.142997 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:54.143028 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:54.143083 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1350 rows starting from the beginning of the part 2025.06.04 15:42:54.143202 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:54.143294 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:54.143330 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:54.143366 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:54.143381 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:54.143466 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:54.143547 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:54.143692 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.04 15:42:54.143917 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:54.144044 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2025.06.04 15:42:54.144079 [ 260 ] {d259f311-3c0b-411b-83b2-46a5d9236840} TCPHandler: Processed in 0.001258946 sec. 2025.06.04 15:42:54.150823 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 19 columns (19 merged, 0 gathered) in 0.008023279 sec., 193187.84751222038 rows/sec., 346.18 MiB/sec. 2025.06.04 15:42:54.152649 [ 200 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.06.04 15:42:54.152971 [ 200 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:42:54.153036 [ 200 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_41_8} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.06.04 15:42:54.153140 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.76 MiB. 2025.06.04 15:42:55.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 310.77 MiB, peak 322.49 MiB, free memory in arenas 0.00 B, will set to 315.67 MiB (RSS), difference: 4.90 MiB 2025.06.04 15:42:57.095360 [ 53 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 2025.06.04 15:42:57.095442 [ 53 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:57.095469 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:57.095595 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full 2025.06.04 15:42:57.095749 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:57.095787 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part 2025.06.04 15:42:57.095853 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:57.095894 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:57.095932 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:57.095971 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2025.06.04 15:42:57.096741 [ 198 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.001201295 sec., 164822.1294519664 rows/sec., 8.41 MiB/sec. 2025.06.04 15:42:57.096888 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) 2025.06.04 15:42:57.097146 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:42:57.097220 [ 195 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_33_7} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 2025.06.04 15:42:57.097296 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:42:57.344275 [ 53 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:42:57.344333 [ 53 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:42:57.543010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 2025.06.04 15:42:57.543507 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:57.543550 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:57.544071 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:42:57.544315 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:42:57.544508 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 2025.06.04 15:42:59.006727 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.06.04 15:42:59.022612 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.022677 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.028506 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.06.04 15:42:59.029179 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:42:59.032101 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.06.04 15:42:59.138714 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.138861 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.138951 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:42:59.139629 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.139671 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.140027 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:42:59.140247 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:42:59.140403 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} executeQuery: Read 212 rows, 13.81 KiB in 0.001582 sec., 134007.58533501896 rows/sec., 8.52 MiB/sec. 2025.06.04 15:42:59.140448 [ 260 ] {81b6936c-1b98-4536-839a-d3356f427eea} TCPHandler: Processed in 0.001849263 sec. 2025.06.04 15:42:59.140574 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.140676 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:42:59.140719 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:42:59.141423 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.141460 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.141805 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.04 15:42:59.142020 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:42:59.142157 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} executeQuery: Read 617 rows, 49.39 KiB in 0.001503 sec., 410512.3087159015 rows/sec., 32.09 MiB/sec. 2025.06.04 15:42:59.142195 [ 260 ] {67b22ba3-e537-4b8b-a193-1c7d02addc02} TCPHandler: Processed in 0.001672071 sec. 2025.06.04 15:42:59.142301 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.142397 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.142437 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:42:59.142864 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.142901 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.143196 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.06.04 15:42:59.143407 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:59.143532 [ 39 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.06.04 15:42:59.143537 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} executeQuery: Read 106 rows, 6.39 KiB in 0.00116 sec., 91379.31034482758 rows/sec., 5.38 MiB/sec. 2025.06.04 15:42:59.143602 [ 39 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.143621 [ 260 ] {3cb375ef-18fe-4013-83eb-411efcfad33c} TCPHandler: Processed in 0.001369556 sec. 2025.06.04 15:42:59.143629 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.143747 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.143771 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:42:59.143847 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.143891 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:42:59.143921 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:42:59.143966 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 164 rows starting from the beginning of the part 2025.06.04 15:42:59.144043 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:59.144101 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:59.144151 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:59.144198 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 40 rows starting from the beginning of the part 2025.06.04 15:42:59.144251 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 106 rows starting from the beginning of the part 2025.06.04 15:42:59.144318 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.144359 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.144708 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:42:59.144940 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:42:59.145076 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} executeQuery: Read 113 rows, 7.49 KiB in 0.001248 sec., 90544.8717948718 rows/sec., 5.86 MiB/sec. 2025.06.04 15:42:59.145114 [ 260 ] {cbd367c5-db3d-4413-8db3-1e31fe39425c} TCPHandler: Processed in 0.001416798 sec. 2025.06.04 15:42:59.145189 [ 195 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 5 columns (5 merged, 0 gathered) in 0.001481109 sec., 379445.402060213 rows/sec., 25.07 MiB/sec. 2025.06.04 15:42:59.145284 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.145368 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.06.04 15:42:59.145386 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.145430 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:42:59.145696 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:42:59.145810 [ 187 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_76_15} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.06.04 15:42:59.145889 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.145912 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:42:59.145938 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.146269 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:42:59.146479 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:42:59.146611 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} executeQuery: Read 112 rows, 6.53 KiB in 0.001244 sec., 90032.154340836 rows/sec., 5.13 MiB/sec. 2025.06.04 15:42:59.146650 [ 260 ] {21b36156-ee96-45af-be40-b84355e12018} TCPHandler: Processed in 0.001414998 sec. 2025.06.04 15:42:59.146763 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.146858 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:42:59.146898 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:42:59.147431 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.147468 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.147784 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.04 15:42:59.147988 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:42:59.148115 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} executeQuery: Read 382 rows, 27.58 KiB in 0.001275 sec., 299607.8431372549 rows/sec., 21.13 MiB/sec. 2025.06.04 15:42:59.148152 [ 260 ] {4dd81827-c0af-4ea3-82f3-02d4beaf3199} TCPHandler: Processed in 0.001439518 sec. 2025.06.04 15:42:59.148265 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.148359 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:42:59.148400 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:42:59.148728 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.148764 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.149059 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.06.04 15:42:59.149273 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:42:59.149401 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.06.04 15:42:59.149438 [ 260 ] {8055d465-d158-4a61-bcae-2048cb315b5d} TCPHandler: Processed in 0.001222375 sec. 2025.06.04 15:42:59.149543 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.149637 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.149679 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:42:59.150073 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.150108 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.150437 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.04 15:42:59.150647 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:42:59.150781 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} executeQuery: Read 237 rows, 16.27 KiB in 0.001161 sec., 204134.36692506462 rows/sec., 13.68 MiB/sec. 2025.06.04 15:42:59.150817 [ 260 ] {540e3dc8-c1fa-46e2-8f52-09bde49141b5} TCPHandler: Processed in 0.001323276 sec. 2025.06.04 15:42:59.150928 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.151022 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.151062 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:42:59.151370 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.151405 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.151697 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:42:59.151898 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:42:59.152028 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.06.04 15:42:59.152063 [ 260 ] {6b654de9-7b46-4339-9244-0e1f8a5e71fb} TCPHandler: Processed in 0.001184884 sec. 2025.06.04 15:42:59.152171 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:42:59.152264 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:42:59.152304 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:42:59.152619 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:42:59.152655 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:42:59.152953 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.04 15:42:59.153161 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:42:59.153288 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} executeQuery: Read 82 rows, 5.33 KiB in 0.001041 sec., 78770.41306436119 rows/sec., 5.00 MiB/sec. 2025.06.04 15:42:59.153323 [ 260 ] {8c114937-1076-4bf1-80fd-c5221169658d} TCPHandler: Processed in 0.001200674 sec. 2025.06.04 15:43:00.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 316.91 MiB, peak 322.49 MiB, free memory in arenas 0.00 B, will set to 315.68 MiB (RSS), difference: -1.23 MiB 2025.06.04 15:43:02.586910 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1548 2025.06.04 15:43:02.589386 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:02.589450 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:02.590698 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:43:02.590981 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:02.591368 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1548 2025.06.04 15:43:04.135820 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.136008 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:43:04.136079 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:43:04.136804 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.136873 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.137309 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.06.04 15:43:04.137571 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:43:04.137740 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} executeQuery: Read 8 rows, 668.00 B in 0.001782 sec., 4489.337822671157 rows/sec., 366.07 KiB/sec. 2025.06.04 15:43:04.137788 [ 260 ] {37a0a765-e2bf-42ac-a030-790f9813aa02} TCPHandler: Processed in 0.002097576 sec. 2025.06.04 15:43:04.137914 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.138016 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:04.138059 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:04.138560 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.138596 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.138906 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.04 15:43:04.139131 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:04.139264 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} executeQuery: Read 140 rows, 12.32 KiB in 0.001272 sec., 110062.89308176101 rows/sec., 9.46 MiB/sec. 2025.06.04 15:43:04.139303 [ 260 ] {63082ee5-b392-4754-a80d-81a991b69afc} TCPHandler: Processed in 0.001440918 sec. 2025.06.04 15:43:04.139408 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.139501 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:04.139541 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:04.139953 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.139990 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.140295 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.06.04 15:43:04.140506 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:04.140638 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} executeQuery: Read 48 rows, 3.57 KiB in 0.001154 sec., 41594.45407279029 rows/sec., 3.02 MiB/sec. 2025.06.04 15:43:04.140675 [ 260 ] {4c4cb433-8364-4163-afdd-b29758d59ffb} TCPHandler: Processed in 0.001316366 sec. 2025.06.04 15:43:04.140780 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.140873 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:04.140912 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:04.141341 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.141378 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.141688 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.04 15:43:04.141901 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:04.142029 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} executeQuery: Read 112 rows, 8.97 KiB in 0.001173 sec., 95481.67092924126 rows/sec., 7.47 MiB/sec. 2025.06.04 15:43:04.142067 [ 260 ] {4b8ccde7-313a-4d34-9cb7-c90f79f33025} TCPHandler: Processed in 0.001336167 sec. 2025.06.04 15:43:04.142177 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.142271 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:04.142313 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:04.142769 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.142829 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.143214 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.04 15:43:04.143436 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:04.143571 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} executeQuery: Read 164 rows, 11.69 KiB in 0.001318 sec., 124430.9559939302 rows/sec., 8.66 MiB/sec. 2025.06.04 15:43:04.143610 [ 260 ] {40ad94d2-1919-4b46-942c-2cadb396ed88} TCPHandler: Processed in 0.001481548 sec. 2025.06.04 15:43:04.143720 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.143813 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:04.143868 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:43:04.144739 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.144776 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.145349 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:43:04.145577 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:04.145753 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} executeQuery: Read 40 rows, 73.40 KiB in 0.001956 sec., 20449.89775051125 rows/sec., 36.65 MiB/sec. 2025.06.04 15:43:04.145825 [ 260 ] {fe8f2f13-ed18-4f55-8c18-1736eb053626} TCPHandler: Processed in 0.002155137 sec. 2025.06.04 15:43:04.145933 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:04.146028 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:04.146070 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:04.146413 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:04.146451 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:04.146776 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.04 15:43:04.146983 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:04.147118 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.06.04 15:43:04.147155 [ 260 ] {2f1a064b-a986-42a9-b71d-4d798b10d66f} TCPHandler: Processed in 0.001270536 sec. 2025.06.04 15:43:05.044739 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 2025.06.04 15:43:05.045318 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:05.045364 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:05.045862 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:43:05.046098 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:05.046227 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.06.04 15:43:06.532271 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.06.04 15:43:06.549237 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:06.549295 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:06.555428 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.06.04 15:43:06.556136 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:06.559036 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.06.04 15:43:09.139816 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.140113 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.140218 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:43:09.141154 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.141205 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.141602 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:43:09.141826 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:09.141985 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} executeQuery: Read 212 rows, 13.81 KiB in 0.001946 sec., 108941.41829393628 rows/sec., 6.93 MiB/sec. 2025.06.04 15:43:09.142035 [ 260 ] {5a1a3374-7386-477a-b222-05b6c6c74bc8} TCPHandler: Processed in 0.002401909 sec. 2025.06.04 15:43:09.142156 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.142258 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:09.142301 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:09.143009 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.143047 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.143388 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.04 15:43:09.143597 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:09.143730 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} executeQuery: Read 617 rows, 49.39 KiB in 0.001495 sec., 412709.03010033444 rows/sec., 32.26 MiB/sec. 2025.06.04 15:43:09.143767 [ 260 ] {460f6246-cac0-42d0-b502-e37331416aa4} TCPHandler: Processed in 0.00166057 sec. 2025.06.04 15:43:09.143874 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.143969 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.144012 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:09.144435 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.144472 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.144765 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.06.04 15:43:09.144966 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:09.145099 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} executeQuery: Read 106 rows, 6.39 KiB in 0.001151 sec., 92093.83145091226 rows/sec., 5.42 MiB/sec. 2025.06.04 15:43:09.145137 [ 260 ] {4336d45f-3240-4487-aa89-349a0ffb295b} TCPHandler: Processed in 0.001309716 sec. 2025.06.04 15:43:09.145246 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.145339 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.145377 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:43:09.145812 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.145848 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.146153 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:43:09.146354 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:43:09.146478 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} executeQuery: Read 113 rows, 7.49 KiB in 0.001159 sec., 97497.84296807591 rows/sec., 6.31 MiB/sec. 2025.06.04 15:43:09.146515 [ 260 ] {196f4b82-f4ee-4381-8b47-f8dd601718ad} TCPHandler: Processed in 0.001315446 sec. 2025.06.04 15:43:09.146634 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.146726 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.146765 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:43:09.147179 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.147214 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.147504 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:43:09.147703 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:09.147829 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} executeQuery: Read 112 rows, 6.53 KiB in 0.001122 sec., 99821.74688057041 rows/sec., 5.69 MiB/sec. 2025.06.04 15:43:09.147865 [ 260 ] {8f07186f-0a13-40e3-9d32-ad63c0a7fb1c} TCPHandler: Processed in 0.001277176 sec. 2025.06.04 15:43:09.147976 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.148068 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:09.148106 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:09.148630 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.148663 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.148951 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.04 15:43:09.149138 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:09.149254 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} executeQuery: Read 382 rows, 27.58 KiB in 0.001245 sec., 306827.3092369478 rows/sec., 21.64 MiB/sec. 2025.06.04 15:43:09.149287 [ 260 ] {7f7ebe77-3eda-4073-8da3-eace5347ae11} TCPHandler: Processed in 0.001400338 sec. 2025.06.04 15:43:09.149391 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.149476 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:43:09.149513 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:43:09.149899 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.149934 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.150235 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.06.04 15:43:09.150439 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:43:09.150563 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. 2025.06.04 15:43:09.150597 [ 260 ] {ba1b1e92-0d75-4d20-9d82-537499a52cde} TCPHandler: Processed in 0.001202584 sec. 2025.06.04 15:43:09.150695 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.150786 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.150827 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:09.151218 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.151252 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.151571 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.04 15:43:09.151777 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:09.151881 [ 40 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2025.06.04 15:43:09.151905 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} executeQuery: Read 237 rows, 16.27 KiB in 0.001137 sec., 208443.27176781002 rows/sec., 13.97 MiB/sec. 2025.06.04 15:43:09.151915 [ 40 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.151936 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.151942 [ 260 ] {94f23e33-b0eb-4338-ac92-fef127e6490f} TCPHandler: Processed in 0.001292846 sec. 2025.06.04 15:43:09.152026 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:43:09.152053 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.152134 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:09.152144 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.152168 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_90_18, total 29719 rows starting from the beginning of the part 2025.06.04 15:43:09.152187 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:43:09.152234 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 118 rows starting from the beginning of the part 2025.06.04 15:43:09.152283 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2025.06.04 15:43:09.152329 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part 2025.06.04 15:43:09.152374 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 164 rows starting from the beginning of the part 2025.06.04 15:43:09.152416 [ 188 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part 2025.06.04 15:43:09.152521 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.152555 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.152848 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:43:09.153056 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:43:09.153182 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.06.04 15:43:09.153216 [ 260 ] {b3827b4c-b785-4baf-a265-c506d46fccef} TCPHandler: Processed in 0.001209555 sec. 2025.06.04 15:43:09.153330 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:09.153431 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:09.153472 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:09.153813 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:09.153848 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:09.154170 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.04 15:43:09.154386 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:09.154523 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} executeQuery: Read 82 rows, 5.33 KiB in 0.001111 sec., 73807.3807380738 rows/sec., 4.69 MiB/sec. 2025.06.04 15:43:09.154564 [ 260 ] {e58d9799-bd96-4093-96e1-f4e05e78e03a} TCPHandler: Processed in 0.001283846 sec. 2025.06.04 15:43:09.158508 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 30635 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651766 sec., 4700306.551737893 rows/sec., 317.51 MiB/sec. 2025.06.04 15:43:09.159174 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.06.04 15:43:09.159512 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:09.159605 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_95_19} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2025.06.04 15:43:09.159718 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.06.04 15:43:12.344438 [ 34 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:43:12.344512 [ 34 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:43:12.546450 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 2025.06.04 15:43:12.546935 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:12.546973 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:12.547445 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:43:12.547666 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:12.547798 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 2025.06.04 15:43:12.591681 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1582 2025.06.04 15:43:12.594281 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:12.594341 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:12.595586 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:43:12.595874 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:12.596260 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1582 2025.06.04 15:43:14.059201 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.06.04 15:43:14.078136 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.078200 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:14.084860 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.06.04 15:43:14.085664 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:14.089769 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.06.04 15:43:14.136996 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:14.137162 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:14.137227 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:14.137940 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.137985 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:14.138391 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.04 15:43:14.138637 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:14.138821 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} executeQuery: Read 136 rows, 12.02 KiB in 0.001702 sec., 79905.99294947121 rows/sec., 6.90 MiB/sec. 2025.06.04 15:43:14.138830 [ 26 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.04 15:43:14.138876 [ 260 ] {a2e1c6f6-47e6-4bd9-87a8-8fa84397fbc0} TCPHandler: Processed in 0.002023285 sec. 2025.06.04 15:43:14.138893 [ 26 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.138920 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:14.139025 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:14.139039 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:43:14.139143 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:14.139186 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:14.139192 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:14.139237 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1847 rows starting from the beginning of the part 2025.06.04 15:43:14.139345 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 136 rows starting from the beginning of the part 2025.06.04 15:43:14.139398 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 617 rows starting from the beginning of the part 2025.06.04 15:43:14.139445 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 140 rows starting from the beginning of the part 2025.06.04 15:43:14.139490 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 617 rows starting from the beginning of the part 2025.06.04 15:43:14.139533 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 136 rows starting from the beginning of the part 2025.06.04 15:43:14.139737 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.139784 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:14.140198 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.06.04 15:43:14.140465 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:14.140636 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} executeQuery: Read 40 rows, 3.01 KiB in 0.00152 sec., 26315.78947368421 rows/sec., 1.93 MiB/sec. 2025.06.04 15:43:14.140679 [ 260 ] {1d622928-6495-4a46-ae9d-9e61e99295ff} TCPHandler: Processed in 0.001707591 sec. 2025.06.04 15:43:14.140833 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:14.140948 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:14.140998 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:14.141348 [ 195 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3493 rows, containing 5 columns (5 merged, 0 gathered) in 0.002358409 sec., 1481083.221782142 rows/sec., 125.51 MiB/sec. 2025.06.04 15:43:14.141565 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.141614 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:14.141759 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.04 15:43:14.141990 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.04 15:43:14.142272 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:14.142289 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:14.142410 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_96_19} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.04 15:43:14.142463 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} executeQuery: Read 104 rows, 8.32 KiB in 0.001542 sec., 67444.87678339818 rows/sec., 5.27 MiB/sec. 2025.06.04 15:43:14.142468 [ 26 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.04 15:43:14.142510 [ 260 ] {85596501-fd5c-49e5-9885-d816e3fe9221} TCPHandler: Processed in 0.001743722 sec. 2025.06.04 15:43:14.142520 [ 26 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.142550 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:14.142570 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.06.04 15:43:14.142664 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:14.142711 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:43:14.142771 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:14.142819 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:14.142842 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:14.142886 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part 2025.06.04 15:43:14.142976 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 104 rows starting from the beginning of the part 2025.06.04 15:43:14.143040 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 382 rows starting from the beginning of the part 2025.06.04 15:43:14.143098 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 112 rows starting from the beginning of the part 2025.06.04 15:43:14.143152 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 382 rows starting from the beginning of the part 2025.06.04 15:43:14.143213 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part 2025.06.04 15:43:14.143282 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.143323 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:14.143696 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.04 15:43:14.143940 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:14.144090 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. 2025.06.04 15:43:14.144128 [ 260 ] {f398697c-18e9-48d7-a201-bf03e80e842d} TCPHandler: Processed in 0.001519729 sec. 2025.06.04 15:43:14.144245 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:14.144345 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:14.144402 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:43:14.144469 [ 195 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001804142 sec., 1107451.630747469 rows/sec., 84.75 MiB/sec. 2025.06.04 15:43:14.144651 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.04 15:43:14.144920 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:14.144994 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_96_19} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.04 15:43:14.145082 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.06.04 15:43:14.145266 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.145310 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:14.145935 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:43:14.146171 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:14.146327 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} executeQuery: Read 40 rows, 73.40 KiB in 0.002003 sec., 19970.044932601097 rows/sec., 35.79 MiB/sec. 2025.06.04 15:43:14.146407 [ 260 ] {a1e76a33-6539-4a03-bbe5-f8792eb005f4} TCPHandler: Processed in 0.002212347 sec. 2025.06.04 15:43:14.146528 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:14.146629 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:14.146671 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:14.147037 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.147074 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:14.147389 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.04 15:43:14.147613 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:14.147732 [ 20 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.04 15:43:14.147747 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2025.06.04 15:43:14.147766 [ 20 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:14.147785 [ 260 ] {0be0e9bd-5b08-49d4-9306-6ba6bc0020c3} TCPHandler: Processed in 0.001305826 sec. 2025.06.04 15:43:14.147785 [ 20 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:14.147877 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:14.147990 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:14.148020 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5424 rows starting from the beginning of the part 2025.06.04 15:43:14.148073 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:14.148118 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:14.148160 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:14.148200 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:14.148236 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:14.149996 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5768 rows, containing 4 columns (4 merged, 0 gathered) in 0.002155867 sec., 2675489.7217685506 rows/sec., 175.52 MiB/sec. 2025.06.04 15:43:14.150424 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.04 15:43:14.150789 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_96_19} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:14.150883 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_96_19} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.04 15:43:14.151000 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.06.04 15:43:15.027682 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.027885 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.027967 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:43:15.028762 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.028804 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.029202 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:43:15.029424 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:15.029585 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} executeQuery: Read 212 rows, 13.81 KiB in 0.001752 sec., 121004.56621004565 rows/sec., 7.70 MiB/sec. 2025.06.04 15:43:15.029636 [ 260 ] {1b613350-0076-4518-a5a2-99362dcaf1b0} TCPHandler: Processed in 0.002084556 sec. 2025.06.04 15:43:15.029764 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.029867 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:43:15.029911 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:43:15.030317 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.030353 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.030639 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.06.04 15:43:15.030857 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:43:15.030989 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} executeQuery: Read 8 rows, 668.00 B in 0.001144 sec., 6993.006993006993 rows/sec., 570.23 KiB/sec. 2025.06.04 15:43:15.031028 [ 260 ] {283246f1-f4cf-480e-ac40-d8855b4752ba} TCPHandler: Processed in 0.001313806 sec. 2025.06.04 15:43:15.031133 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.031229 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:15.031268 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:15.032568 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.032604 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.033014 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.04 15:43:15.033226 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:15.033359 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} executeQuery: Read 1761 rows, 146.25 KiB in 0.002148 sec., 819832.4022346368 rows/sec., 66.49 MiB/sec. 2025.06.04 15:43:15.033398 [ 260 ] {22c6766c-38e1-496f-935e-d428fbb0e299} TCPHandler: Processed in 0.002311548 sec. 2025.06.04 15:43:15.033507 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.033603 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.033643 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:15.034051 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.034086 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.034361 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.06.04 15:43:15.034550 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:15.034670 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} executeQuery: Read 114 rows, 6.94 KiB in 0.001148 sec., 99303.13588850175 rows/sec., 5.91 MiB/sec. 2025.06.04 15:43:15.034777 [ 260 ] {131d4a6f-0bd4-419c-8237-63b3303b4d6c} TCPHandler: Processed in 0.001317036 sec. 2025.06.04 15:43:15.034887 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.034981 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.035020 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:43:15.035532 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.035569 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.035878 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:43:15.036093 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:43:15.036223 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} executeQuery: Read 341 rows, 23.30 KiB in 0.001259 sec., 270849.8808578237 rows/sec., 18.07 MiB/sec. 2025.06.04 15:43:15.036261 [ 260 ] {5c7f7948-ee8d-40bc-9e25-86906bf29c2f} TCPHandler: Processed in 0.001421447 sec. 2025.06.04 15:43:15.036361 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.036455 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.036494 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:43:15.036915 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.036952 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.037246 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:43:15.037452 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:15.037579 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} executeQuery: Read 112 rows, 6.53 KiB in 0.001142 sec., 98073.55516637478 rows/sec., 5.59 MiB/sec. 2025.06.04 15:43:15.037619 [ 260 ] {bd7153d8-d4c4-46ae-afbd-f86427f5929f} TCPHandler: Processed in 0.001303996 sec. 2025.06.04 15:43:15.037727 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.037823 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:15.037861 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:15.038676 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.038713 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.039046 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.04 15:43:15.039257 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:15.039386 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} executeQuery: Read 846 rows, 62.53 KiB in 0.001581 sec., 535104.3643263758 rows/sec., 38.62 MiB/sec. 2025.06.04 15:43:15.039424 [ 260 ] {f6b4fd1e-69d5-45d0-ac56-8e588e29ef51} TCPHandler: Processed in 0.001744481 sec. 2025.06.04 15:43:15.039534 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.039628 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:43:15.039668 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:43:15.039989 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.040024 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.040321 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.06.04 15:43:15.040537 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:43:15.040663 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.06.04 15:43:15.040700 [ 260 ] {a7a87dd6-23a8-4100-b2e5-42b76f677b8c} TCPHandler: Processed in 0.001213405 sec. 2025.06.04 15:43:15.040809 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.040902 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.040945 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:15.041608 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.041645 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.042017 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.04 15:43:15.042224 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:15.042351 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} executeQuery: Read 959 rows, 65.25 KiB in 0.001466 sec., 654160.9822646658 rows/sec., 43.47 MiB/sec. 2025.06.04 15:43:15.042389 [ 260 ] {12d72f45-aa38-43d4-8f3d-b7bf0723fb75} TCPHandler: Processed in 0.00162777 sec. 2025.06.04 15:43:15.042499 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.042594 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.042637 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:43:15.042947 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.042984 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.043274 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:43:15.043475 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:43:15.043602 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} executeQuery: Read 1 rows, 69.00 B in 0.001025 sec., 975.6097560975609 rows/sec., 65.74 KiB/sec. 2025.06.04 15:43:15.043637 [ 260 ] {c28f6d6f-7b55-432b-ae60-5e7ecf595b91} TCPHandler: Processed in 0.001185474 sec. 2025.06.04 15:43:15.043735 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:15.043828 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:15.043867 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:15.044184 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:15.044221 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. 2025.06.04 15:43:15.044521 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.04 15:43:15.044724 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:15.044852 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} executeQuery: Read 34 rows, 2.02 KiB in 0.001042 sec., 32629.558541266797 rows/sec., 1.89 MiB/sec. 2025.06.04 15:43:15.044889 [ 260 ] {6c8b120a-3c46-4a49-ad8e-4e89d40d490d} TCPHandler: Processed in 0.001200754 sec. 2025.06.04 15:43:19.132524 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:19.132730 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:19.132804 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:19.133499 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:19.133549 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:19.133940 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.04 15:43:19.134162 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:19.134331 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} executeQuery: Read 56 rows, 4.41 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.60 MiB/sec. 2025.06.04 15:43:19.134381 [ 260 ] {c0e79ee8-fd9b-4668-b0bd-1db5b002676d} TCPHandler: Processed in 0.001989974 sec. 2025.06.04 15:43:19.134502 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:19.134602 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:19.134644 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:19.135080 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:19.135118 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:19.135423 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.04 15:43:19.135629 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:19.135765 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} executeQuery: Read 64 rows, 5.12 KiB in 0.001186 sec., 53962.900505902195 rows/sec., 4.21 MiB/sec. 2025.06.04 15:43:19.135802 [ 260 ] {9f4ca100-39d7-44d8-8cd8-f85373511c96} TCPHandler: Processed in 0.001350706 sec. 2025.06.04 15:43:19.135914 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:19.136008 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:19.136050 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:19.136442 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:19.136477 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:19.136818 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.04 15:43:19.137025 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:19.137159 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} executeQuery: Read 128 rows, 9.13 KiB in 0.001171 sec., 109308.28351836037 rows/sec., 7.61 MiB/sec. 2025.06.04 15:43:19.137195 [ 260 ] {2feed5e5-ed02-41e8-8663-727a668ab06a} TCPHandler: Processed in 0.001328606 sec. 2025.06.04 15:43:19.137305 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:19.137396 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:19.137435 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:19.137760 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:19.137795 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:19.138091 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.04 15:43:19.138296 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:19.138428 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} executeQuery: Read 48 rows, 3.31 KiB in 0.001051 sec., 45670.78972407231 rows/sec., 3.08 MiB/sec. 2025.06.04 15:43:19.138463 [ 260 ] {f7fd4b81-1029-4ccb-9bd6-77b10d2f5b0e} TCPHandler: Processed in 0.001205545 sec. 2025.06.04 15:43:20.048024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 2025.06.04 15:43:20.048559 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:20.048606 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:20.049105 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:43:20.049349 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:20.049495 [ 32 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:43:20.049508 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.06.04 15:43:20.049574 [ 32 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:20.049603 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:20.049706 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.049821 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:20.049857 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.049923 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.049976 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.050024 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.050071 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.050115 [ 189 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:20.052255 [ 190 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002622062 sec., 10678237.204154592 rows/sec., 152.75 MiB/sec. 2025.06.04 15:43:20.052483 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:43:20.052713 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_61_12} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:20.052840 [ 197 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_61_12} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:43:20.052911 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.06.04 15:43:21.589951 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.06.04 15:43:21.608630 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:21.608702 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:21.615538 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.06.04 15:43:21.616329 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:21.616669 [ 25 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.06.04 15:43:21.616742 [ 25 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:21.616765 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:21.616864 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.619868 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:21.620257 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.06.04 15:43:21.620780 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.624500 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.628073 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.631883 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.636410 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.640571 [ 200 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:21.695849 [ 197 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.079019061 sec., 5821.38023634576 rows/sec., 30.10 MiB/sec. 2025.06.04 15:43:21.698064 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.06.04 15:43:21.699843 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_61_12} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:21.699958 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_61_12} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.06.04 15:43:21.701574 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.06.04 15:43:22.596586 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1624 2025.06.04 15:43:22.599235 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:22.599298 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:22.600567 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:43:22.600851 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:22.601260 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1624 2025.06.04 15:43:23.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 312.90 MiB, peak 331.05 MiB, free memory in arenas 0.00 B, will set to 316.91 MiB (RSS), difference: 4.01 MiB 2025.06.04 15:43:24.136020 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:24.136197 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:24.136262 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:24.136959 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.137006 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.137413 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.04 15:43:24.137643 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:24.137800 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} executeQuery: Read 136 rows, 12.02 KiB in 0.001652 sec., 82324.45520581113 rows/sec., 7.11 MiB/sec. 2025.06.04 15:43:24.137852 [ 260 ] {219f0bd6-7793-4870-abf0-6e0f83d350b1} TCPHandler: Processed in 0.001957544 sec. 2025.06.04 15:43:24.137977 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:24.138079 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:24.138122 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:24.138542 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.138579 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.138889 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.06.04 15:43:24.139108 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:24.139240 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} executeQuery: Read 40 rows, 3.01 KiB in 0.001185 sec., 33755.27426160337 rows/sec., 2.48 MiB/sec. 2025.06.04 15:43:24.139249 [ 31 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.06.04 15:43:24.139279 [ 260 ] {fa6fbbc0-b4db-4642-823b-e74fbb0914eb} TCPHandler: Processed in 0.001355597 sec. 2025.06.04 15:43:24.139332 [ 31 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.139363 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.139420 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:24.139472 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:43:24.139519 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:24.139565 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:24.139596 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:24.139640 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 164 rows starting from the beginning of the part 2025.06.04 15:43:24.139717 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part 2025.06.04 15:43:24.139769 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 106 rows starting from the beginning of the part 2025.06.04 15:43:24.139854 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:24.139911 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 114 rows starting from the beginning of the part 2025.06.04 15:43:24.139958 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:24.140008 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.140049 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.140722 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.04 15:43:24.140967 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:24.141102 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} executeQuery: Read 104 rows, 8.32 KiB in 0.001601 sec., 64959.40037476577 rows/sec., 5.07 MiB/sec. 2025.06.04 15:43:24.141142 [ 260 ] {216c9da1-6bc0-4340-a9d0-b511aeafbf61} TCPHandler: Processed in 0.001784602 sec. 2025.06.04 15:43:24.141155 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 5 columns (5 merged, 0 gathered) in 0.001725661 sec., 296697.9030064422 rows/sec., 20.13 MiB/sec. 2025.06.04 15:43:24.141257 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:24.141357 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:24.141388 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.06.04 15:43:24.141401 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:24.141752 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:24.141827 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.141859 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_81_16} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.06.04 15:43:24.141871 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.141986 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:43:24.142218 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.04 15:43:24.142431 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:24.142564 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2025.06.04 15:43:24.142601 [ 260 ] {59a3b0fd-d601-4c8b-b43e-6bfb06cd0be2} TCPHandler: Processed in 0.001393867 sec. 2025.06.04 15:43:24.142712 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:24.142806 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:24.142860 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:43:24.143689 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.143726 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.144293 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:43:24.144527 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:24.144668 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} executeQuery: Read 40 rows, 73.40 KiB in 0.00188 sec., 21276.595744680853 rows/sec., 38.13 MiB/sec. 2025.06.04 15:43:24.144730 [ 260 ] {3a05acc9-52cf-4433-8019-481ab03288bf} TCPHandler: Processed in 0.002068316 sec. 2025.06.04 15:43:24.144843 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:24.144938 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:24.144978 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:24.145312 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:24.145349 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:24.145649 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.04 15:43:24.145855 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:24.145990 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.06.04 15:43:24.146027 [ 260 ] {094b8c80-70fb-41f9-9c4f-6f6d5ee55ce7} TCPHandler: Processed in 0.001234235 sec. 2025.06.04 15:43:27.344567 [ 90 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:43:27.344630 [ 90 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:43:27.509450 [ 90 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 2025.06.04 15:43:27.509547 [ 90 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:27.509590 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:27.509813 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full 2025.06.04 15:43:27.510027 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:27.510081 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 342 rows starting from the beginning of the part 2025.06.04 15:43:27.510181 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 341 rows starting from the beginning of the part 2025.06.04 15:43:27.510254 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part 2025.06.04 15:43:27.510321 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part 2025.06.04 15:43:27.510392 [ 191 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 341 rows starting from the beginning of the part 2025.06.04 15:43:27.511517 [ 198 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.001792482 sec., 697357.072483852 rows/sec., 48.94 MiB/sec. 2025.06.04 15:43:27.511714 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2025.06.04 15:43:27.512038 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:43:27.512131 [ 187 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_37_8} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 2025.06.04 15:43:27.512217 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.04 15:43:27.549833 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 2025.06.04 15:43:27.550526 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:27.550570 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:27.551067 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:43:27.551314 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:27.551461 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 2025.06.04 15:43:28.081680 [ 108 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 2025.06.04 15:43:28.081795 [ 108 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:28.081840 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:28.081999 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full 2025.06.04 15:43:28.082201 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:28.082261 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 34 rows starting from the beginning of the part 2025.06.04 15:43:28.082370 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2025.06.04 15:43:28.082447 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2025.06.04 15:43:28.082506 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2025.06.04 15:43:28.082544 [ 188 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2025.06.04 15:43:28.083299 [ 198 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.001368407 sec., 27769.515940798312 rows/sec., 1.82 MiB/sec. 2025.06.04 15:43:28.083496 [ 199 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2025.06.04 15:43:28.083810 [ 199 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:43:28.083897 [ 199 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_37_8} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 2025.06.04 15:43:28.084011 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.04 15:43:29.120431 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.06.04 15:43:29.136345 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.136400 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.140055 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.140216 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.140278 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:43:29.140980 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.141016 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.141378 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:43:29.141609 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:29.141761 [ 130 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.06.04 15:43:29.141773 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} executeQuery: Read 212 rows, 13.81 KiB in 0.001599 sec., 132582.86429018137 rows/sec., 8.43 MiB/sec. 2025.06.04 15:43:29.141827 [ 130 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.141847 [ 260 ] {962f62f3-34e2-4157-b416-3e8366481fae} TCPHandler: Processed in 0.001916394 sec. 2025.06.04 15:43:29.141852 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.141958 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::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.04 15:43:29.141984 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.142046 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:29.142076 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part 2025.06.04 15:43:29.142090 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:29.142132 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part 2025.06.04 15:43:29.142134 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:29.142177 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part 2025.06.04 15:43:29.142216 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part 2025.06.04 15:43:29.142253 [ 188 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part 2025.06.04 15:43:29.142273 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.06.04 15:43:29.142897 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.142932 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.142972 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:29.143086 [ 198 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001163704 sec., 910884.5548352503 rows/sec., 61.41 MiB/sec. 2025.06.04 15:43:29.143222 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.06.04 15:43:29.143496 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:29.143548 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.04 15:43:29.143584 [ 192 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_37_9} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.06.04 15:43:29.143674 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.06.04 15:43:29.143821 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:29.143963 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} executeQuery: Read 617 rows, 49.39 KiB in 0.001892 sec., 326109.93657505285 rows/sec., 25.49 MiB/sec. 2025.06.04 15:43:29.144003 [ 260 ] {2a6e1c6c-7e0e-412c-b166-8f2edb7575c2} TCPHandler: Processed in 0.002071715 sec. 2025.06.04 15:43:29.144125 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.144224 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.144265 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:29.144715 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.144751 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.145041 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.06.04 15:43:29.145237 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:29.145367 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} executeQuery: Read 106 rows, 6.39 KiB in 0.001165 sec., 90987.12446351931 rows/sec., 5.35 MiB/sec. 2025.06.04 15:43:29.145405 [ 260 ] {8c3446b1-1981-41cb-a53f-4f406c9832c4} TCPHandler: Processed in 0.001330976 sec. 2025.06.04 15:43:29.145520 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.145615 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.145653 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:43:29.146080 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.146116 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.146228 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.06.04 15:43:29.146396 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:43:29.146599 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:43:29.146722 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} executeQuery: Read 113 rows, 7.49 KiB in 0.001128 sec., 100177.304964539 rows/sec., 6.48 MiB/sec. 2025.06.04 15:43:29.146758 [ 260 ] {4372b143-a761-448f-9734-5ea0cdf8e9fe} TCPHandler: Processed in 0.001287156 sec. 2025.06.04 15:43:29.146872 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.146966 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.147004 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:43:29.147422 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.147457 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.147744 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:43:29.147942 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:29.148047 [ 130 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 2025.06.04 15:43:29.148070 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} executeQuery: Read 112 rows, 6.53 KiB in 0.001124 sec., 99644.12811387901 rows/sec., 5.68 MiB/sec. 2025.06.04 15:43:29.148080 [ 130 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.148109 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.148113 [ 260 ] {be46c132-48f5-42ca-9109-c3ae7f95760a} TCPHandler: Processed in 0.001288416 sec. 2025.06.04 15:43:29.148180 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::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.04 15:43:29.148240 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.148262 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:29.148285 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part 2025.06.04 15:43:29.148332 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part 2025.06.04 15:43:29.148334 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:29.148371 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part 2025.06.04 15:43:29.148380 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:29.148405 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part 2025.06.04 15:43:29.148437 [ 188 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part 2025.06.04 15:43:29.148956 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.148991 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.149121 [ 198 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.000968152 sec., 578421.570166668 rows/sec., 35.16 MiB/sec. 2025.06.04 15:43:29.149329 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.04 15:43:29.149332 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) 2025.06.04 15:43:29.149581 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:29.149734 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} executeQuery: Read 382 rows, 27.58 KiB in 0.001419 sec., 269203.66455250175 rows/sec., 18.98 MiB/sec. 2025.06.04 15:43:29.149753 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:29.149771 [ 260 ] {65acf123-c149-4fe2-aca1-58a7f8a042bf} TCPHandler: Processed in 0.001578829 sec. 2025.06.04 15:43:29.149850 [ 193 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_37_9} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 2025.06.04 15:43:29.149896 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.149961 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:43:29.149994 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:43:29.150039 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:43:29.150380 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.150418 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.150717 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.06.04 15:43:29.150923 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:43:29.151057 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} executeQuery: Read 6 rows, 321.00 B in 0.001081 sec., 5550.416281221092 rows/sec., 289.99 KiB/sec. 2025.06.04 15:43:29.151092 [ 260 ] {73e04a53-38bb-4032-a275-22912a5226cd} TCPHandler: Processed in 0.001243225 sec. 2025.06.04 15:43:29.151205 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.151297 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.151337 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:29.151745 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.151780 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.152098 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.04 15:43:29.152301 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:29.152416 [ 130 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.06.04 15:43:29.152426 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} executeQuery: Read 237 rows, 16.27 KiB in 0.001147 sec., 206625.9808195292 rows/sec., 13.85 MiB/sec. 2025.06.04 15:43:29.152451 [ 130 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.152471 [ 260 ] {24b45f9a-a244-4a94-9cff-c62ea743d80c} TCPHandler: Processed in 0.001312837 sec. 2025.06.04 15:43:29.152474 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.152592 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.152602 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::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.04 15:43:29.152688 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.152732 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:43:29.152766 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:29.152810 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 30635 rows starting from the beginning of the part 2025.06.04 15:43:29.152887 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.06.04 15:43:29.152940 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 959 rows starting from the beginning of the part 2025.06.04 15:43:29.152989 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 128 rows starting from the beginning of the part 2025.06.04 15:43:29.153036 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.06.04 15:43:29.153039 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.153084 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.153086 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part 2025.06.04 15:43:29.153418 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:43:29.153636 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:43:29.153767 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} executeQuery: Read 1 rows, 69.00 B in 0.001097 sec., 911.5770282588878 rows/sec., 61.42 KiB/sec. 2025.06.04 15:43:29.153802 [ 260 ] {f9a15402-831e-4a13-8315-9672f9acbfc1} TCPHandler: Processed in 0.001256446 sec. 2025.06.04 15:43:29.153924 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:29.154021 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:29.154060 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:29.154389 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:29.154424 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:29.154731 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.04 15:43:29.154937 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:29.155065 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} executeQuery: Read 82 rows, 5.33 KiB in 0.001062 sec., 77212.80602636535 rows/sec., 4.90 MiB/sec. 2025.06.04 15:43:29.155100 [ 260 ] {d9f14d4c-3561-45c8-8a26-7c030c21efdf} TCPHandler: Processed in 0.001222665 sec. 2025.06.04 15:43:29.159783 [ 193 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 32279 rows, containing 5 columns (5 merged, 0 gathered) in 0.007236479 sec., 4460594.717403312 rows/sec., 301.28 MiB/sec. 2025.06.04 15:43:29.160441 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.06.04 15:43:29.160733 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:29.160812 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_100_20} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.06.04 15:43:29.160901 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.06.04 15:43:32.601628 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1656 2025.06.04 15:43:32.604181 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:32.604238 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:32.605500 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:43:32.605800 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:32.605950 [ 111 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:43:32.605989 [ 111 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:32.606009 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:32.606121 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:43:32.606202 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1656 2025.06.04 15:43:32.606664 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:32.606822 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1476 rows starting from the beginning of the part 2025.06.04 15:43:32.607206 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:32.607558 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2025.06.04 15:43:32.607904 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 34 rows starting from the beginning of the part 2025.06.04 15:43:32.608247 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part 2025.06.04 15:43:32.608573 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part 2025.06.04 15:43:32.614981 [ 201 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 72 columns (72 merged, 0 gathered) in 0.00891088 sec., 185840.23126784337 rows/sec., 143.30 MiB/sec. 2025.06.04 15:43:32.616411 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:43:32.616914 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:32.616990 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_46_9} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:43:32.617162 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. 2025.06.04 15:43:34.135905 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.136100 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:43:34.136173 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:43:34.136835 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.136881 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.137258 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.06.04 15:43:34.137486 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:43:34.137647 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} executeQuery: Read 2 rows, 167.00 B in 0.001599 sec., 1250.7817385866167 rows/sec., 101.99 KiB/sec. 2025.06.04 15:43:34.137695 [ 260 ] {8eebcce6-822d-4544-adc5-1fb2047244ce} TCPHandler: Processed in 0.001924954 sec. 2025.06.04 15:43:34.137810 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.137911 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:34.137954 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:34.138474 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.138510 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.138840 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.04 15:43:34.139066 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:34.139198 [ 170 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.04 15:43:34.139205 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} executeQuery: Read 137 rows, 12.10 KiB in 0.001316 sec., 104103.3434650456 rows/sec., 8.98 MiB/sec. 2025.06.04 15:43:34.139258 [ 170 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.139272 [ 260 ] {c5b51b13-22bd-4f53-9163-71c70b82b7dd} TCPHandler: Processed in 0.001512779 sec. 2025.06.04 15:43:34.139285 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.139396 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.139430 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:43:34.139499 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:34.139546 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:34.139576 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:34.139619 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1847 rows starting from the beginning of the part 2025.06.04 15:43:34.139690 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 1761 rows starting from the beginning of the part 2025.06.04 15:43:34.139736 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part 2025.06.04 15:43:34.139779 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 136 rows starting from the beginning of the part 2025.06.04 15:43:34.139819 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 617 rows starting from the beginning of the part 2025.06.04 15:43:34.139861 [ 189 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 137 rows starting from the beginning of the part 2025.06.04 15:43:34.139982 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.140025 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.140357 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.06.04 15:43:34.140581 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:34.140724 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} executeQuery: Read 42 rows, 3.15 KiB in 0.001245 sec., 33734.93975903615 rows/sec., 2.47 MiB/sec. 2025.06.04 15:43:34.140763 [ 260 ] {6b3bcecf-3a62-4812-bf10-20384a4ca822} TCPHandler: Processed in 0.001416807 sec. 2025.06.04 15:43:34.140879 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.140973 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:34.141013 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:34.141458 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.141469 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.002103726 sec., 2164730.5780315497 rows/sec., 183.95 MiB/sec. 2025.06.04 15:43:34.141494 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.141731 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.04 15:43:34.141831 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.04 15:43:34.142074 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:34.142113 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:34.142161 [ 186 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_101_20} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.04 15:43:34.142244 [ 170 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.04 15:43:34.142261 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} executeQuery: Read 106 rows, 8.48 KiB in 0.001306 sec., 81163.85911179172 rows/sec., 6.34 MiB/sec. 2025.06.04 15:43:34.142274 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:43:34.142272 [ 170 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.142307 [ 260 ] {5ded6597-5600-412d-8143-a18de10f14b9} TCPHandler: Processed in 0.001477859 sec. 2025.06.04 15:43:34.142307 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.142396 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:43:34.142440 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.142480 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:34.142514 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part 2025.06.04 15:43:34.142540 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:34.142573 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 846 rows starting from the beginning of the part 2025.06.04 15:43:34.142588 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:34.142622 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part 2025.06.04 15:43:34.142668 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 104 rows starting from the beginning of the part 2025.06.04 15:43:34.142706 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 382 rows starting from the beginning of the part 2025.06.04 15:43:34.142746 [ 186 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 106 rows starting from the beginning of the part 2025.06.04 15:43:34.143025 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.143066 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.143411 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.04 15:43:34.143639 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:34.143774 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} executeQuery: Read 161 rows, 11.48 KiB in 0.001254 sec., 128389.15470494419 rows/sec., 8.94 MiB/sec. 2025.06.04 15:43:34.143811 [ 260 ] {ca70aafd-af54-4e3e-b370-bd5f7c4cc91e} TCPHandler: Processed in 0.001421758 sec. 2025.06.04 15:43:34.143875 [ 190 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507029 sec., 1603154.2856839516 rows/sec., 122.77 MiB/sec. 2025.06.04 15:43:34.143928 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.144028 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:34.144079 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.04 15:43:34.144086 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:43:34.144363 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:34.144449 [ 201 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_101_20} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.04 15:43:34.144537 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.06.04 15:43:34.145005 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.145046 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.145623 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:43:34.145846 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:34.145996 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} executeQuery: Read 40 rows, 73.40 KiB in 0.001986 sec., 20140.98690835851 rows/sec., 36.09 MiB/sec. 2025.06.04 15:43:34.146059 [ 260 ] {db95ff03-333e-46ef-a2d9-703284a0b904} TCPHandler: Processed in 0.002180137 sec. 2025.06.04 15:43:34.146184 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:34.146281 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:34.146324 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:34.146671 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.146707 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.147010 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.06.04 15:43:34.147218 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:34.147329 [ 170 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.06.04 15:43:34.147350 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.06.04 15:43:34.147358 [ 170 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:34.147387 [ 170 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:34.147392 [ 260 ] {eb313303-275b-49f0-b88a-5990a71c9f77} TCPHandler: Processed in 0.001257156 sec. 2025.06.04 15:43:34.147455 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:34.147560 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:34.147589 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5768 rows starting from the beginning of the part 2025.06.04 15:43:34.147639 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 34 rows starting from the beginning of the part 2025.06.04 15:43:34.147679 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part 2025.06.04 15:43:34.147712 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2025.06.04 15:43:34.147743 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part 2025.06.04 15:43:34.147776 [ 186 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.06.04 15:43:34.149333 [ 200 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 6052 rows, containing 4 columns (4 merged, 0 gathered) in 0.001908644 sec., 3170837.5160585213 rows/sec., 207.95 MiB/sec. 2025.06.04 15:43:34.149689 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.06.04 15:43:34.149945 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:34.150013 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_101_20} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.06.04 15:43:34.150101 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.06.04 15:43:35.051696 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 2025.06.04 15:43:35.052234 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:35.052271 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:35.052758 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:43:35.052994 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:35.053125 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.06.04 15:43:36.646398 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.06.04 15:43:36.664225 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:36.664284 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:36.670428 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.06.04 15:43:36.671116 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:36.674165 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.06.04 15:43:39.139801 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.140022 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.140096 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:43:39.140852 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.140904 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.141306 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:43:39.141542 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:39.141717 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} executeQuery: Read 212 rows, 13.81 KiB in 0.001747 sec., 121350.88723526044 rows/sec., 7.72 MiB/sec. 2025.06.04 15:43:39.141771 [ 260 ] {e66bca9a-6471-497f-8515-1463ed4489ef} TCPHandler: Processed in 0.002107826 sec. 2025.06.04 15:43:39.141907 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.142010 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:39.142055 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:39.142829 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.142870 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.143232 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.04 15:43:39.143455 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:39.143600 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} executeQuery: Read 617 rows, 49.39 KiB in 0.001612 sec., 382754.3424317618 rows/sec., 29.92 MiB/sec. 2025.06.04 15:43:39.143641 [ 260 ] {20bb8aba-88c6-455b-9a12-5bf290962a36} TCPHandler: Processed in 0.001785192 sec. 2025.06.04 15:43:39.143760 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.143858 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.143900 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:39.144344 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.144383 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.144699 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.06.04 15:43:39.144908 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:39.145046 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} executeQuery: Read 106 rows, 6.39 KiB in 0.001207 sec., 87821.04391052196 rows/sec., 5.17 MiB/sec. 2025.06.04 15:43:39.145085 [ 260 ] {36b3c6ef-85b8-4d0f-9d36-9a01035b189e} TCPHandler: Processed in 0.001374847 sec. 2025.06.04 15:43:39.145202 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.145295 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.145335 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:43:39.145764 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.145800 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.146096 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:43:39.146304 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:43:39.146436 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} executeQuery: Read 113 rows, 7.49 KiB in 0.00116 sec., 97413.79310344828 rows/sec., 6.31 MiB/sec. 2025.06.04 15:43:39.146474 [ 260 ] {e3c22adc-8fe4-4190-a9b5-e6333257f1d0} TCPHandler: Processed in 0.001322666 sec. 2025.06.04 15:43:39.146587 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.146682 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.146722 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:43:39.147144 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.147181 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.147477 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:43:39.147684 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:39.147815 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} executeQuery: Read 112 rows, 6.53 KiB in 0.001151 sec., 97306.68983492616 rows/sec., 5.54 MiB/sec. 2025.06.04 15:43:39.147852 [ 260 ] {fe9e36f8-5d8e-4a78-b609-75c9d5535de0} TCPHandler: Processed in 0.001314466 sec. 2025.06.04 15:43:39.147966 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.148060 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:39.148099 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:39.148644 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.148681 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.148994 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.04 15:43:39.149214 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:39.149346 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} executeQuery: Read 382 rows, 27.58 KiB in 0.001304 sec., 292944.7852760736 rows/sec., 20.66 MiB/sec. 2025.06.04 15:43:39.149384 [ 260 ] {af0e1985-58a3-49ac-a9df-306c4ddb3889} TCPHandler: Processed in 0.001467558 sec. 2025.06.04 15:43:39.149504 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.149599 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:43:39.149639 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:43:39.149977 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.150013 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.150320 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.06.04 15:43:39.150526 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:43:39.150664 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2025.06.04 15:43:39.150663 [ 152 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 2025.06.04 15:43:39.150701 [ 260 ] {88368b46-3071-4cbf-890d-4470c8733624} TCPHandler: Processed in 0.001246286 sec. 2025.06.04 15:43:39.150717 [ 152 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.150740 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.150817 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.150857 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full 2025.06.04 15:43:39.150910 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.150957 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:39.151004 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:39.151045 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part 2025.06.04 15:43:39.151113 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2025.06.04 15:43:39.151161 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2025.06.04 15:43:39.151204 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.06.04 15:43:39.151245 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2025.06.04 15:43:39.151287 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2025.06.04 15:43:39.151368 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.151409 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.151770 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.04 15:43:39.152001 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:39.152140 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} executeQuery: Read 237 rows, 16.27 KiB in 0.001247 sec., 190056.134723336 rows/sec., 12.74 MiB/sec. 2025.06.04 15:43:39.152176 [ 260 ] {f2a43750-1a0b-434f-b0f7-33d10db167f7} TCPHandler: Processed in 0.001408707 sec. 2025.06.04 15:43:39.152201 [ 191 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.001393597 sec., 163605.4038577867 rows/sec., 8.35 MiB/sec. 2025.06.04 15:43:39.152293 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.152361 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) 2025.06.04 15:43:39.152394 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.152440 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:43:39.152647 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:43:39.152727 [ 197 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_38_8} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 2025.06.04 15:43:39.152752 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.152793 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.152807 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.06.04 15:43:39.153098 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:43:39.153316 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:43:39.153446 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2025.06.04 15:43:39.153483 [ 260 ] {f63f4cc4-397e-48b1-aeb0-e15644835425} TCPHandler: Processed in 0.001238305 sec. 2025.06.04 15:43:39.153590 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:39.153682 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:39.153722 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:39.154051 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:39.154085 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:39.154387 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.06.04 15:43:39.154599 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:39.154727 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} executeQuery: Read 82 rows, 5.33 KiB in 0.001062 sec., 77212.80602636535 rows/sec., 4.90 MiB/sec. 2025.06.04 15:43:39.154762 [ 260 ] {cd76f6e4-a8f2-4de9-b1fb-6ce22538b4cb} TCPHandler: Processed in 0.001221015 sec. 2025.06.04 15:43:42.344885 [ 150 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:43:42.344953 [ 150 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:43:42.553387 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 2025.06.04 15:43:42.554026 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:42.554065 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:42.554543 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:43:42.554770 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:42.554901 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 2025.06.04 15:43:42.606522 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1690 2025.06.04 15:43:42.609025 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:42.609088 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:42.610365 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:43:42.610675 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:42.611071 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1690 2025.06.04 15:43:43.005624 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005151973 sec. 2025.06.04 15:43:44.135478 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:44.135655 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:44.135718 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:44.136390 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.136432 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.136817 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.04 15:43:44.137030 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:44.137178 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} executeQuery: Read 136 rows, 12.02 KiB in 0.001571 sec., 86569.06429026098 rows/sec., 7.47 MiB/sec. 2025.06.04 15:43:44.137220 [ 260 ] {4a12e58f-7e55-41fb-b762-7ca4c7961cfe} TCPHandler: Processed in 0.001863573 sec. 2025.06.04 15:43:44.137340 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:44.137435 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:44.137475 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:44.137962 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.137997 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.138308 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.06.04 15:43:44.138576 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:44.138715 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} executeQuery: Read 40 rows, 3.01 KiB in 0.001299 sec., 30792.917628945343 rows/sec., 2.26 MiB/sec. 2025.06.04 15:43:44.138752 [ 260 ] {aee15f74-03b3-4a76-b143-af4ccc96f2bd} TCPHandler: Processed in 0.001459658 sec. 2025.06.04 15:43:44.138897 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:44.138989 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:44.139027 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:44.139497 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.139530 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.139822 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.04 15:43:44.140031 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:44.140154 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} executeQuery: Read 104 rows, 8.32 KiB in 0.001183 sec., 87912.08791208791 rows/sec., 6.87 MiB/sec. 2025.06.04 15:43:44.140190 [ 260 ] {8964858f-2cbb-40fb-a1b5-d3d3375ec6fb} TCPHandler: Processed in 0.001338946 sec. 2025.06.04 15:43:44.140314 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:44.140407 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:44.140448 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:44.140863 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.140897 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.141219 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.04 15:43:44.141421 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:44.141547 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2025.06.04 15:43:44.141582 [ 260 ] {ce4e86cb-623c-42d4-b16a-4bd42085b8c3} TCPHandler: Processed in 0.001313926 sec. 2025.06.04 15:43:44.141685 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:44.141776 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:44.141829 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:43:44.142671 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.142705 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.143246 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:43:44.143457 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:44.143594 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} executeQuery: Read 40 rows, 73.40 KiB in 0.001835 sec., 21798.365122615804 rows/sec., 39.06 MiB/sec. 2025.06.04 15:43:44.143608 [ 147 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.06.04 15:43:44.143644 [ 260 ] {00e1f853-071c-48d4-820d-c11b0f7baf4b} TCPHandler: Processed in 0.002005435 sec. 2025.06.04 15:43:44.143687 [ 147 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.143713 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.143774 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:44.143814 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:43:44.143871 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:44.143915 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:44.144054 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:44.144141 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1550 rows starting from the beginning of the part 2025.06.04 15:43:44.144261 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.144302 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.144302 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:44.144424 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:44.144519 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:44.144613 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:44.144632 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.06.04 15:43:44.144706 [ 187 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:44.144847 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:44.144979 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2025.06.04 15:43:44.145016 [ 260 ] {7d4503dc-43b6-49cb-8122-d6e3ae368afa} TCPHandler: Processed in 0.001289106 sec. 2025.06.04 15:43:44.156506 [ 197 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1750 rows, containing 19 columns (19 merged, 0 gathered) in 0.012733217 sec., 137435.8106046571 rows/sec., 246.28 MiB/sec. 2025.06.04 15:43:44.157872 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.06.04 15:43:44.158241 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:44.158325 [ 191 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_46_9} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.06.04 15:43:44.158431 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. 2025.06.04 15:43:44.174332 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.06.04 15:43:44.191497 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:44.191540 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:44.197998 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.06.04 15:43:44.198688 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:44.201749 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.06.04 15:43:45.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 318.92 MiB, peak 331.05 MiB, free memory in arenas 0.00 B, will set to 326.33 MiB (RSS), difference: 7.41 MiB 2025.06.04 15:43:45.987435 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.987613 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:43:45.987676 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:43:45.988377 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.988421 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.988808 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:43:45.989030 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:45.989185 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} executeQuery: Read 212 rows, 13.81 KiB in 0.00162 sec., 130864.1975308642 rows/sec., 8.32 MiB/sec. 2025.06.04 15:43:45.989227 [ 260 ] {2261665f-c747-4531-9e91-4c32fe1fc84d} TCPHandler: Processed in 0.001914013 sec. 2025.06.04 15:43:45.989349 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.989445 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:45.989484 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:45.990745 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.990782 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.991196 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.04 15:43:45.991406 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:45.991541 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} executeQuery: Read 1757 rows, 145.95 KiB in 0.002116 sec., 830340.2646502836 rows/sec., 67.36 MiB/sec. 2025.06.04 15:43:45.991580 [ 260 ] {7309a2f5-b496-491e-806a-89fd24711d44} TCPHandler: Processed in 0.002279738 sec. 2025.06.04 15:43:45.991707 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.991802 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:45.991843 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:45.992275 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.992311 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.992620 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.06.04 15:43:45.992827 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:45.992955 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} executeQuery: Read 106 rows, 6.39 KiB in 0.001171 sec., 90520.92228864219 rows/sec., 5.33 MiB/sec. 2025.06.04 15:43:45.992954 [ 143 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.06.04 15:43:45.992993 [ 260 ] {9851ee26-0c89-41d6-bdf5-ebc65f0f7921} TCPHandler: Processed in 0.001335067 sec. 2025.06.04 15:43:45.993032 [ 143 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.993059 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.993129 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.993169 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:43:45.993227 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:43:45.993271 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:43:45.993313 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:45.993351 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 164 rows starting from the beginning of the part 2025.06.04 15:43:45.993417 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 106 rows starting from the beginning of the part 2025.06.04 15:43:45.993462 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 42 rows starting from the beginning of the part 2025.06.04 15:43:45.993506 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 106 rows starting from the beginning of the part 2025.06.04 15:43:45.993546 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 40 rows starting from the beginning of the part 2025.06.04 15:43:45.993599 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 106 rows starting from the beginning of the part 2025.06.04 15:43:45.993838 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.993880 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.994234 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:43:45.994455 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:43:45.994513 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 564 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397487 sec., 403581.57177848526 rows/sec., 26.67 MiB/sec. 2025.06.04 15:43:45.994588 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} executeQuery: Read 341 rows, 23.30 KiB in 0.001378 sec., 247460.08708272857 rows/sec., 16.51 MiB/sec. 2025.06.04 15:43:45.994630 [ 260 ] {d1ab280c-73f0-47cd-97ad-1c4c5336736a} TCPHandler: Processed in 0.001552199 sec. 2025.06.04 15:43:45.994667 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.06.04 15:43:45.994750 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.994843 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:43:45.994883 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:43:45.994921 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:45.994989 [ 192 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_86_17} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.06.04 15:43:45.995086 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:43:45.995313 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.995349 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.995648 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:43:45.995861 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:45.995989 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} executeQuery: Read 112 rows, 6.53 KiB in 0.001163 sec., 96302.66552020637 rows/sec., 5.49 MiB/sec. 2025.06.04 15:43:45.996026 [ 260 ] {34612297-0c09-4dd5-a822-d13a4ebca179} TCPHandler: Processed in 0.001325667 sec. 2025.06.04 15:43:45.996145 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.996240 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:45.996278 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:45.996976 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.997012 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.997350 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.04 15:43:45.997564 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:45.997693 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} executeQuery: Read 838 rows, 61.87 KiB in 0.001471 sec., 569680.4894629504 rows/sec., 41.08 MiB/sec. 2025.06.04 15:43:45.997732 [ 260 ] {b7f76996-02bf-4642-975e-63905ee10849} TCPHandler: Processed in 0.00163627 sec. 2025.06.04 15:43:45.997850 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.997944 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:43:45.997984 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:43:45.998326 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.998362 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:45.998659 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.06.04 15:43:45.998868 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:43:45.998996 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2025.06.04 15:43:45.999032 [ 260 ] {e253b704-544e-4947-8be0-2e5d7c7cc81d} TCPHandler: Processed in 0.001231795 sec. 2025.06.04 15:43:45.999143 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:45.999237 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:45.999278 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:45.999865 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:45.999902 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:46.000400 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.04 15:43:46.000610 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:46.000740 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} executeQuery: Read 965 rows, 65.68 KiB in 0.001521 sec., 634451.0190664037 rows/sec., 42.17 MiB/sec. 2025.06.04 15:43:46.000777 [ 260 ] {8b64bd85-c8dc-4ecb-86d4-6c2ac4c80364} TCPHandler: Processed in 0.00168341 sec. 2025.06.04 15:43:46.000897 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:46.000991 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:43:46.001032 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:43:46.001349 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:46.001384 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:46.001679 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:43:46.001895 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:43:46.002025 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} executeQuery: Read 1 rows, 69.00 B in 0.001051 sec., 951.4747859181731 rows/sec., 64.11 KiB/sec. 2025.06.04 15:43:46.002061 [ 260 ] {a3c2aa73-812f-45d4-8ced-d9d7fbc1af15} TCPHandler: Processed in 0.001214045 sec. 2025.06.04 15:43:46.002175 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:46.002268 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:46.002308 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:46.002631 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:46.002668 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:46.002969 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.06.04 15:43:46.003176 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:46.003303 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} executeQuery: Read 38 rows, 2.30 KiB in 0.001053 sec., 36087.36942070276 rows/sec., 2.13 MiB/sec. 2025.06.04 15:43:46.003339 [ 260 ] {2eb88f00-72f0-4993-b78f-6118bb12722a} TCPHandler: Processed in 0.001213765 sec. 2025.06.04 15:43:49.133064 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:49.133259 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:49.133327 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:49.134003 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:49.134056 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:49.134476 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.04 15:43:49.134716 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:49.134895 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2025.06.04 15:43:49.134947 [ 260 ] {a4766e69-90c8-4736-a1a1-97841e22ef1a} TCPHandler: Processed in 0.002012904 sec. 2025.06.04 15:43:49.135071 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:49.135174 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:49.135218 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:49.135681 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:49.135719 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:49.136043 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.04 15:43:49.136277 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:49.136421 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} executeQuery: Read 64 rows, 5.12 KiB in 0.00127 sec., 50393.70078740157 rows/sec., 3.93 MiB/sec. 2025.06.04 15:43:49.136462 [ 260 ] {3a89f7c8-9db7-42f2-ab7f-c6fcf74d0400} TCPHandler: Processed in 0.001444068 sec. 2025.06.04 15:43:49.136592 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:49.136689 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:49.136735 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:49.137128 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:49.137166 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:49.137511 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.04 15:43:49.137722 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:49.137853 [ 141 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 5 parts from all_1_100_20 to all_104_104_0 2025.06.04 15:43:49.137860 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} executeQuery: Read 118 rows, 8.42 KiB in 0.00119 sec., 99159.66386554622 rows/sec., 6.91 MiB/sec. 2025.06.04 15:43:49.137926 [ 141 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:49.137943 [ 260 ] {e61526a1-ee16-4999-a4e2-cf2192eea8da} TCPHandler: Processed in 0.001401677 sec. 2025.06.04 15:43:49.137954 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:49.138070 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:49.138089 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTask::PrepareStage: Merging 5 parts: from all_1_100_20 to all_104_104_0 into Compact with storage Full 2025.06.04 15:43:49.138170 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:49.138226 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:49.138267 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:49.138316 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 32279 rows starting from the beginning of the part 2025.06.04 15:43:49.138387 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 161 rows starting from the beginning of the part 2025.06.04 15:43:49.138434 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part 2025.06.04 15:43:49.138484 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.06.04 15:43:49.138525 [ 198 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 965 rows starting from the beginning of the part 2025.06.04 15:43:49.138573 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:49.138613 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:49.138952 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.06.04 15:43:49.139164 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:49.139315 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} executeQuery: Read 44 rows, 3.03 KiB in 0.001163 sec., 37833.19002579536 rows/sec., 2.55 MiB/sec. 2025.06.04 15:43:49.139352 [ 260 ] {4543ba0e-b140-4f5e-98dc-3d3ae571678f} TCPHandler: Processed in 0.001331697 sec. 2025.06.04 15:43:49.144834 [ 191 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergeTask::MergeProjectionsStage: Merge sorted 33802 rows, containing 5 columns (5 merged, 0 gathered) in 0.006801614 sec., 4969702.77936972 rows/sec., 335.60 MiB/sec. 2025.06.04 15:43:49.145172 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} MergedBlockOutputStream: filled checksums all_1_104_21 (state Temporary) 2025.06.04 15:43:49.145500 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Renaming temporary part tmp_merge_all_1_104_21 to all_1_104_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:43:49.145587 [ 195 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_104_21} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 5 parts: [all_1_100_20, all_104_104_0] -> all_1_104_21 2025.06.04 15:43:49.145686 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.06.04 15:43:50.055123 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 2025.06.04 15:43:50.055676 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:50.055731 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:50.056297 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:43:50.056559 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:50.056733 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 2025.06.04 15:43:51.701918 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.06.04 15:43:51.724426 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:51.724522 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. 2025.06.04 15:43:51.732322 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.06.04 15:43:51.733320 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:51.739582 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.06.04 15:43:52.611399 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1730 2025.06.04 15:43:52.614015 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:52.614102 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:52.615389 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:43:52.615678 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:43:52.616069 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1730 2025.06.04 15:43:54.136022 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:54.136195 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:54.136259 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:54.136984 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.137025 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.137423 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.04 15:43:54.137646 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:54.137783 [ 135 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.04 15:43:54.137800 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} executeQuery: Read 136 rows, 12.02 KiB in 0.001652 sec., 82324.45520581113 rows/sec., 7.11 MiB/sec. 2025.06.04 15:43:54.137849 [ 135 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.137870 [ 260 ] {54a5ff3a-cba8-4cf8-a0f6-46761c6b105e} TCPHandler: Processed in 0.001971394 sec. 2025.06.04 15:43:54.137874 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.137980 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:43:54.138000 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:54.138070 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:54.138098 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1847 rows starting from the beginning of the part 2025.06.04 15:43:54.138101 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:54.138149 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:54.138157 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 617 rows starting from the beginning of the part 2025.06.04 15:43:54.138200 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 136 rows starting from the beginning of the part 2025.06.04 15:43:54.138242 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:43:54.138282 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part 2025.06.04 15:43:54.138320 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part 2025.06.04 15:43:54.138574 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.138610 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.138913 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.06.04 15:43:54.139122 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:54.139251 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} executeQuery: Read 40 rows, 3.01 KiB in 0.001174 sec., 34071.55025553663 rows/sec., 2.50 MiB/sec. 2025.06.04 15:43:54.139289 [ 260 ] {cdb5cc30-9cba-421f-986f-87bbc7563453} TCPHandler: Processed in 0.001340957 sec. 2025.06.04 15:43:54.139399 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:54.139488 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:54.139523 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:54.139828 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001918284 sec., 2371390.26338123 rows/sec., 201.54 MiB/sec. 2025.06.04 15:43:54.139931 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.139970 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.140140 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.04 15:43:54.140341 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.04 15:43:54.140603 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:54.140632 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:54.140698 [ 193 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_106_21} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.04 15:43:54.140768 [ 135 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.04 15:43:54.140777 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} executeQuery: Read 104 rows, 8.32 KiB in 0.001296 sec., 80246.91358024691 rows/sec., 6.27 MiB/sec. 2025.06.04 15:43:54.140806 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:43:54.140808 [ 135 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.140835 [ 260 ] {53d93243-3579-40ae-834f-902eb725e1a3} TCPHandler: Processed in 0.001480269 sec. 2025.06.04 15:43:54.140846 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.140934 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:43:54.140967 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:54.141016 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:54.141039 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 914 rows starting from the beginning of the part 2025.06.04 15:43:54.141061 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:54.141082 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 382 rows starting from the beginning of the part 2025.06.04 15:43:54.141104 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:54.141119 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 104 rows starting from the beginning of the part 2025.06.04 15:43:54.141152 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 838 rows starting from the beginning of the part 2025.06.04 15:43:54.141193 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part 2025.06.04 15:43:54.141225 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 104 rows starting from the beginning of the part 2025.06.04 15:43:54.141523 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.141558 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.141891 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.04 15:43:54.142097 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:54.142183 [ 193 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278035 sec., 1882577.550693056 rows/sec., 144.11 MiB/sec. 2025.06.04 15:43:54.142232 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.06.04 15:43:54.142273 [ 260 ] {e4be5e2b-442a-4db0-b692-527180defd26} TCPHandler: Processed in 0.001355106 sec. 2025.06.04 15:43:54.142322 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.04 15:43:54.142387 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:54.142481 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:54.142536 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:43:54.142552 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:54.142613 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_106_21} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.04 15:43:54.142669 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.06.04 15:43:54.143397 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.143434 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.143987 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:43:54.144200 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:43:54.144341 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} executeQuery: Read 40 rows, 73.40 KiB in 0.001877 sec., 21310.602024507192 rows/sec., 38.19 MiB/sec. 2025.06.04 15:43:54.144402 [ 260 ] {921769e9-04ba-42a2-8c98-a50b3bada6af} TCPHandler: Processed in 0.002064355 sec. 2025.06.04 15:43:54.144520 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:54.144614 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:54.144655 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:54.144997 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.145033 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.145326 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.06.04 15:43:54.145528 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:54.145661 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.06.04 15:43:54.145663 [ 135 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.06.04 15:43:54.145698 [ 260 ] {67f5f802-6978-4d79-a88f-83e6e6747bb3} TCPHandler: Processed in 0.001227235 sec. 2025.06.04 15:43:54.145707 [ 135 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:54.145733 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:54.145849 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:54.146005 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:54.146045 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6052 rows starting from the beginning of the part 2025.06.04 15:43:54.146119 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part 2025.06.04 15:43:54.146173 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2025.06.04 15:43:54.146220 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 38 rows starting from the beginning of the part 2025.06.04 15:43:54.146265 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 44 rows starting from the beginning of the part 2025.06.04 15:43:54.146309 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:43:54.148096 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6336 rows, containing 4 columns (4 merged, 0 gathered) in 0.002310819 sec., 2741885.0199864204 rows/sec., 179.76 MiB/sec. 2025.06.04 15:43:54.148537 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.06.04 15:43:54.148847 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:54.148935 [ 189 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_106_21} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.06.04 15:43:54.149020 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2025.06.04 15:43:57.345239 [ 134 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:43:57.345334 [ 134 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:43:57.556973 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 2025.06.04 15:43:57.557480 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:57.557526 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:57.558019 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:43:57.558268 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:57.558418 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 2025.06.04 15:43:57.558438 [ 132 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:43:57.558495 [ 132 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:57.558513 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:57.558614 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.558718 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:57.558753 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.558814 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.558865 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.558911 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.558955 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.558999 [ 193 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:43:57.561243 [ 190 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.002657652 sec., 11384485.252395725 rows/sec., 162.86 MiB/sec. 2025.06.04 15:43:57.561655 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:43:57.561951 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_66_13} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:43:57.562027 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_66_13} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:43:57.562148 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. 2025.06.04 15:43:59.139912 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.140106 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.140183 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:43:59.140987 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.141039 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.141450 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:43:59.141681 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:43:59.141848 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} executeQuery: Read 212 rows, 13.81 KiB in 0.001794 sec., 118171.6833890747 rows/sec., 7.52 MiB/sec. 2025.06.04 15:43:59.141898 [ 260 ] {db2cf2a5-585b-489d-9eb4-a12ce5b21b80} TCPHandler: Processed in 0.002121756 sec. 2025.06.04 15:43:59.142027 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.142130 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:43:59.142176 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:43:59.142921 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.142959 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.143318 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.04 15:43:59.143546 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:43:59.143686 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} executeQuery: Read 617 rows, 49.39 KiB in 0.001578 sec., 391001.2674271229 rows/sec., 30.57 MiB/sec. 2025.06.04 15:43:59.143726 [ 260 ] {dba99dbd-22fe-4b6c-a816-73517b6869e1} TCPHandler: Processed in 0.001751602 sec. 2025.06.04 15:43:59.143833 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.143930 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.143972 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:43:59.144406 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.144445 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.144751 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.06.04 15:43:59.144962 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:43:59.145099 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} executeQuery: Read 106 rows, 6.39 KiB in 0.001189 sec., 89150.54667788057 rows/sec., 5.24 MiB/sec. 2025.06.04 15:43:59.145138 [ 260 ] {7f4acdd8-9e29-4b14-9e7b-b4641abc5c32} TCPHandler: Processed in 0.001354677 sec. 2025.06.04 15:43:59.145256 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.145351 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.145391 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:43:59.145825 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.145861 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.146158 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:43:59.146365 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:43:59.146502 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} executeQuery: Read 113 rows, 7.49 KiB in 0.00117 sec., 96581.19658119658 rows/sec., 6.25 MiB/sec. 2025.06.04 15:43:59.146540 [ 260 ] {5708bb9e-c47a-4b0d-a054-2b7b4feaa433} TCPHandler: Processed in 0.001334426 sec. 2025.06.04 15:43:59.146675 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.146768 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.146808 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:43:59.147236 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.147273 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.147565 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:43:59.147771 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:43:59.147892 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} executeQuery: Read 112 rows, 6.53 KiB in 0.001173 sec., 95481.67092924126 rows/sec., 5.44 MiB/sec. 2025.06.04 15:43:59.147927 [ 260 ] {e8378f50-bf04-45cc-89f2-d22901ca6cb8} TCPHandler: Processed in 0.001335476 sec. 2025.06.04 15:43:59.148036 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.148123 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:43:59.148160 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:43:59.148750 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.148786 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.149105 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.04 15:43:59.149315 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:43:59.149443 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} executeQuery: Read 382 rows, 27.58 KiB in 0.001289 sec., 296353.76260667184 rows/sec., 20.90 MiB/sec. 2025.06.04 15:43:59.149481 [ 260 ] {2e1364bc-8608-47cf-ac6f-37c3c307287b} TCPHandler: Processed in 0.001452558 sec. 2025.06.04 15:43:59.149594 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.149688 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:43:59.149731 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:43:59.150061 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.150098 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.150398 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.06.04 15:43:59.150614 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:43:59.150748 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2025.06.04 15:43:59.150784 [ 260 ] {7ca9c44c-2a71-4401-b1f9-7bed258298b5} TCPHandler: Processed in 0.001238135 sec. 2025.06.04 15:43:59.150886 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.150980 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.151020 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:43:59.151419 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.151456 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.151784 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.04 15:43:59.152007 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:43:59.152137 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} executeQuery: Read 237 rows, 16.27 KiB in 0.001176 sec., 201530.61224489796 rows/sec., 13.51 MiB/sec. 2025.06.04 15:43:59.152173 [ 260 ] {a40d6287-5aa6-4058-ad26-d9feaeefedaa} TCPHandler: Processed in 0.001334986 sec. 2025.06.04 15:43:59.152285 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.152379 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.152419 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:43:59.152729 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.152765 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.153057 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:43:59.153264 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:43:59.153397 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.06.04 15:43:59.153434 [ 260 ] {46e35863-b4ce-408b-bde5-95676a9b7f0c} TCPHandler: Processed in 0.001197025 sec. 2025.06.04 15:43:59.153555 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:43:59.153675 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:43:59.153723 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:43:59.154129 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.154172 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.154544 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.06.04 15:43:59.154759 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:43:59.154888 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} executeQuery: Read 82 rows, 5.33 KiB in 0.001238 sec., 66235.86429725363 rows/sec., 4.21 MiB/sec. 2025.06.04 15:43:59.154924 [ 260 ] {a0ccb54b-06f2-48f3-bfca-a467c71fbd40} TCPHandler: Processed in 0.001428338 sec. 2025.06.04 15:43:59.239773 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.06.04 15:43:59.257910 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.257951 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.264036 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.06.04 15:43:59.264745 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:59.265034 [ 131 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.06.04 15:43:59.265101 [ 131 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:43:59.265123 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:43:59.265255 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.268481 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.06.04 15:43:59.269010 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:43:59.270373 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.274940 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.279463 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.284159 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.288602 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.292431 [ 186 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:43:59.350003 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.084805283 sec., 5860.483951217992 rows/sec., 30.30 MiB/sec. 2025.06.04 15:43:59.352853 [ 190 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.06.04 15:43:59.354853 [ 190 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_66_13} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:43:59.354957 [ 190 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_66_13} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.06.04 15:43:59.356528 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.06.04 15:44:00.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 328.11 MiB, peak 341.85 MiB, free memory in arenas 0.00 B, will set to 329.32 MiB (RSS), difference: 1.21 MiB 2025.06.04 15:44:02.616440 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1762 2025.06.04 15:44:02.618893 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:02.618940 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:02.620129 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:44:02.620385 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:02.620658 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1762 2025.06.04 15:44:04.136697 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.136881 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:44:04.136944 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:44:04.137569 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.137609 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.137980 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.06.04 15:44:04.138200 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:44:04.138357 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} executeQuery: Read 8 rows, 668.00 B in 0.001524 sec., 5249.343832020997 rows/sec., 428.05 KiB/sec. 2025.06.04 15:44:04.138406 [ 260 ] {a0b6135a-956c-47d4-82b0-120097e2ace5} TCPHandler: Processed in 0.001839803 sec. 2025.06.04 15:44:04.138532 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.138636 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:04.138679 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:04.139180 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.139215 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.139539 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.04 15:44:04.139742 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:04.139878 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} executeQuery: Read 140 rows, 12.32 KiB in 0.001266 sec., 110584.51816745655 rows/sec., 9.50 MiB/sec. 2025.06.04 15:44:04.139916 [ 260 ] {f352bb4b-5c83-4e5b-a0a3-44ea6339b0e5} TCPHandler: Processed in 0.001435807 sec. 2025.06.04 15:44:04.140020 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.140117 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:04.140157 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:04.140586 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.140620 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.140912 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.06.04 15:44:04.141115 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:04.141244 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} executeQuery: Read 48 rows, 3.57 KiB in 0.001147 sec., 41848.299912816045 rows/sec., 3.04 MiB/sec. 2025.06.04 15:44:04.141282 [ 260 ] {22aa2785-f951-48ac-b31b-566eb6f99b3d} TCPHandler: Processed in 0.001309556 sec. 2025.06.04 15:44:04.141385 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.141479 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:04.141518 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:04.141945 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.141980 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.142283 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.04 15:44:04.142487 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:04.142615 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} executeQuery: Read 112 rows, 8.97 KiB in 0.001154 sec., 97053.72616984401 rows/sec., 7.59 MiB/sec. 2025.06.04 15:44:04.142651 [ 260 ] {abb4a3a3-88a6-4694-a6b6-77e04162ab36} TCPHandler: Processed in 0.001314506 sec. 2025.06.04 15:44:04.142762 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.142857 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:04.142901 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:04.143305 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.143341 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.143664 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.04 15:44:04.143874 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:04.144003 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} executeQuery: Read 164 rows, 11.69 KiB in 0.001164 sec., 140893.470790378 rows/sec., 9.81 MiB/sec. 2025.06.04 15:44:04.144040 [ 260 ] {02f4469f-5e45-4da5-a18d-1cc11c6e765c} TCPHandler: Processed in 0.001325916 sec. 2025.06.04 15:44:04.144140 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.144234 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:04.144288 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:44:04.145140 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.145174 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.145732 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.06.04 15:44:04.145955 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:04.146095 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} executeQuery: Read 40 rows, 73.40 KiB in 0.001878 sec., 21299.254526091587 rows/sec., 38.17 MiB/sec. 2025.06.04 15:44:04.146161 [ 260 ] {7d984495-176f-4a8b-a31e-f47350034422} TCPHandler: Processed in 0.002067845 sec. 2025.06.04 15:44:04.146271 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:04.146367 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:04.146408 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:04.146745 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:04.146780 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:04.147080 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.06.04 15:44:04.147286 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:04.147416 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.06.04 15:44:04.147452 [ 260 ] {6f24d05d-5670-465d-96b3-0e95848f7c84} TCPHandler: Processed in 0.001229045 sec. 2025.06.04 15:44:05.058653 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 2025.06.04 15:44:05.059425 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:05.059508 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:05.060459 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:44:05.060706 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:05.060877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 2025.06.04 15:44:06.768657 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.06.04 15:44:06.783931 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:06.783999 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:06.789686 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.06.04 15:44:06.790364 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:06.793095 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.06.04 15:44:09.142186 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.142398 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.142469 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:44:09.143434 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.143493 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.144057 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:44:09.144382 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:44:09.144594 [ 117 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.06.04 15:44:09.144604 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} executeQuery: Read 212 rows, 13.81 KiB in 0.002264 sec., 93639.57597173145 rows/sec., 5.96 MiB/sec. 2025.06.04 15:44:09.144685 [ 117 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.144720 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.144733 [ 260 ] {5d22f40c-7967-4473-9300-9c7bc6890ee7} TCPHandler: Processed in 0.002677223 sec. 2025.06.04 15:44:09.144851 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.06.04 15:44:09.145015 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:09.145018 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.145066 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part 2025.06.04 15:44:09.145166 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:09.145168 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:09.145236 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:09.145259 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:09.145323 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:09.145386 [ 201 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:09.146284 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.146330 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.146558 [ 190 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001761551 sec., 601742.4417459386 rows/sec., 40.57 MiB/sec. 2025.06.04 15:44:09.146742 [ 196 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.06.04 15:44:09.146895 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.04 15:44:09.147020 [ 196 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:09.147097 [ 196 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_41_10} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.06.04 15:44:09.147136 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:09.147200 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.04 15:44:09.147295 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} executeQuery: Read 617 rows, 49.39 KiB in 0.002162 sec., 285383.9037927845 rows/sec., 22.31 MiB/sec. 2025.06.04 15:44:09.147344 [ 260 ] {5f10a85f-e123-41cf-96dd-56ebd163b953} TCPHandler: Processed in 0.002388509 sec. 2025.06.04 15:44:09.147476 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.147580 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.147626 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:09.148102 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.148141 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.148459 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.06.04 15:44:09.148678 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:09.148818 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} executeQuery: Read 106 rows, 6.39 KiB in 0.001262 sec., 83993.66085578446 rows/sec., 4.94 MiB/sec. 2025.06.04 15:44:09.148857 [ 260 ] {0438b407-7c24-42fa-ab23-c11555b0bcd8} TCPHandler: Processed in 0.001434138 sec. 2025.06.04 15:44:09.148976 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.149074 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.149116 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:44:09.149554 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.149594 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.149913 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:44:09.150126 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:44:09.150240 [ 117 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 2025.06.04 15:44:09.150259 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} executeQuery: Read 113 rows, 7.49 KiB in 0.001205 sec., 93775.93360995852 rows/sec., 6.07 MiB/sec. 2025.06.04 15:44:09.150283 [ 117 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.150307 [ 260 ] {d5932b8d-0dfa-47b3-a1b2-c40d73129bb3} TCPHandler: Processed in 0.001380397 sec. 2025.06.04 15:44:09.150308 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.150398 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full 2025.06.04 15:44:09.150433 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.150488 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:09.150518 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 342 rows starting from the beginning of the part 2025.06.04 15:44:09.150531 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.150568 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part 2025.06.04 15:44:09.150579 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:44:09.150615 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part 2025.06.04 15:44:09.150659 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 341 rows starting from the beginning of the part 2025.06.04 15:44:09.150702 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part 2025.06.04 15:44:09.150741 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part 2025.06.04 15:44:09.151043 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.151085 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.151420 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:44:09.151633 [ 200 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001265936 sec., 896569.8107961223 rows/sec., 62.53 MiB/sec. 2025.06.04 15:44:09.151637 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:44:09.151775 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) 2025.06.04 15:44:09.151784 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} executeQuery: Read 112 rows, 6.53 KiB in 0.00127 sec., 88188.97637795276 rows/sec., 5.02 MiB/sec. 2025.06.04 15:44:09.151793 [ 114 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 2025.06.04 15:44:09.151836 [ 260 ] {cf419512-d47f-4f0c-8967-e0034f9e3dcd} TCPHandler: Processed in 0.001452167 sec. 2025.06.04 15:44:09.151853 [ 114 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.151882 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.151954 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full 2025.06.04 15:44:09.151961 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.152041 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:09.152044 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:09.152069 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:09.152071 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part 2025.06.04 15:44:09.152114 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:09.152129 [ 201 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_42_9} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 2025.06.04 15:44:09.152140 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:09.152191 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:09.152209 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.06.04 15:44:09.152229 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:09.152272 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:09.152729 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.152770 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.153087 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001160524 sec., 482540.64543258044 rows/sec., 29.33 MiB/sec. 2025.06.04 15:44:09.153151 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.04 15:44:09.153197 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) 2025.06.04 15:44:09.153373 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:09.153435 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:09.153497 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_41_10} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 2025.06.04 15:44:09.153511 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} executeQuery: Read 382 rows, 27.58 KiB in 0.00146 sec., 261643.83561643836 rows/sec., 18.45 MiB/sec. 2025.06.04 15:44:09.153548 [ 260 ] {e1c9633b-7962-4130-ae76-63e4a274b83c} TCPHandler: Processed in 0.00163787 sec. 2025.06.04 15:44:09.153560 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:44:09.153667 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.153761 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:44:09.153803 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:44:09.154184 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.154221 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.154547 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.06.04 15:44:09.154781 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:44:09.154923 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} executeQuery: Read 6 rows, 321.00 B in 0.00118 sec., 5084.745762711864 rows/sec., 265.66 KiB/sec. 2025.06.04 15:44:09.154962 [ 260 ] {c90046b2-1b75-4b22-bf51-5b695aaa3168} TCPHandler: Processed in 0.001344217 sec. 2025.06.04 15:44:09.155074 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.155170 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.155213 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:09.155625 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.155663 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.156000 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.04 15:44:09.156232 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:09.156369 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} executeQuery: Read 237 rows, 16.27 KiB in 0.001219 sec., 194421.6570959803 rows/sec., 13.03 MiB/sec. 2025.06.04 15:44:09.156367 [ 114 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_104_21 to all_109_109_0 2025.06.04 15:44:09.156409 [ 260 ] {e0c1b145-dcdc-40b2-b5d2-83c494c9fee0} TCPHandler: Processed in 0.001384777 sec. 2025.06.04 15:44:09.156424 [ 114 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.156449 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.156530 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.156556 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_104_21 to all_109_109_0 into Compact with storage Full 2025.06.04 15:44:09.156628 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.156676 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:44:09.156708 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:09.156751 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_104_21, total 33802 rows starting from the beginning of the part 2025.06.04 15:44:09.156824 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 118 rows starting from the beginning of the part 2025.06.04 15:44:09.156875 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.06.04 15:44:09.156921 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part 2025.06.04 15:44:09.156964 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 164 rows starting from the beginning of the part 2025.06.04 15:44:09.156994 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.157009 [ 199 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part 2025.06.04 15:44:09.157036 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.157359 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:44:09.157585 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:44:09.157698 [ 114 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 2025.06.04 15:44:09.157721 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} executeQuery: Read 1 rows, 69.00 B in 0.001111 sec., 900.0900090009001 rows/sec., 60.65 KiB/sec. 2025.06.04 15:44:09.157729 [ 114 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.157759 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.157763 [ 260 ] {458d0879-1948-4f4c-847a-8d158cf99b53} TCPHandler: Processed in 0.001280876 sec. 2025.06.04 15:44:09.157828 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full 2025.06.04 15:44:09.157904 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:09.157927 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:09.157935 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 38 rows starting from the beginning of the part 2025.06.04 15:44:09.157999 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:09.158032 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:09.158036 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:09.158077 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:09.158079 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:09.158118 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:09.158158 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:09.158466 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:09.158504 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:09.159077 [ 187 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 4 columns (4 merged, 0 gathered) in 0.001272075 sec., 33803.03834286501 rows/sec., 2.22 MiB/sec. 2025.06.04 15:44:09.159162 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.06.04 15:44:09.159249 [ 197 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) 2025.06.04 15:44:09.159424 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:09.159584 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} executeQuery: Read 82 rows, 5.33 KiB in 0.001571 sec., 52196.053469127946 rows/sec., 3.32 MiB/sec. 2025.06.04 15:44:09.159585 [ 197 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:09.159625 [ 260 ] {f75ccb23-2db7-4384-ac5c-de74d5ce0b16} TCPHandler: Processed in 0.001771502 sec. 2025.06.04 15:44:09.159685 [ 197 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_42_9} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 2025.06.04 15:44:09.159775 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.06.04 15:44:09.165525 [ 197 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergeTask::MergeProjectionsStage: Merge sorted 34718 rows, containing 5 columns (5 merged, 0 gathered) in 0.009020791 sec., 3848664.7124404055 rows/sec., 259.97 MiB/sec. 2025.06.04 15:44:09.165794 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} MergedBlockOutputStream: filled checksums all_1_109_22 (state Temporary) 2025.06.04 15:44:09.166085 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Renaming temporary part tmp_merge_all_1_109_22 to all_1_109_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:09.166166 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_109_22} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_104_21, all_109_109_0] -> all_1_109_22 2025.06.04 15:44:09.166249 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.06.04 15:44:10.000174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 330.59 MiB, peak 341.85 MiB, free memory in arenas 0.00 B, will set to 332.27 MiB (RSS), difference: 1.67 MiB 2025.06.04 15:44:12.345375 [ 113 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:44:12.345438 [ 113 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:44:12.561108 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 2025.06.04 15:44:12.561598 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:12.561641 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:12.562122 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:44:12.562366 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:12.562514 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 2025.06.04 15:44:12.620963 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1796 2025.06.04 15:44:12.623340 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:12.623383 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:12.624604 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:44:12.624864 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:12.625136 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1796 2025.06.04 15:44:14.136713 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:14.136912 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:14.136985 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:14.137745 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.137786 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:14.138177 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.04 15:44:14.138407 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:14.138572 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} executeQuery: Read 136 rows, 12.02 KiB in 0.001714 sec., 79346.55775962661 rows/sec., 6.85 MiB/sec. 2025.06.04 15:44:14.138623 [ 260 ] {bf67aa91-dd6d-4018-b06d-c5782c4b0a1d} TCPHandler: Processed in 0.002046465 sec. 2025.06.04 15:44:14.138753 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:14.138857 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:14.138901 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:14.139330 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.139368 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:14.139669 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.06.04 15:44:14.139890 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:14.140019 [ 107 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.06.04 15:44:14.140025 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} executeQuery: Read 40 rows, 3.01 KiB in 0.001191 sec., 33585.22250209907 rows/sec., 2.47 MiB/sec. 2025.06.04 15:44:14.140093 [ 107 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.140113 [ 260 ] {1773f158-e140-4e9e-a53d-4b4b860a2ab8} TCPHandler: Processed in 0.001410557 sec. 2025.06.04 15:44:14.140120 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:14.140244 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:14.140263 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:44:14.140346 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:14.140391 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:14.140424 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:14.140467 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 164 rows starting from the beginning of the part 2025.06.04 15:44:14.140539 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:14.140592 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 106 rows starting from the beginning of the part 2025.06.04 15:44:14.140644 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part 2025.06.04 15:44:14.140691 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 106 rows starting from the beginning of the part 2025.06.04 15:44:14.140741 [ 198 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:14.140839 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.140880 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:14.141219 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.04 15:44:14.141442 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:14.141577 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} executeQuery: Read 104 rows, 8.32 KiB in 0.001251 sec., 83133.49320543566 rows/sec., 6.49 MiB/sec. 2025.06.04 15:44:14.141617 [ 260 ] {3ac4ceee-f30f-4527-ba65-d80b51d99d09} TCPHandler: Processed in 0.001420478 sec. 2025.06.04 15:44:14.141736 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:14.141758 [ 197 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553239 sec., 324483.22505422536 rows/sec., 21.99 MiB/sec. 2025.06.04 15:44:14.141833 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:14.141882 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:14.141973 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.06.04 15:44:14.142271 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:14.142304 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.142347 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:14.142356 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_91_18} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.06.04 15:44:14.142467 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.04 15:44:14.142683 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.04 15:44:14.142900 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:14.143035 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.06.04 15:44:14.143073 [ 260 ] {80857aa2-6de9-4291-9129-57b430130118} TCPHandler: Processed in 0.001385277 sec. 2025.06.04 15:44:14.143194 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:14.143316 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:14.143384 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:44:14.144382 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.144420 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:14.145052 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.06.04 15:44:14.145285 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:14.145433 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} executeQuery: Read 40 rows, 73.40 KiB in 0.002142 sec., 18674.136321195147 rows/sec., 33.46 MiB/sec. 2025.06.04 15:44:14.145500 [ 260 ] {f28655e0-abb0-494b-b094-1e43d1f19168} TCPHandler: Processed in 0.002364349 sec. 2025.06.04 15:44:14.145611 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:14.145707 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:14.145749 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:14.146099 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.146137 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:14.146446 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.06.04 15:44:14.146655 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:14.146786 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.06.04 15:44:14.146823 [ 260 ] {d2af4a34-5f92-42f5-a617-93d2c1984591} TCPHandler: Processed in 0.001259976 sec. 2025.06.04 15:44:14.293261 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.06.04 15:44:14.309688 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:14.309728 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:14.316051 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.06.04 15:44:14.316756 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:14.319936 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.06.04 15:44:15.025241 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.025442 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.025516 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:44:15.026342 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.026391 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.026780 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:44:15.026995 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:44:15.027153 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} executeQuery: Read 212 rows, 13.81 KiB in 0.001798 sec., 117908.78754171303 rows/sec., 7.50 MiB/sec. 2025.06.04 15:44:15.027200 [ 260 ] {bced252e-786b-45dd-b3cd-19838f97a1f9} TCPHandler: Processed in 0.002130026 sec. 2025.06.04 15:44:15.027315 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.027412 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:44:15.027454 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:44:15.027918 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.027957 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.028252 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.06.04 15:44:15.028461 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:44:15.028573 [ 109 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2025.06.04 15:44:15.028592 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} executeQuery: Read 8 rows, 668.00 B in 0.001151 sec., 6950.477845351868 rows/sec., 566.76 KiB/sec. 2025.06.04 15:44:15.028640 [ 109 ] {} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.028652 [ 260 ] {df698c3c-a021-406a-aa7d-070fe7c07e31} TCPHandler: Processed in 0.001342177 sec. 2025.06.04 15:44:15.028671 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.028766 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.028805 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2025.06.04 15:44:15.028868 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:15.028912 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:15.028958 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:15.029001 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part 2025.06.04 15:44:15.029078 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.06.04 15:44:15.029130 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part 2025.06.04 15:44:15.029178 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part 2025.06.04 15:44:15.029218 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part 2025.06.04 15:44:15.029258 [ 195 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.06.04 15:44:15.030017 [ 191 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001275805 sec., 40758.57987701882 rows/sec., 3.40 MiB/sec. 2025.06.04 15:44:15.030207 [ 197 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2025.06.04 15:44:15.030557 [ 197 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:15.030643 [ 197 ] {2b77651e-c131-4abb-a415-1d036442054f::all_1_23_5} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2025.06.04 15:44:15.030679 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.030722 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:15.030748 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.06.04 15:44:15.031165 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.04 15:44:15.031390 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:15.031526 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} executeQuery: Read 1761 rows, 146.25 KiB in 0.002679 sec., 657334.8264277716 rows/sec., 53.31 MiB/sec. 2025.06.04 15:44:15.031527 [ 109 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.04 15:44:15.031567 [ 260 ] {86e208bb-b937-4204-9fc7-57f1dcfb7430} TCPHandler: Processed in 0.002848404 sec. 2025.06.04 15:44:15.031576 [ 109 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.031608 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.031685 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.031718 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:44:15.031786 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.031832 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:15.031863 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:15.031902 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1847 rows starting from the beginning of the part 2025.06.04 15:44:15.031967 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 617 rows starting from the beginning of the part 2025.06.04 15:44:15.032013 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 140 rows starting from the beginning of the part 2025.06.04 15:44:15.032055 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 617 rows starting from the beginning of the part 2025.06.04 15:44:15.032095 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 136 rows starting from the beginning of the part 2025.06.04 15:44:15.032135 [ 198 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 1761 rows starting from the beginning of the part 2025.06.04 15:44:15.032294 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.032337 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:15.032660 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.06.04 15:44:15.032889 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:15.033028 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} executeQuery: Read 114 rows, 6.94 KiB in 0.001261 sec., 90404.44091990484 rows/sec., 5.38 MiB/sec. 2025.06.04 15:44:15.033068 [ 260 ] {32cf149e-ede0-400a-ad45-20120b08fa1e} TCPHandler: Processed in 0.001430498 sec. 2025.06.04 15:44:15.033178 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.033274 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.033312 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:44:15.033903 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.033939 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:15.034007 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 5118 rows, containing 5 columns (5 merged, 0 gathered) in 0.002344829 sec., 2182675.15456351 rows/sec., 184.78 MiB/sec. 2025.06.04 15:44:15.034258 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:44:15.034280 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.04 15:44:15.034482 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:44:15.034581 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:15.034613 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} executeQuery: Read 341 rows, 23.30 KiB in 0.001358 sec., 251104.56553755523 rows/sec., 16.75 MiB/sec. 2025.06.04 15:44:15.034653 [ 260 ] {44805f3c-c9c5-437e-9dda-25ee42e03ff1} TCPHandler: Processed in 0.001520498 sec. 2025.06.04 15:44:15.034673 [ 188 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_111_22} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.04 15:44:15.034763 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2025.06.04 15:44:15.034766 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.034869 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.034907 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:44:15.035356 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.035392 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.035690 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:44:15.035906 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:44:15.036036 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} executeQuery: Read 112 rows, 6.53 KiB in 0.001186 sec., 94435.07588532884 rows/sec., 5.38 MiB/sec. 2025.06.04 15:44:15.036074 [ 260 ] {add71119-6d45-4976-803b-f63fbf1108e6} TCPHandler: Processed in 0.001355157 sec. 2025.06.04 15:44:15.036184 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.036306 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:15.036344 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:15.037224 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.037260 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.037598 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.04 15:44:15.037812 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:15.037932 [ 109 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.04 15:44:15.037941 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} executeQuery: Read 846 rows, 62.53 KiB in 0.001653 sec., 511796.7332123412 rows/sec., 36.94 MiB/sec. 2025.06.04 15:44:15.037969 [ 109 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.038018 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.038023 [ 260 ] {fb1927d0-d028-4ef7-b6f3-22201b25c217} TCPHandler: Processed in 0.001884083 sec. 2025.06.04 15:44:15.038099 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:44:15.038148 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.038202 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:15.038237 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 914 rows starting from the beginning of the part 2025.06.04 15:44:15.038247 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:44:15.038294 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:44:15.038299 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 382 rows starting from the beginning of the part 2025.06.04 15:44:15.038360 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:15.038403 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 382 rows starting from the beginning of the part 2025.06.04 15:44:15.038443 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 104 rows starting from the beginning of the part 2025.06.04 15:44:15.038488 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 846 rows starting from the beginning of the part 2025.06.04 15:44:15.038638 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.038680 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:15.038999 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.06.04 15:44:15.039231 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:44:15.039363 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} executeQuery: Read 6 rows, 321.00 B in 0.001133 sec., 5295.675198587821 rows/sec., 276.68 KiB/sec. 2025.06.04 15:44:15.039401 [ 260 ] {409fa9f0-6c50-45b1-9ee6-798c990602ed} TCPHandler: Processed in 0.001301286 sec. 2025.06.04 15:44:15.039510 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.039614 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.039659 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:15.039833 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2740 rows, containing 5 columns (5 merged, 0 gathered) in 0.001768272 sec., 1549535.3655998625 rows/sec., 118.01 MiB/sec. 2025.06.04 15:44:15.040035 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.04 15:44:15.040303 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:15.040378 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_111_22} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.04 15:44:15.040382 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.040432 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:15.040450 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.06.04 15:44:15.040860 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.04 15:44:15.041107 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:15.041250 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} executeQuery: Read 959 rows, 65.25 KiB in 0.001655 sec., 579456.1933534744 rows/sec., 38.50 MiB/sec. 2025.06.04 15:44:15.041289 [ 260 ] {8ff0612a-7cc4-4bfd-94d5-7c293eea2140} TCPHandler: Processed in 0.001830703 sec. 2025.06.04 15:44:15.041403 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.041498 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.041540 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:44:15.041860 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.041896 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.042191 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:44:15.042403 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:44:15.042535 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.06.04 15:44:15.042572 [ 260 ] {55445add-d823-4c2c-84a1-f71c06770c49} TCPHandler: Processed in 0.001217375 sec. 2025.06.04 15:44:15.042681 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:15.042776 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:15.042817 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:15.043145 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.043181 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.043485 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.06.04 15:44:15.043708 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:15.043841 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} executeQuery: Read 34 rows, 2.02 KiB in 0.001083 sec., 31394.275161588183 rows/sec., 1.82 MiB/sec. 2025.06.04 15:44:15.043864 [ 106 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.06.04 15:44:15.043877 [ 260 ] {221254a6-7367-423c-ae83-61a64f748183} TCPHandler: Processed in 0.001245415 sec. 2025.06.04 15:44:15.043922 [ 106 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:15.043951 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. 2025.06.04 15:44:15.044036 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:15.044158 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:15.044193 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6336 rows starting from the beginning of the part 2025.06.04 15:44:15.044253 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part 2025.06.04 15:44:15.044303 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:15.044351 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part 2025.06.04 15:44:15.044406 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:15.044452 [ 191 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 34 rows starting from the beginning of the part 2025.06.04 15:44:15.046507 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6654 rows, containing 4 columns (4 merged, 0 gathered) in 0.002508261 sec., 2652833.97541165 rows/sec., 173.78 MiB/sec. 2025.06.04 15:44:15.047091 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.06.04 15:44:15.047375 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:15.047455 [ 193 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_111_22} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.06.04 15:44:15.047534 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2025.06.04 15:44:19.133660 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:19.133877 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:19.133953 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:19.134668 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:19.134717 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:19.135146 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.04 15:44:19.135374 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:19.135536 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} executeQuery: Read 56 rows, 4.41 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.51 MiB/sec. 2025.06.04 15:44:19.135587 [ 260 ] {54f833f7-a3f2-43c9-b2a8-3bfc8fb58526} TCPHandler: Processed in 0.002064196 sec. 2025.06.04 15:44:19.135714 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:19.135818 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:19.135862 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:19.136304 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:19.136342 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:19.136654 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.04 15:44:19.136867 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:19.137002 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2025.06.04 15:44:19.137041 [ 260 ] {420b6078-1118-45d1-a60c-5d0d84d4f406} TCPHandler: Processed in 0.001379317 sec. 2025.06.04 15:44:19.137165 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:19.137261 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:19.137305 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:19.137695 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:19.137732 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:19.138065 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.04 15:44:19.138291 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:19.138424 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} executeQuery: Read 128 rows, 9.13 KiB in 0.001183 sec., 108199.49281487743 rows/sec., 7.54 MiB/sec. 2025.06.04 15:44:19.138462 [ 260 ] {687a2465-6d2e-42f3-a69e-dcdfa7470d9f} TCPHandler: Processed in 0.001347186 sec. 2025.06.04 15:44:19.138588 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:19.138683 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:19.138725 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:19.139064 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:19.139100 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:19.139546 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.06.04 15:44:19.140037 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:19.140382 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} executeQuery: Read 48 rows, 3.31 KiB in 0.001716 sec., 27972.027972027972 rows/sec., 1.89 MiB/sec. 2025.06.04 15:44:19.140437 [ 260 ] {8f58c409-7eee-431a-8256-5d4ce51d7a9f} TCPHandler: Processed in 0.001897044 sec. 2025.06.04 15:44:20.062743 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 2025.06.04 15:44:20.063306 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:20.063357 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:20.063901 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:44:20.064146 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:20.064300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 2025.06.04 15:44:21.820114 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.06.04 15:44:21.839276 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:21.839349 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:21.846404 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.06.04 15:44:21.847229 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:21.850689 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.06.04 15:44:22.625457 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1838 2025.06.04 15:44:22.628122 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:22.628186 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:22.629477 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:44:22.629777 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:22.629960 [ 98 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:44:22.630033 [ 98 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:22.630057 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:22.630157 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::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.04 15:44:22.630207 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1838 2025.06.04 15:44:22.630685 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:22.630832 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1656 rows starting from the beginning of the part 2025.06.04 15:44:22.631193 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 34 rows starting from the beginning of the part 2025.06.04 15:44:22.631535 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:22.631876 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2025.06.04 15:44:22.632199 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part 2025.06.04 15:44:22.632507 [ 186 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 42 rows starting from the beginning of the part 2025.06.04 15:44:22.641020 [ 194 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 72 columns (72 merged, 0 gathered) in 0.010904164 sec., 168559.4604043006 rows/sec., 128.90 MiB/sec. 2025.06.04 15:44:22.642929 [ 190 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:44:22.643544 [ 190 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:22.643664 [ 190 ] {9fb78498-d927-414d-ad40-2f27e36b6f58::all_1_51_10} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:44:22.643890 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2025.06.04 15:44:23.000153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 333.88 MiB, peak 341.85 MiB, free memory in arenas 0.00 B, will set to 335.46 MiB (RSS), difference: 1.58 MiB 2025.06.04 15:44:24.136831 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:24.137025 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:24.137099 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:24.137875 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:24.137920 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:24.138331 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.04 15:44:24.138566 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:24.138727 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} executeQuery: Read 136 rows, 12.02 KiB in 0.001754 sec., 77537.05815279362 rows/sec., 6.69 MiB/sec. 2025.06.04 15:44:24.138779 [ 260 ] {8606db3f-fc9b-4b24-8a27-280da27124d3} TCPHandler: Processed in 0.002083796 sec. 2025.06.04 15:44:24.138908 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:24.139012 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:24.139055 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:24.139487 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:24.139524 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:24.139835 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.06.04 15:44:24.140053 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:24.140189 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} executeQuery: Read 40 rows, 3.01 KiB in 0.0012 sec., 33333.333333333336 rows/sec., 2.45 MiB/sec. 2025.06.04 15:44:24.140229 [ 260 ] {b08844ea-4da8-4fed-9a1a-c77f4c6b9316} TCPHandler: Processed in 0.001373087 sec. 2025.06.04 15:44:24.140335 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:24.140431 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:24.140471 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:24.140912 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:24.140949 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:24.141273 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.04 15:44:24.141486 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:24.141617 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} executeQuery: Read 104 rows, 8.32 KiB in 0.001205 sec., 86307.05394190871 rows/sec., 6.74 MiB/sec. 2025.06.04 15:44:24.141656 [ 260 ] {a4c68ca6-900c-4ebf-ba76-f15bf439882a} TCPHandler: Processed in 0.001371146 sec. 2025.06.04 15:44:24.141769 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:24.141865 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:24.141908 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:24.142318 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:24.142355 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:24.142682 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.04 15:44:24.142891 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:24.143023 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.06.04 15:44:24.143060 [ 260 ] {416964df-e55c-4c10-b841-904e21fc4cf9} TCPHandler: Processed in 0.001340287 sec. 2025.06.04 15:44:24.143162 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:24.143256 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:24.143310 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:44:24.144178 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:24.144214 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:24.144773 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.06.04 15:44:24.145001 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:24.145143 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} executeQuery: Read 40 rows, 73.40 KiB in 0.001905 sec., 20997.37532808399 rows/sec., 37.63 MiB/sec. 2025.06.04 15:44:24.145209 [ 260 ] {6b0b37ec-7817-4c63-a017-269542392f4e} TCPHandler: Processed in 0.002096156 sec. 2025.06.04 15:44:24.145323 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:24.145418 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:24.145459 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:24.145801 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:24.145837 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:24.146153 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.06.04 15:44:24.146358 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:24.146488 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.06.04 15:44:24.146524 [ 260 ] {5670b28d-089c-4c9c-bcdc-da8f26287705} TCPHandler: Processed in 0.001251385 sec. 2025.06.04 15:44:27.305403 [ 217 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:27.305473 [ 217 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:27.319561 [ 217 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:27.345683 [ 95 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:44:27.345744 [ 95 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:44:27.564585 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 2025.06.04 15:44:27.565385 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:27.565453 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:27.566214 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:44:27.566438 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:27.566564 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 2025.06.04 15:44:28.056003 [ 222 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:28.056055 [ 222 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:28.058105 [ 222 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:28.253847 [ 93 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 2025.06.04 15:44:28.253913 [ 93 ] {} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:28.253934 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:28.254049 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full 2025.06.04 15:44:28.254183 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:28.254227 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part 2025.06.04 15:44:28.254306 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2025.06.04 15:44:28.254354 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.06.04 15:44:28.254395 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2025.06.04 15:44:28.254442 [ 186 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2025.06.04 15:44:28.255289 [ 201 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.001289316 sec., 195452.47247377678 rows/sec., 9.97 MiB/sec. 2025.06.04 15:44:28.255448 [ 194 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) 2025.06.04 15:44:28.255748 [ 194 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:28.255826 [ 194 ] {d2f13f00-4fc0-4b50-afd5-f3c6207c4573::all_1_42_9} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 2025.06.04 15:44:28.255904 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.04 15:44:29.113463 [ 221 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:29.113523 [ 221 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:29.115285 [ 221 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:29.140650 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.140850 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.140926 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:44:29.141757 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.141809 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.142224 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:44:29.142458 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:44:29.142633 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} executeQuery: Read 212 rows, 13.81 KiB in 0.001837 sec., 115405.55253130103 rows/sec., 7.34 MiB/sec. 2025.06.04 15:44:29.142683 [ 260 ] {75eea039-1380-4a02-8d82-04769f7eb391} TCPHandler: Processed in 0.002171686 sec. 2025.06.04 15:44:29.142810 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.142914 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:29.142958 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:29.143687 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.143725 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.144076 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.04 15:44:29.144295 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:29.144429 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} executeQuery: Read 617 rows, 49.39 KiB in 0.001537 sec., 401431.35979180224 rows/sec., 31.38 MiB/sec. 2025.06.04 15:44:29.144468 [ 260 ] {605b6141-0592-4597-b833-3e58b3527f03} TCPHandler: Processed in 0.001711051 sec. 2025.06.04 15:44:29.144518 [ 221 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:29.144547 [ 221 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:29.144582 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.144685 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.144727 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:29.145163 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.145202 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.145539 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.06.04 15:44:29.145834 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:29.145969 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} executeQuery: Read 106 rows, 6.39 KiB in 0.001304 sec., 81288.34355828221 rows/sec., 4.78 MiB/sec. 2025.06.04 15:44:29.146009 [ 260 ] {8c862271-9cda-4015-9c8b-abed52d4740d} TCPHandler: Processed in 0.001476778 sec. 2025.06.04 15:44:29.146124 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.146221 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.146261 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:44:29.146453 [ 221 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:29.146678 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.146720 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.147029 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:44:29.147241 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:44:29.147375 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} executeQuery: Read 113 rows, 7.49 KiB in 0.001172 sec., 96416.38225255972 rows/sec., 6.24 MiB/sec. 2025.06.04 15:44:29.147412 [ 260 ] {53db510c-8268-4cd0-9ca0-3ae9709e9e4f} TCPHandler: Processed in 0.001338536 sec. 2025.06.04 15:44:29.147525 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.147619 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.147659 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:44:29.148086 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.148123 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.148417 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:44:29.148631 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:44:29.148765 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} executeQuery: Read 112 rows, 6.53 KiB in 0.001163 sec., 96302.66552020637 rows/sec., 5.49 MiB/sec. 2025.06.04 15:44:29.148803 [ 260 ] {95aa0e8b-a248-4e5f-84e6-570bc45b2d5b} TCPHandler: Processed in 0.001327517 sec. 2025.06.04 15:44:29.148917 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.149011 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:29.149050 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:29.149595 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.149631 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.149955 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.04 15:44:29.150189 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:29.150320 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} executeQuery: Read 382 rows, 27.58 KiB in 0.001326 sec., 288084.4645550528 rows/sec., 20.32 MiB/sec. 2025.06.04 15:44:29.150358 [ 260 ] {c0d01ff3-182f-4778-993b-377b8d7952b1} TCPHandler: Processed in 0.001490768 sec. 2025.06.04 15:44:29.150473 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.150567 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:44:29.150608 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:44:29.150931 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.150966 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.151265 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.06.04 15:44:29.151477 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:44:29.151605 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2025.06.04 15:44:29.151642 [ 260 ] {1eaeb691-cec6-4961-a561-6a53039f1a53} TCPHandler: Processed in 0.001219475 sec. 2025.06.04 15:44:29.151751 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.151845 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.151891 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:29.152302 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.152338 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.152663 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.04 15:44:29.152878 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:29.153001 [ 89 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 6 parts from all_1_109_22 to all_114_114_0 2025.06.04 15:44:29.153008 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} executeQuery: Read 237 rows, 16.27 KiB in 0.001181 sec., 200677.39204064352 rows/sec., 13.45 MiB/sec. 2025.06.04 15:44:29.153048 [ 89 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.153066 [ 260 ] {20715aa5-b33a-41cf-b7c0-9ec0b2670e93} TCPHandler: Processed in 0.001364027 sec. 2025.06.04 15:44:29.153074 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.153184 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_109_22 to all_114_114_0 into Compact with storage Full 2025.06.04 15:44:29.153193 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.153294 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:29.153300 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.153328 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_109_22, total 34718 rows starting from the beginning of the part 2025.06.04 15:44:29.153346 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:44:29.153395 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2025.06.04 15:44:29.153445 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 959 rows starting from the beginning of the part 2025.06.04 15:44:29.153494 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 128 rows starting from the beginning of the part 2025.06.04 15:44:29.153539 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2025.06.04 15:44:29.153583 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part 2025.06.04 15:44:29.153662 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.153699 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.153995 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:44:29.154219 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:44:29.154354 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2025.06.04 15:44:29.154391 [ 260 ] {1221239b-6eb8-4eea-b0c2-cd2b56ab94e3} TCPHandler: Processed in 0.001247465 sec. 2025.06.04 15:44:29.154496 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:29.154589 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:29.154630 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:29.154956 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.154992 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.155304 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.06.04 15:44:29.155526 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:29.155662 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} executeQuery: Read 82 rows, 5.33 KiB in 0.00109 sec., 75229.35779816513 rows/sec., 4.78 MiB/sec. 2025.06.04 15:44:29.155699 [ 260 ] {7842dcaf-3567-4d14-b4ef-150ad706edd3} TCPHandler: Processed in 0.001250195 sec. 2025.06.04 15:44:29.161790 [ 194 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergeTask::MergeProjectionsStage: Merge sorted 36362 rows, containing 5 columns (5 merged, 0 gathered) in 0.008644266 sec., 4206487.861433232 rows/sec., 284.11 MiB/sec. 2025.06.04 15:44:29.162085 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) 2025.06.04 15:44:29.162335 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:29.162402 [ 200 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_114_23} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 6 parts: [all_1_109_22, all_114_114_0] -> all_1_114_23 2025.06.04 15:44:29.162480 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.06.04 15:44:29.350869 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.06.04 15:44:29.366367 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:29.366410 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:29.372213 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.06.04 15:44:29.372905 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:29.375828 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.06.04 15:44:29.696320 [ 217 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:29.696385 [ 217 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:29.698512 [ 217 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:30.535567 [ 224 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:30.535622 [ 224 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:30.537438 [ 224 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:32.630579 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1870 2025.06.04 15:44:32.632923 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:32.632960 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:32.634121 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:44:32.634385 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:32.634644 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1870 2025.06.04 15:44:34.136722 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.136908 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 15:44:34.137005 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 15:44:34.137632 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.137677 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.138072 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.06.04 15:44:34.138303 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} oximeter.fields_ipaddr (2b77651e-c131-4abb-a415-1d036442054f): 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.04 15:44:34.138475 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} executeQuery: Read 2 rows, 167.00 B in 0.001618 sec., 1236.0939431396785 rows/sec., 100.79 KiB/sec. 2025.06.04 15:44:34.138529 [ 260 ] {ea32e37e-68ef-4865-857d-d6f681784580} TCPHandler: Processed in 0.001934844 sec. 2025.06.04 15:44:34.138658 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.138762 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:34.138807 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:34.139340 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.139379 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.139716 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.04 15:44:34.139938 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:34.140081 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} executeQuery: Read 137 rows, 12.10 KiB in 0.001341 sec., 102162.56524981358 rows/sec., 8.81 MiB/sec. 2025.06.04 15:44:34.140122 [ 260 ] {b57e20de-50b8-4f11-8d46-26d8712e1c8c} TCPHandler: Processed in 0.001516819 sec. 2025.06.04 15:44:34.140240 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.140339 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:34.140381 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:34.140835 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.140874 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.141189 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.06.04 15:44:34.141400 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:34.141537 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} executeQuery: Read 42 rows, 3.15 KiB in 0.001219 sec., 34454.47087776866 rows/sec., 2.52 MiB/sec. 2025.06.04 15:44:34.141576 [ 260 ] {415eb919-fe26-4611-895d-a4746a540c28} TCPHandler: Processed in 0.001386717 sec. 2025.06.04 15:44:34.141698 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.141793 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:34.141833 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:34.142285 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.142321 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.142631 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.04 15:44:34.142835 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:34.142967 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} executeQuery: Read 106 rows, 8.48 KiB in 0.001193 sec., 88851.63453478625 rows/sec., 6.94 MiB/sec. 2025.06.04 15:44:34.143005 [ 260 ] {3b37c23a-18d6-4bc3-8ece-a11b44c21656} TCPHandler: Processed in 0.001356696 sec. 2025.06.04 15:44:34.143125 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.143219 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:34.143263 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:34.143681 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.143716 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.144048 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.04 15:44:34.144268 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:34.144400 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} executeQuery: Read 161 rows, 11.48 KiB in 0.001199 sec., 134278.56547122603 rows/sec., 9.35 MiB/sec. 2025.06.04 15:44:34.144437 [ 260 ] {6bf0915d-e491-4eeb-9972-85ede15bb3ab} TCPHandler: Processed in 0.001361137 sec. 2025.06.04 15:44:34.144543 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.144636 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:34.144690 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:44:34.145570 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.145607 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.146170 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.06.04 15:44:34.146392 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:34.146515 [ 81 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.06.04 15:44:34.146535 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} executeQuery: Read 40 rows, 73.40 KiB in 0.001917 sec., 20865.936358894105 rows/sec., 37.39 MiB/sec. 2025.06.04 15:44:34.146590 [ 81 ] {} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.146618 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.146626 [ 260 ] {97021f15-b731-47c0-ba85-685a27a3b056} TCPHandler: Processed in 0.002131707 sec. 2025.06.04 15:44:34.146711 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::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.04 15:44:34.146761 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:34.146859 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:34.146901 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:34.146922 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:34.146981 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1750 rows starting from the beginning of the part 2025.06.04 15:44:34.147094 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:34.147187 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:34.147269 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:34.147272 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:34.147307 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:34.147372 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:34.147458 [ 192 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:34.147632 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.06.04 15:44:34.147846 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:34.147983 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.06.04 15:44:34.148020 [ 260 ] {bf19d7fc-932d-40a2-9a1d-eb2f694ddbf8} TCPHandler: Processed in 0.001308276 sec. 2025.06.04 15:44:34.160286 [ 194 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 19 columns (19 merged, 0 gathered) in 0.013609088 sec., 143286.60377535952 rows/sec., 256.76 MiB/sec. 2025.06.04 15:44:34.162084 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.06.04 15:44:34.162439 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:34.162521 [ 196 ] {8415f29e-0e4e-4e1c-a028-bb364a789303::all_1_51_10} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.06.04 15:44:34.162644 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.54 MiB. 2025.06.04 15:44:35.001292 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 338.08 MiB, peak 355.59 MiB, free memory in arenas 0.00 B, will set to 343.93 MiB (RSS), difference: 5.85 MiB 2025.06.04 15:44:35.066745 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 2025.06.04 15:44:35.067303 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:35.067357 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:35.067875 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:44:35.068142 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:35.068291 [ 84 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:44:35.068301 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 2025.06.04 15:44:35.068363 [ 84 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:35.068390 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:35.068514 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.068670 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:35.068714 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.068790 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.068843 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.068893 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.068934 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.068971 [ 194 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::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.04 15:44:35.071191 [ 196 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.002736114 sec., 11905205.704148293 rows/sec., 170.31 MiB/sec. 2025.06.04 15:44:35.071700 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:44:35.072065 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_71_14} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:35.072145 [ 199 ] {c07ecd8d-04dc-4108-aa24-ae89b51b5eca::all_1_71_14} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:44:35.072252 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2025.06.04 15:44:36.876846 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.06.04 15:44:36.893450 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:36.893501 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:36.899488 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.06.04 15:44:36.900215 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:36.900489 [ 80 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.06.04 15:44:36.900525 [ 80 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:36.900547 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:36.900680 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.903395 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.06.04 15:44:36.904682 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:36.906353 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.910928 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.915536 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.920004 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.925028 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.929674 [ 195 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::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.04 15:44:36.985851 [ 196 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.085236218 sec., 6276.674546963123 rows/sec., 32.46 MiB/sec. 2025.06.04 15:44:36.989183 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.06.04 15:44:36.991329 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_71_14} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:36.991443 [ 189 ] {04ea515e-7dfc-43a0-89a1-7f94419f5a4f::all_1_71_14} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.06.04 15:44:36.994116 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.06.04 15:44:37.001133 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 345.04 MiB, peak 362.48 MiB, free memory in arenas 0.00 B, will set to 344.00 MiB (RSS), difference: -1.04 MiB 2025.06.04 15:44:39.140836 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.141019 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.141085 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:44:39.141833 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.141884 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.142325 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:44:39.142549 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:44:39.142717 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} executeQuery: Read 212 rows, 13.81 KiB in 0.001746 sec., 121420.38946162658 rows/sec., 7.72 MiB/sec. 2025.06.04 15:44:39.142769 [ 260 ] {792d888b-851d-4dda-b11d-9d0baae8c14c} TCPHandler: Processed in 0.002076615 sec. 2025.06.04 15:44:39.142897 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.142999 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:39.143043 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:39.143857 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.143895 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.144234 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.04 15:44:39.144448 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:39.144590 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} executeQuery: Read 617 rows, 49.39 KiB in 0.001614 sec., 382280.04956629494 rows/sec., 29.88 MiB/sec. 2025.06.04 15:44:39.144605 [ 79 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.04 15:44:39.144628 [ 260 ] {9914aebd-99e8-4855-ad5a-280da07d2c56} TCPHandler: Processed in 0.001780422 sec. 2025.06.04 15:44:39.144673 [ 79 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.144709 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.144770 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.144822 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:44:39.144871 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.144919 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:39.144958 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:39.144998 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1847 rows starting from the beginning of the part 2025.06.04 15:44:39.145072 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 56 rows starting from the beginning of the part 2025.06.04 15:44:39.145120 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 136 rows starting from the beginning of the part 2025.06.04 15:44:39.145163 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 617 rows starting from the beginning of the part 2025.06.04 15:44:39.145207 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 137 rows starting from the beginning of the part 2025.06.04 15:44:39.145250 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 617 rows starting from the beginning of the part 2025.06.04 15:44:39.145363 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.145405 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.145735 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.06.04 15:44:39.145965 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:39.146106 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} executeQuery: Read 106 rows, 6.39 KiB in 0.001256 sec., 84394.90445859873 rows/sec., 4.97 MiB/sec. 2025.06.04 15:44:39.146106 [ 79 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.06.04 15:44:39.146147 [ 260 ] {bc9fb356-e7be-4b74-b901-4ad463b12061} TCPHandler: Processed in 0.001428698 sec. 2025.06.04 15:44:39.146159 [ 79 ] {} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.146184 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.146268 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.146271 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::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.04 15:44:39.146365 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.146380 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:39.146408 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:44:39.146408 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 164 rows starting from the beginning of the part 2025.06.04 15:44:39.146474 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 114 rows starting from the beginning of the part 2025.06.04 15:44:39.146516 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 40 rows starting from the beginning of the part 2025.06.04 15:44:39.146555 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 106 rows starting from the beginning of the part 2025.06.04 15:44:39.146595 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 42 rows starting from the beginning of the part 2025.06.04 15:44:39.146632 [ 196 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 106 rows starting from the beginning of the part 2025.06.04 15:44:39.146841 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.146845 [ 197 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.002070425 sec., 1647004.8420010386 rows/sec., 139.12 MiB/sec. 2025.06.04 15:44:39.146878 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.147117 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.04 15:44:39.147344 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:44:39.147430 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:39.147515 [ 191 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_116_23} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.04 15:44:39.147597 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.06.04 15:44:39.147645 [ 188 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413417 sec., 404693.0240686224 rows/sec., 26.78 MiB/sec. 2025.06.04 15:44:39.147673 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:44:39.147784 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.06.04 15:44:39.147817 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} executeQuery: Read 113 rows, 7.49 KiB in 0.00147 sec., 76870.74829931973 rows/sec., 4.98 MiB/sec. 2025.06.04 15:44:39.147864 [ 260 ] {42bc60b3-7e27-4251-9f2b-52509e6b265d} TCPHandler: Processed in 0.00164271 sec. 2025.06.04 15:44:39.148044 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.148050 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:39.148132 [ 191 ] {b9d3207a-725c-4ea8-ae85-0396a4362bd7::all_1_96_19} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.06.04 15:44:39.148144 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.148190 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:44:39.148207 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 15:44:39.148652 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.148695 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.149016 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:44:39.149227 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:44:39.149361 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} executeQuery: Read 112 rows, 6.53 KiB in 0.001236 sec., 90614.8867313916 rows/sec., 5.16 MiB/sec. 2025.06.04 15:44:39.149399 [ 260 ] {77fcc2f2-5f15-4d0c-af30-29208dbce93c} TCPHandler: Processed in 0.001405617 sec. 2025.06.04 15:44:39.149517 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.149613 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:39.149653 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:39.150235 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.150270 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.150571 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.04 15:44:39.150761 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:39.150947 [ 79 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.04 15:44:39.150955 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} executeQuery: Read 382 rows, 27.58 KiB in 0.001359 sec., 281089.0360559235 rows/sec., 19.82 MiB/sec. 2025.06.04 15:44:39.150989 [ 79 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.151013 [ 260 ] {a456837e-6751-42c6-a302-b3881d2c9f10} TCPHandler: Processed in 0.001544369 sec. 2025.06.04 15:44:39.151014 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.151145 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:44:39.151149 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.151289 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:44:39.151302 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:39.151331 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:44:39.151349 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 914 rows starting from the beginning of the part 2025.06.04 15:44:39.151434 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 64 rows starting from the beginning of the part 2025.06.04 15:44:39.151491 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 104 rows starting from the beginning of the part 2025.06.04 15:44:39.151542 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 382 rows starting from the beginning of the part 2025.06.04 15:44:39.151591 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 106 rows starting from the beginning of the part 2025.06.04 15:44:39.151639 [ 197 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 382 rows starting from the beginning of the part 2025.06.04 15:44:39.151689 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.151730 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.152071 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.06.04 15:44:39.152290 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:44:39.152436 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} executeQuery: Read 6 rows, 321.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 269.08 KiB/sec. 2025.06.04 15:44:39.152473 [ 260 ] {de025447-ab2d-40de-9af3-85144f556a89} TCPHandler: Processed in 0.001373607 sec. 2025.06.04 15:44:39.152579 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.152675 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.152717 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:39.152887 [ 188 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.001801083 sec., 1083792.3627062163 rows/sec., 82.80 MiB/sec. 2025.06.04 15:44:39.153057 [ 196 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.04 15:44:39.153156 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.153191 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.153297 [ 196 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:39.153362 [ 196 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_116_23} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.04 15:44:39.153442 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.06.04 15:44:39.153527 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.04 15:44:39.153744 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:39.153875 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} executeQuery: Read 237 rows, 16.27 KiB in 0.001218 sec., 194581.28078817736 rows/sec., 13.04 MiB/sec. 2025.06.04 15:44:39.153913 [ 260 ] {8e39a6a2-4d36-4ff6-950b-52d8b6738053} TCPHandler: Processed in 0.001382477 sec. 2025.06.04 15:44:39.154026 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.154120 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.154161 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:44:39.154476 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.154512 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.154801 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:44:39.155008 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:44:39.155138 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2025.06.04 15:44:39.155174 [ 260 ] {aeb6c3a9-4aae-408c-accd-1546333aa1a3} TCPHandler: Processed in 0.001197325 sec. 2025.06.04 15:44:39.155278 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:39.155372 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:39.155412 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:39.155748 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.155784 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.156085 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.06.04 15:44:39.156291 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:39.156411 [ 79 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.06.04 15:44:39.156420 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} executeQuery: Read 82 rows, 5.33 KiB in 0.001066 sec., 76923.07692307692 rows/sec., 4.89 MiB/sec. 2025.06.04 15:44:39.156449 [ 79 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:39.156472 [ 260 ] {6625de5a-cb1a-4294-b79f-82c258101e12} TCPHandler: Processed in 0.001243546 sec. 2025.06.04 15:44:39.156474 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:39.156572 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:39.156690 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:39.156721 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6654 rows starting from the beginning of the part 2025.06.04 15:44:39.156776 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 48 rows starting from the beginning of the part 2025.06.04 15:44:39.156820 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:39.156860 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part 2025.06.04 15:44:39.156901 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:39.156936 [ 197 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part 2025.06.04 15:44:39.158786 [ 196 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6986 rows, containing 4 columns (4 merged, 0 gathered) in 0.002252468 sec., 3101486.9023666484 rows/sec., 203.16 MiB/sec. 2025.06.04 15:44:39.159294 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.06.04 15:44:39.159636 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:39.159720 [ 190 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_116_23} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.06.04 15:44:39.159835 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.06.04 15:44:42.346061 [ 64 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:44:42.346173 [ 64 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:44:42.568474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 2025.06.04 15:44:42.569033 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:42.569083 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:42.569593 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:44:42.569832 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:42.569987 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 2025.06.04 15:44:42.635793 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1904 2025.06.04 15:44:42.638260 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:42.638316 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:42.639514 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:44:42.639790 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:42.640083 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1904 2025.06.04 15:44:44.136832 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:44.137052 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:44.137149 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:44.138020 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.138075 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.138477 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.04 15:44:44.138717 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:44.138885 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} executeQuery: Read 136 rows, 12.02 KiB in 0.001886 sec., 72110.2863202545 rows/sec., 6.23 MiB/sec. 2025.06.04 15:44:44.138951 [ 260 ] {6db3556b-48c1-4d17-b011-f84aa7802ddd} TCPHandler: Processed in 0.002241818 sec. 2025.06.04 15:44:44.139089 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:44.139213 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:44.139268 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:44.139754 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.139793 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.140110 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.06.04 15:44:44.140328 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:44.140463 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} executeQuery: Read 40 rows, 3.01 KiB in 0.001287 sec., 31080.03108003108 rows/sec., 2.28 MiB/sec. 2025.06.04 15:44:44.140503 [ 260 ] {de743c2d-307d-4f4d-a373-7f61bfa96700} TCPHandler: Processed in 0.001464378 sec. 2025.06.04 15:44:44.140616 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:44.140711 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:44.140751 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:44.141195 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.141233 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.141554 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.04 15:44:44.141768 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:44.141923 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} executeQuery: Read 104 rows, 8.32 KiB in 0.00123 sec., 84552.84552845529 rows/sec., 6.60 MiB/sec. 2025.06.04 15:44:44.141963 [ 260 ] {9d294574-24ec-4a65-89aa-2ceb33189db1} TCPHandler: Processed in 0.001394338 sec. 2025.06.04 15:44:44.142087 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:44.142179 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:44.142223 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:44.142646 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.142684 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.143026 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.04 15:44:44.143265 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:44.143398 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2025.06.04 15:44:44.143439 [ 260 ] {867f7689-cf4f-48da-ae5a-8339fbf601cf} TCPHandler: Processed in 0.001400137 sec. 2025.06.04 15:44:44.143561 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:44.143679 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:44.143743 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:44:44.144663 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.144700 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.145251 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.06.04 15:44:44.145462 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:44.145599 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} executeQuery: Read 40 rows, 73.40 KiB in 0.001945 sec., 20565.552699228792 rows/sec., 36.85 MiB/sec. 2025.06.04 15:44:44.145652 [ 260 ] {568ec6eb-81a4-4fd1-ab8c-d5c2faa36479} TCPHandler: Processed in 0.002151236 sec. 2025.06.04 15:44:44.145771 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:44.145864 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:44.145905 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:44.146329 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.146375 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.146749 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.06.04 15:44:44.147009 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:44.147160 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. 2025.06.04 15:44:44.147198 [ 260 ] {100fd5e6-3142-42a3-a79e-358d903b9d83} TCPHandler: Processed in 0.001473798 sec. 2025.06.04 15:44:44.403572 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2025.06.04 15:44:44.419210 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:44.419266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:44.425092 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.06.04 15:44:44.425791 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:44.428560 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2025.06.04 15:44:45.986383 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.986591 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:44:45.986661 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:44:45.987466 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.987514 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.987896 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:44:45.988116 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:44:45.988266 [ 68 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.06.04 15:44:45.988275 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} executeQuery: Read 212 rows, 13.81 KiB in 0.001739 sec., 121909.14318573893 rows/sec., 7.75 MiB/sec. 2025.06.04 15:44:45.988308 [ 68 ] {} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.988328 [ 260 ] {7a38f654-ad94-4e62-82c8-037025b6fd01} TCPHandler: Processed in 0.002075685 sec. 2025.06.04 15:44:45.988332 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.988451 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.988485 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.06.04 15:44:45.988562 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:45.988625 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:45.988722 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:45.988785 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 212 rows starting from the beginning of the part 2025.06.04 15:44:45.988893 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:45.988969 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:45.989042 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:45.989113 [ 193 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part 2025.06.04 15:44:45.990080 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.990092 [ 190 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001676311 sec., 632340.8961702214 rows/sec., 42.63 MiB/sec. 2025.06.04 15:44:45.990125 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:45.990272 [ 196 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.06.04 15:44:45.990540 [ 196 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:45.990574 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.04 15:44:45.990605 [ 196 ] {5139f6cc-1018-4a82-9000-5e72327647ff::all_1_45_11} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.06.04 15:44:45.990696 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.04 15:44:45.990784 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:45.990916 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} executeQuery: Read 1757 rows, 145.95 KiB in 0.002374 sec., 740101.0951979782 rows/sec., 60.04 MiB/sec. 2025.06.04 15:44:45.990953 [ 260 ] {72ff7dc8-f6d8-40ce-814e-c0939fcca5f4} TCPHandler: Processed in 0.002550232 sec. 2025.06.04 15:44:45.991081 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.991177 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:45.991217 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:45.991728 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.991763 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.992074 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.06.04 15:44:45.992280 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:45.992413 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} executeQuery: Read 106 rows, 6.39 KiB in 0.001256 sec., 84394.90445859873 rows/sec., 4.97 MiB/sec. 2025.06.04 15:44:45.992450 [ 260 ] {d03cbdc4-7246-4791-b7e8-f9190a2bf3d6} TCPHandler: Processed in 0.001422597 sec. 2025.06.04 15:44:45.992568 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.992662 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:44:45.992701 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:44:45.993290 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.993323 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.993656 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:44:45.993865 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:44:45.993998 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} executeQuery: Read 341 rows, 23.30 KiB in 0.001355 sec., 251660.51660516605 rows/sec., 16.79 MiB/sec. 2025.06.04 15:44:45.994035 [ 260 ] {5e45b858-841a-4a3c-9610-d188b732a3a7} TCPHandler: Processed in 0.001514958 sec. 2025.06.04 15:44:45.994157 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.994256 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:44:45.994296 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:44:45.994774 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.994809 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.995106 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:44:45.995311 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:44:45.995426 [ 68 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 2025.06.04 15:44:45.995436 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} executeQuery: Read 112 rows, 6.53 KiB in 0.001198 sec., 93489.14858096828 rows/sec., 5.33 MiB/sec. 2025.06.04 15:44:45.995460 [ 68 ] {} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.995479 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.995480 [ 260 ] {f73c8fde-1573-499e-9eec-ce39b4f3bb64} TCPHandler: Processed in 0.001376447 sec. 2025.06.04 15:44:45.995561 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full 2025.06.04 15:44:45.995601 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.995671 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:45.995707 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 112 rows starting from the beginning of the part 2025.06.04 15:44:45.995710 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:45.995760 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:45.995773 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:45.995820 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:45.995859 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:45.995895 [ 190 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part 2025.06.04 15:44:45.996583 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.996624 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:45.996674 [ 196 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.001150124 sec., 486904.0207838459 rows/sec., 29.59 MiB/sec. 2025.06.04 15:44:45.996809 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) 2025.06.04 15:44:45.996977 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.04 15:44:45.997074 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:45.997139 [ 200 ] {cee22775-5994-40ea-8070-6d9341c7b59b::all_1_45_11} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 2025.06.04 15:44:45.997201 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:45.997218 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.06.04 15:44:45.997330 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} executeQuery: Read 838 rows, 61.87 KiB in 0.001639 sec., 511287.370347773 rows/sec., 36.87 MiB/sec. 2025.06.04 15:44:45.997368 [ 260 ] {bd3cfcbf-76c5-4d43-93ef-f02032aadc55} TCPHandler: Processed in 0.001814613 sec. 2025.06.04 15:44:45.997494 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.997589 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:44:45.997629 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:44:45.997967 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.998000 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.998296 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.06.04 15:44:45.998494 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:44:45.998617 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} executeQuery: Read 6 rows, 321.00 B in 0.001046 sec., 5736.137667304015 rows/sec., 299.69 KiB/sec. 2025.06.04 15:44:45.998652 [ 260 ] {609b7cd8-6135-4374-a03e-220fba37fea2} TCPHandler: Processed in 0.001213235 sec. 2025.06.04 15:44:45.998766 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:45.998859 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:45.998900 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:45.999507 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:45.999541 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:45.999897 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.04 15:44:46.000201 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:46.000320 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} executeQuery: Read 965 rows, 65.68 KiB in 0.001505 sec., 641196.0132890366 rows/sec., 42.62 MiB/sec. 2025.06.04 15:44:46.000353 [ 260 ] {8fec1216-ee4b-4246-be78-e6c33a42092c} TCPHandler: Processed in 0.001662961 sec. 2025.06.04 15:44:46.000459 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:46.000546 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:44:46.000584 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:44:46.000941 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:46.000978 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:46.001270 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:44:46.001472 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:44:46.001597 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.06.04 15:44:46.001632 [ 260 ] {8b306626-95f5-440e-9153-f14bbe00ade6} TCPHandler: Processed in 0.001184044 sec. 2025.06.04 15:44:46.001733 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:46.001824 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:46.001862 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:46.002182 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:46.002215 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. 2025.06.04 15:44:46.002502 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.06.04 15:44:46.002697 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:46.002822 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} executeQuery: Read 38 rows, 2.30 KiB in 0.001016 sec., 37401.574803149604 rows/sec., 2.21 MiB/sec. 2025.06.04 15:44:46.002857 [ 260 ] {07085f5d-5da3-4ec6-8593-15ccf9091af9} TCPHandler: Processed in 0.001170734 sec. 2025.06.04 15:44:49.133257 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:49.133472 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:49.133548 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:49.134286 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:49.134339 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:49.134745 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.04 15:44:49.134977 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:49.135133 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} executeQuery: Read 56 rows, 4.41 KiB in 0.001725 sec., 32463.768115942028 rows/sec., 2.49 MiB/sec. 2025.06.04 15:44:49.135181 [ 260 ] {6c7bd739-74f4-4489-a006-000f6698c040} TCPHandler: Processed in 0.002074256 sec. 2025.06.04 15:44:49.135296 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:49.135393 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:49.135434 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:49.135852 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:49.135889 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:49.136262 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.04 15:44:49.136490 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:49.136624 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2025.06.04 15:44:49.136664 [ 260 ] {0d86e886-d5ba-4712-8f88-e97092208925} TCPHandler: Processed in 0.001395417 sec. 2025.06.04 15:44:49.136778 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:49.136877 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:49.136923 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:49.137314 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:49.137351 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:49.137688 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.04 15:44:49.137901 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:49.138006 [ 63 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Selected 5 parts from all_1_114_23 to all_118_118_0 2025.06.04 15:44:49.138030 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} executeQuery: Read 118 rows, 8.42 KiB in 0.001173 sec., 100596.76044330776 rows/sec., 7.01 MiB/sec. 2025.06.04 15:44:49.138071 [ 63 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:49.138083 [ 260 ] {3ff9804d-236f-4024-94ce-8ba61491286a} TCPHandler: Processed in 0.001353477 sec. 2025.06.04 15:44:49.138096 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:49.138204 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:49.138213 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTask::PrepareStage: Merging 5 parts: from all_1_114_23 to all_118_118_0 into Compact with storage Full 2025.06.04 15:44:49.138307 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:49.138353 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:49.138363 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:49.138405 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 36362 rows starting from the beginning of the part 2025.06.04 15:44:49.138473 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 161 rows starting from the beginning of the part 2025.06.04 15:44:49.138523 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 237 rows starting from the beginning of the part 2025.06.04 15:44:49.138568 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.06.04 15:44:49.138610 [ 201 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 965 rows starting from the beginning of the part 2025.06.04 15:44:49.138688 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:49.138729 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:49.139069 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.06.04 15:44:49.139279 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:49.139415 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} executeQuery: Read 44 rows, 3.03 KiB in 0.001128 sec., 39007.09219858156 rows/sec., 2.62 MiB/sec. 2025.06.04 15:44:49.139453 [ 260 ] {d20c438b-1125-4cff-8dd5-12aaefe751ca} TCPHandler: Processed in 0.001298546 sec. 2025.06.04 15:44:49.145684 [ 196 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergeTask::MergeProjectionsStage: Merge sorted 37885 rows, containing 5 columns (5 merged, 0 gathered) in 0.007522953 sec., 5035921.399482357 rows/sec., 340.07 MiB/sec. 2025.06.04 15:44:49.146233 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} MergedBlockOutputStream: filled checksums all_1_118_24 (state Temporary) 2025.06.04 15:44:49.146551 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Renaming temporary part tmp_merge_all_1_118_24 to all_1_118_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:49.146631 [ 187 ] {1bc70503-eec2-4271-9b62-eeb2baf6cfaf::all_1_118_24} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf) (MergerMutator): Merged 5 parts: [all_1_114_23, all_118_118_0] -> all_1_118_24 2025.06.04 15:44:49.146727 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.06.04 15:44:50.070223 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 2025.06.04 15:44:50.071112 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:50.071197 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:50.071924 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:44:50.072175 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:50.072340 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 2025.06.04 15:44:51.928720 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2025.06.04 15:44:51.946427 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:51.946554 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:51.953754 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.06.04 15:44:51.954531 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:51.958018 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.06.04 15:44:52.640398 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1944 2025.06.04 15:44:52.643055 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:52.643119 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:52.644414 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.06.04 15:44:52.644725 [ 242 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:52.644987 [ 225 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:52.645049 [ 225 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:52.645165 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1944 2025.06.04 15:44:52.647583 [ 225 ] {} system.query_log (9fb78498-d927-414d-ad40-2f27e36b6f58): 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.04 15:44:54.137115 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:54.137301 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:54.137372 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:54.138148 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:54.138202 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:54.138615 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.04 15:44:54.138857 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:54.139038 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} executeQuery: Read 136 rows, 12.02 KiB in 0.001774 sec., 76662.90868094702 rows/sec., 6.62 MiB/sec. 2025.06.04 15:44:54.139093 [ 260 ] {e969f107-050e-42eb-9770-27ec16e349ec} TCPHandler: Processed in 0.002107686 sec. 2025.06.04 15:44:54.139221 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:54.139326 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:54.139371 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:54.139806 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:54.139845 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:54.140153 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.06.04 15:44:54.140361 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:54.140506 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} executeQuery: Read 40 rows, 3.01 KiB in 0.001206 sec., 33167.49585406302 rows/sec., 2.44 MiB/sec. 2025.06.04 15:44:54.140547 [ 260 ] {608365bb-cdd7-4780-ba0d-d813b16f2b28} TCPHandler: Processed in 0.001377877 sec. 2025.06.04 15:44:54.140652 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:54.140750 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:54.140790 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:54.141234 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:54.141271 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:54.141586 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.04 15:44:54.141794 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:54.141926 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} executeQuery: Read 104 rows, 8.32 KiB in 0.001196 sec., 86956.52173913043 rows/sec., 6.79 MiB/sec. 2025.06.04 15:44:54.141965 [ 260 ] {e42f213c-e417-4217-9ca6-3cfb371365e2} TCPHandler: Processed in 0.001361227 sec. 2025.06.04 15:44:54.142079 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:54.142174 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:54.142218 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:54.142629 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:54.142666 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:54.142999 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.04 15:44:54.143209 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:54.143342 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.06.04 15:44:54.143380 [ 260 ] {725257b9-fa02-4de2-ad8d-ff472a2e1e26} TCPHandler: Processed in 0.001350636 sec. 2025.06.04 15:44:54.143482 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:54.143577 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:54.143632 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_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.04 15:44:54.144514 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:54.144550 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:54.145132 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.06.04 15:44:54.145354 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} oximeter.measurements_histogramu64 (8415f29e-0e4e-4e1c-a028-bb364a789303): 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.04 15:44:54.145501 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} executeQuery: Read 40 rows, 73.40 KiB in 0.001941 sec., 20607.934054611025 rows/sec., 36.93 MiB/sec. 2025.06.04 15:44:54.145569 [ 260 ] {a917cc49-97ad-444c-95ee-d89ed8b602f3} TCPHandler: Processed in 0.002134596 sec. 2025.06.04 15:44:54.145679 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:54.145774 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:54.145815 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:54.146154 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:54.146188 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:54.146494 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.06.04 15:44:54.146704 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:54.146832 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.06.04 15:44:54.146868 [ 260 ] {be798a21-621c-4feb-a6ff-914a422704f2} TCPHandler: Processed in 0.001236905 sec. 2025.06.04 15:44:54.146915 [ 219 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:54.146970 [ 219 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:54.148973 [ 219 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:54.940536 [ 225 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:54.940592 [ 225 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:54.942603 [ 225 ] {} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:55.154201 [ 222 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:55.154255 [ 222 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:55.156202 [ 222 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:55.382333 [ 220 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:55.382386 [ 220 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:55.384220 [ 220 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:57.346242 [ 55 ] {} DNSResolver: Updating DNS cache 2025.06.04 15:44:57.346349 [ 55 ] {} DNSResolver: Updated DNS cache 2025.06.04 15:44:57.356090 [ 55 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 2025.06.04 15:44:57.356149 [ 55 ] {} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:57.356184 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:57.356340 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full 2025.06.04 15:44:57.356506 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:57.356550 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 43 rows starting from the beginning of the part 2025.06.04 15:44:57.356624 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:57.356668 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:57.356711 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:57.356749 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2025.06.04 15:44:57.357501 [ 196 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 4 columns (4 merged, 0 gathered) in 0.001233926 sec., 38089.804412906444 rows/sec., 2.50 MiB/sec. 2025.06.04 15:44:57.357630 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) 2025.06.04 15:44:57.357878 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:57.357947 [ 192 ] {93d47ec1-620a-4c37-9e12-c27fca9dcb74::all_1_46_10} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 2025.06.04 15:44:57.358014 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.06.04 15:44:57.480979 [ 55 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 2025.06.04 15:44:57.481033 [ 55 ] {} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:57.481056 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:57.481171 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full 2025.06.04 15:44:57.481316 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:57.481355 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 342 rows starting from the beginning of the part 2025.06.04 15:44:57.481434 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 341 rows starting from the beginning of the part 2025.06.04 15:44:57.481488 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part 2025.06.04 15:44:57.481540 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part 2025.06.04 15:44:57.481591 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 341 rows starting from the beginning of the part 2025.06.04 15:44:57.482528 [ 196 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413378 sec., 884406.0116968001 rows/sec., 62.06 MiB/sec. 2025.06.04 15:44:57.482674 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) 2025.06.04 15:44:57.482927 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 15:44:57.482995 [ 194 ] {97ac6f59-382d-4037-a29a-ec7e7e983479::all_1_46_10} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 2025.06.04 15:44:57.483065 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.04 15:44:57.572588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 2025.06.04 15:44:57.573139 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:57.573190 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:57.573712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:44:57.573933 [ 244 ] {} system.asynchronous_metric_log (c07ecd8d-04dc-4108-aa24-ae89b51b5eca): 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.04 15:44:57.574069 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 2025.06.04 15:44:59.141011 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.141303 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.141410 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 15:44:59.142305 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.142350 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.142754 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:44:59.142986 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} oximeter.fields_i16 (5139f6cc-1018-4a82-9000-5e72327647ff): 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.04 15:44:59.143155 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} executeQuery: Read 212 rows, 13.81 KiB in 0.00193 sec., 109844.55958549223 rows/sec., 6.99 MiB/sec. 2025.06.04 15:44:59.143205 [ 260 ] {fa29fbae-2512-4b61-8e97-47e8a6b10a2e} TCPHandler: Processed in 0.002383379 sec. 2025.06.04 15:44:59.143323 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.143423 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 15:44:59.143463 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 15:44:59.144259 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.144295 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.144654 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.04 15:44:59.144873 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:59.144992 [ 56 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.04 15:44:59.145010 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} executeQuery: Read 617 rows, 49.39 KiB in 0.001593 sec., 387319.52291274327 rows/sec., 30.28 MiB/sec. 2025.06.04 15:44:59.145035 [ 56 ] {} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.145051 [ 260 ] {e958529e-25a5-473a-b53e-adcf33d70e76} TCPHandler: Processed in 0.001766132 sec. 2025.06.04 15:44:59.145057 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.145160 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.145186 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::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.04 15:44:59.145258 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.145305 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 15:44:59.145336 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:59.145375 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1847 rows starting from the beginning of the part 2025.06.04 15:44:59.145444 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 136 rows starting from the beginning of the part 2025.06.04 15:44:59.145493 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 1757 rows starting from the beginning of the part 2025.06.04 15:44:59.145539 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part 2025.06.04 15:44:59.145611 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 136 rows starting from the beginning of the part 2025.06.04 15:44:59.145663 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 617 rows starting from the beginning of the part 2025.06.04 15:44:59.145758 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.145798 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.146133 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.06.04 15:44:59.146362 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} oximeter.fields_u16 (b9d3207a-725c-4ea8-ae85-0396a4362bd7): 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.04 15:44:59.146501 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} executeQuery: Read 106 rows, 6.39 KiB in 0.001263 sec., 83927.15756136183 rows/sec., 4.94 MiB/sec. 2025.06.04 15:44:59.146539 [ 260 ] {3c900b24-ef0b-409c-bee2-229d9a35c197} TCPHandler: Processed in 0.001429918 sec. 2025.06.04 15:44:59.146653 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.146749 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.146788 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 15:44:59.147233 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.147270 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.147410 [ 194 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.002278828 sec., 1996201.5562385577 rows/sec., 169.65 MiB/sec. 2025.06.04 15:44:59.147577 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:44:59.147657 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.04 15:44:59.147848 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} oximeter.fields_u32 (97ac6f59-382d-4037-a29a-ec7e7e983479): 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.04 15:44:59.147973 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510): 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.04 15:44:59.147997 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} executeQuery: Read 113 rows, 7.49 KiB in 0.001268 sec., 89116.71924290221 rows/sec., 5.77 MiB/sec. 2025.06.04 15:44:59.148041 [ 260 ] {b7229b6c-962c-4d92-a4ba-e570f2dc4d4a} TCPHandler: Processed in 0.001437558 sec. 2025.06.04 15:44:59.148055 [ 199 ] {d9650653-e774-4219-aff1-b564c56eb510::all_1_121_24} oximeter.fields_string (d9650653-e774-4219-aff1-b564c56eb510) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.04 15:44:59.148144 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.06.04 15:44:59.148153 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.148254 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.148293 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 15:44:59.148729 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.148767 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.149077 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:44:59.149299 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} oximeter.fields_u8 (cee22775-5994-40ea-8070-6d9341c7b59b): 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.04 15:44:59.149432 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} executeQuery: Read 112 rows, 6.53 KiB in 0.001197 sec., 93567.25146198831 rows/sec., 5.33 MiB/sec. 2025.06.04 15:44:59.149471 [ 260 ] {748eeaca-f763-433d-8225-5a3e1b4f24a2} TCPHandler: Processed in 0.001366847 sec. 2025.06.04 15:44:59.149638 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.149733 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 15:44:59.149772 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 15:44:59.150324 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.150362 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.150690 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.04 15:44:59.150900 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:59.151025 [ 57 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.04 15:44:59.151030 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} executeQuery: Read 382 rows, 27.58 KiB in 0.001315 sec., 290494.29657794675 rows/sec., 20.49 MiB/sec. 2025.06.04 15:44:59.151094 [ 57 ] {} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.151115 [ 260 ] {46b4e161-c2f9-4cdc-89a2-3cc54f5f2d20} TCPHandler: Processed in 0.001525978 sec. 2025.06.04 15:44:59.151119 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.151236 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.151238 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::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.04 15:44:59.151338 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.06.04 15:44:59.151384 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.06.04 15:44:59.151389 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:59.151440 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 914 rows starting from the beginning of the part 2025.06.04 15:44:59.151518 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 104 rows starting from the beginning of the part 2025.06.04 15:44:59.151575 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 838 rows starting from the beginning of the part 2025.06.04 15:44:59.151627 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part 2025.06.04 15:44:59.151675 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 104 rows starting from the beginning of the part 2025.06.04 15:44:59.151712 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.151717 [ 189 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 382 rows starting from the beginning of the part 2025.06.04 15:44:59.151755 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.152109 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.06.04 15:44:59.152335 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} oximeter.measurements_bool (d2f13f00-4fc0-4b50-afd5-f3c6207c4573): 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.04 15:44:59.152474 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. 2025.06.04 15:44:59.152512 [ 260 ] {70a1a645-b8fe-43d1-97d9-ecbb1d4252dd} TCPHandler: Processed in 0.001325266 sec. 2025.06.04 15:44:59.152622 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.152718 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.152760 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 15:44:59.153010 [ 199 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.001822762 sec., 1319974.8513519594 rows/sec., 101.05 MiB/sec. 2025.06.04 15:44:59.153170 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.153214 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.153243 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.04 15:44:59.153581 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.04 15:44:59.153623 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5): 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.04 15:44:59.153728 [ 194 ] {bd42ac66-85a2-492b-b626-4421e4a662a5::all_1_121_24} oximeter.fields_uuid (bd42ac66-85a2-492b-b626-4421e4a662a5) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.04 15:44:59.153830 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.06.04 15:44:59.153830 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} oximeter.measurements_cumulativeu64 (1bc70503-eec2-4271-9b62-eeb2baf6cfaf): 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.04 15:44:59.153983 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} executeQuery: Read 237 rows, 16.27 KiB in 0.001283 sec., 184723.30475448168 rows/sec., 12.38 MiB/sec. 2025.06.04 15:44:59.154021 [ 260 ] {6d15d446-4564-4066-bed5-8387af63b539} TCPHandler: Processed in 0.001447888 sec. 2025.06.04 15:44:59.154132 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.154228 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.154270 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 15:44:59.154582 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.154619 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.154913 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.06.04 15:44:59.155116 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} oximeter.measurements_f64 (93d47ec1-620a-4c37-9e12-c27fca9dcb74): 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.04 15:44:59.155247 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.06.04 15:44:59.155284 [ 260 ] {66130b14-55ea-4519-953d-5f5e1f450486} TCPHandler: Processed in 0.001201194 sec. 2025.06.04 15:44:59.155385 [ 260 ] {} TCP-Session: 6378f4dd-a1ca-4383-be57-fc2acc2ceb0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 15:44:59.155479 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} executeQuery: (from [fd00:1122:3344:101::d]:51340) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 15:44:59.155519 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 15:44:59.155845 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.155882 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.156184 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.06.04 15:44:59.156387 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:59.156502 [ 57 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.06.04 15:44:59.156516 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} executeQuery: Read 82 rows, 5.33 KiB in 0.001056 sec., 77651.51515151515 rows/sec., 4.93 MiB/sec. 2025.06.04 15:44:59.156540 [ 57 ] {} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.156563 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.156563 [ 260 ] {bce1de94-7a93-48eb-bb42-51a7bd0f15fc} TCPHandler: Processed in 0.001226335 sec. 2025.06.04 15:44:59.156645 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:59.156741 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 15:44:59.156767 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6986 rows starting from the beginning of the part 2025.06.04 15:44:59.156813 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2025.06.04 15:44:59.156850 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 38 rows starting from the beginning of the part 2025.06.04 15:44:59.156886 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 44 rows starting from the beginning of the part 2025.06.04 15:44:59.156917 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:59.156950 [ 199 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::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.04 15:44:59.158665 [ 194 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7270 rows, containing 4 columns (4 merged, 0 gathered) in 0.002055015 sec., 3537687.072843751 rows/sec., 231.68 MiB/sec. 2025.06.04 15:44:59.159060 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.06.04 15:44:59.159325 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2): 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.04 15:44:59.159398 [ 195 ] {da165aa3-c4da-4d05-a6c7-43b5239faac2::all_1_121_24} oximeter.measurements_u64 (da165aa3-c4da-4d05-a6c7-43b5239faac2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.06.04 15:44:59.159474 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.06.04 15:44:59.458200 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.06.04 15:44:59.475903 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 15:44:59.475966 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. 2025.06.04 15:44:59.482354 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.06.04 15:44:59.483081 [ 243 ] {} system.metric_log (04ea515e-7dfc-43a0-89a1-7f94419f5a4f): 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.04 15:44:59.486658 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.06.04 15:45:00.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 345.89 MiB, peak 362.48 MiB, free memory in arenas 0.00 B, will set to 344.60 MiB (RSS), difference: -1.29 MiB